about summary refs log tree commit diff stats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/build/main.go2
-rw-r--r--cmd/server/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/build/main.go b/cmd/build/main.go
index e79cd14..14175e9 100644
--- a/cmd/build/main.go
+++ b/cmd/build/main.go
@@ -8,7 +8,7 @@ import (
 	"go.alanpearce.eu/website/internal/log"
 
 	"github.com/ardanlabs/conf/v3"
-	"github.com/pkg/errors"
+	"gitlab.com/tozd/go/errors"
 )
 
 func main() {
diff --git a/cmd/server/main.go b/cmd/server/main.go
index c332457..576cfb3 100644
--- a/cmd/server/main.go
+++ b/cmd/server/main.go
@@ -10,7 +10,7 @@ import (
 	"go.alanpearce.eu/website/internal/server"
 
 	"github.com/ardanlabs/conf/v3"
-	"github.com/pkg/errors"
+	"gitlab.com/tozd/go/errors"
 )
 
 func main() {