about summary refs log tree commit diff stats
path: root/internal/vcs/repository.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/vcs/repository.go')
-rw-r--r--internal/vcs/repository.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vcs/repository.go b/internal/vcs/repository.go
index db212e9..42dc6f7 100644
--- a/internal/vcs/repository.go
+++ b/internal/vcs/repository.go
@@ -7,7 +7,7 @@ import (
 	"go.alanpearce.eu/website/internal/log"
 
 	"github.com/go-git/go-git/v5"
-	"github.com/pkg/errors"
+	"gitlab.com/tozd/go/errors"
 )
 
 type Config struct {