about summary refs log tree commit diff stats
path: root/internal/vcs/repository.go
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/vcs/repository.go
parentb4095d108a2646bcf9e7fff64788b10d9bce8da3 (diff)
downloadwebsite-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.lz
website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.zst
website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.zip
rename go module
Diffstat (limited to 'internal/vcs/repository.go')
-rw-r--r--internal/vcs/repository.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/vcs/repository.go b/internal/vcs/repository.go
index 625fbd2..db212e9 100644
--- a/internal/vcs/repository.go
+++ b/internal/vcs/repository.go
@@ -2,8 +2,9 @@ package vcs
 
 import (
 	"os"
-	"website/internal/config"
-	"website/internal/log"
+
+	"go.alanpearce.eu/website/internal/config"
+	"go.alanpearce.eu/website/internal/log"
 
 	"github.com/go-git/go-git/v5"
 	"github.com/pkg/errors"