about summary refs log tree commit diff stats
path: root/internal/sitemap
diff options
context:
space:
mode:
authorAlan Pearce2024-06-29 18:09:10 +0200
committerAlan Pearce2024-06-29 18:09:10 +0200
commitc4b57d28caa8986d9fbdcbdb4085c8e74974dffc (patch)
tree2d7c64f5e282877add31b83b3c9ff065f73bd52e /internal/sitemap
parentb4095d108a2646bcf9e7fff64788b10d9bce8da3 (diff)
downloadwebsite-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.lz
website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.zst
website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.zip
rename go module
Diffstat (limited to 'internal/sitemap')
-rw-r--r--internal/sitemap/sitemap.go3
1 files changed, 2 insertions, 1 deletions
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"
 )