diff --git a/go.mod b/go.mod index e027f5f..4577f6f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module codeberg.org/Odyssium/gothub +module codeberg.org/gothub/gothub go 1.19 diff --git a/main.go b/main.go index 157a8d3..9967c86 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "github.com/gofiber/template/html" - "codeberg.org/Odyssium/gothub/pages" + "codeberg.org/gothub/gothub/pages" "github.com/gofiber/fiber/v2/middleware/cache"