From c4b57d28caa8986d9fbdcbdb4085c8e74974dffc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 18:09:10 +0200 Subject: rename go module --- internal/sitemap/sitemap.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/sitemap') diff --git a/internal/sitemap/sitemap.go b/internal/sitemap/sitemap.go index a45ebd9..b166f73 100644 --- a/internal/sitemap/sitemap.go +++ b/internal/sitemap/sitemap.go @@ -3,7 +3,8 @@ package sitemap import ( "io" "time" - "website/internal/config" + + "go.alanpearce.eu/website/internal/config" "github.com/snabb/sitemap" ) -- cgit 1.4.1