From 7749962c24172c29fd8851afb86e923b5d5f369c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 19:11:56 +0200 Subject: change error package --- cmd/build/main.go | 2 +- cmd/server/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') 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() { -- cgit 1.4.1