Update module base path to git.eeqj.de/sneak/rgoue
go.mod, term/ and cmd/ imports, the ARCHITECTURE.md module references, and the in-game version string. User request; the repo already lives at this remote.
This commit is contained in:
@@ -13,8 +13,8 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"sneak.berlin/go/rogue/game"
|
||||
"sneak.berlin/go/rogue/term"
|
||||
"git.eeqj.de/sneak/rgoue/game"
|
||||
"git.eeqj.de/sneak/rgoue/term"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user