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:
5
go.mod
5
go.mod
@@ -1,10 +1,11 @@
|
||||
module sneak.berlin/go/rogue
|
||||
module git.eeqj.de/sneak/rgoue
|
||||
|
||||
go 1.25.7
|
||||
|
||||
require github.com/gdamore/tcell/v2 v2.13.10
|
||||
|
||||
require (
|
||||
github.com/gdamore/encoding v1.0.1 // indirect
|
||||
github.com/gdamore/tcell/v2 v2.13.10 // indirect
|
||||
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
golang.org/x/sys v0.38.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user