diff options
| author | feurig <don@suspectdevices.com> | 2021-12-05 21:02:30 -0800 |
|---|---|---|
| committer | feurig <don@suspectdevices.com> | 2021-12-05 21:02:30 -0800 |
| commit | 6a84f046b49ca89650ea5ffbd425a6b7b9ed399d (patch) | |
| tree | 6e4e44f6c92916cf35cb2ecf0e9c4f45e0a27372 /modernworld | |
| parent | ab784b4ad6dad26b4d1c4e2366f25c6d145f447b (diff) | |
Diffstat (limited to 'modernworld')
| -rw-r--r-- | modernworld/arena.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modernworld/arena.go b/modernworld/arena.go index f3c9252..e26fc0f 100644 --- a/modernworld/arena.go +++ b/modernworld/arena.go @@ -2,7 +2,7 @@ package modernworld import ( tl "github.com/JoelOtter/termloop" - "github.com/afagundes/go-modernworld/modernworld/utils" + "github.com/feurig/go-modernworld/modernworld/utils" ) type Arena struct { |
