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/config/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/config/config.go') diff --git a/internal/config/config.go b/internal/config/config.go index ca4782d..deb70e6 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -4,7 +4,8 @@ import ( "io/fs" "net/url" "path/filepath" - "website/internal/log" + + "go.alanpearce.eu/website/internal/log" "github.com/BurntSushi/toml" "github.com/pkg/errors" -- cgit 1.4.1