From b4fef19992005ee3f08b71d185ad0b23166cae87 Mon Sep 17 00:00:00 2001 From: Midou36O Date: Wed, 30 Nov 2022 18:49:43 +0100 Subject: [PATCH] Change the repo module depends (2) --- go.mod | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"