aboutsummaryrefslogtreecommitdiff
path: root/modernworld
diff options
context:
space:
mode:
authorfeurig <don@suspectdevices.com>2021-12-05 21:02:30 -0800
committerfeurig <don@suspectdevices.com>2021-12-05 21:02:30 -0800
commit6a84f046b49ca89650ea5ffbd425a6b7b9ed399d (patch)
tree6e4e44f6c92916cf35cb2ecf0e9c4f45e0a27372 /modernworld
parentab784b4ad6dad26b4d1c4e2366f25c6d145f447b (diff)
This is my modern worldHEADmain
Diffstat (limited to 'modernworld')
-rw-r--r--modernworld/arena.go2
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 {