diff --git a/cmd/run.go b/cmd/run.go index cbcffe8..053c950 100755 --- a/cmd/run.go +++ b/cmd/run.go @@ -22,7 +22,7 @@ import ( "log" "time" - "git.sr.ht/~seraphimrp/bingo/routes" + "git.hl.srp.life/srp/bingo/routes" "github.com/briandowns/spinner" "github.com/dgraph-io/badger/v4" "github.com/gofiber/fiber/v2" diff --git a/go.mod b/go.mod index 30fbd20..3e6d518 100755 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.sr.ht/~seraphimrp/bingo +module git.hl.srp.life/srp/bingo go 1.23.1 diff --git a/main.go b/main.go index 27e5545..c93bb95 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ package main -import "git.sr.ht/~seraphimrp/bingo/cmd" +import "git.hl.srp.life/srp/bingo/cmd" func main() { cmd.Execute()