about summary refs log tree commit diff stats
path: root/cmd/server
diff options
context:
space:
mode:
authorAlan Pearce2024-06-29 19:11:56 +0200
committerAlan Pearce2024-06-29 19:11:56 +0200
commit7749962c24172c29fd8851afb86e923b5d5f369c (patch)
tree92588cd38cebaeba9aab70a0a0b43a19da289abd /cmd/server
parentc4b57d28caa8986d9fbdcbdb4085c8e74974dffc (diff)
downloadwebsite-7749962c24172c29fd8851afb86e923b5d5f369c.tar.lz
website-7749962c24172c29fd8851afb86e923b5d5f369c.tar.zst
website-7749962c24172c29fd8851afb86e923b5d5f369c.zip
change error package
Diffstat (limited to 'cmd/server')
-rw-r--r--cmd/server/main.go2
1 files changed, 1 insertions, 1 deletions
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() {