about summary refs log tree commit diff stats
path: root/cmd/server
diff options
context:
space:
mode:
authorAlan Pearce2024-06-29 18:09:10 +0200
committerAlan Pearce2024-06-29 18:09:10 +0200
commitc4b57d28caa8986d9fbdcbdb4085c8e74974dffc (patch)
tree2d7c64f5e282877add31b83b3c9ff065f73bd52e /cmd/server
parentb4095d108a2646bcf9e7fff64788b10d9bce8da3 (diff)
downloadwebsite-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.lz
website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.zst
website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.zip
rename go module
Diffstat (limited to 'cmd/server')
-rw-r--r--cmd/server/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/server/main.go b/cmd/server/main.go
index 2f1674e..c332457 100644
--- a/cmd/server/main.go
+++ b/cmd/server/main.go
@@ -6,8 +6,8 @@ import (
 	"os"
 	"os/signal"
 
-	"website/internal/log"
-	"website/internal/server"
+	"go.alanpearce.eu/website/internal/log"
+	"go.alanpearce.eu/website/internal/server"
 
 	"github.com/ardanlabs/conf/v3"
 	"github.com/pkg/errors"