diff options
author | Alan Pearce | 2024-06-29 19:11:56 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 19:11:56 +0200 |
commit | 7749962c24172c29fd8851afb86e923b5d5f369c (patch) | |
tree | 92588cd38cebaeba9aab70a0a0b43a19da289abd /go.mod | |
parent | c4b57d28caa8986d9fbdcbdb4085c8e74974dffc (diff) | |
download | website-7749962c24172c29fd8851afb86e923b5d5f369c.tar.lz website-7749962c24172c29fd8851afb86e923b5d5f369c.tar.zst website-7749962c24172c29fd8851afb86e923b5d5f369c.zip |
change error package
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 0639a1d..3aa7fcf 100644 --- a/go.mod +++ b/go.mod @@ -22,12 +22,12 @@ require ( github.com/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43 github.com/osdevisnot/sorvor v0.4.4 github.com/pberkel/caddy-storage-redis v1.2.0 - github.com/pkg/errors v0.9.1 github.com/snabb/sitemap v1.0.4 github.com/stefanfritsch/goldmark-fences v1.0.0 github.com/sykesm/zap-logfmt v0.0.4 github.com/thessem/zap-prettyconsole v0.5.0 github.com/yuin/goldmark v1.7.4 + gitlab.com/tozd/go/errors v0.8.1 go.uber.org/zap v1.27.0 ) @@ -70,6 +70,7 @@ require ( github.com/miekg/dns v1.1.61 // indirect github.com/onsi/ginkgo/v2 v2.19.0 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect + github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_golang v1.19.1 // indirect github.com/prometheus/client_model v0.6.1 // indirect github.com/prometheus/common v0.54.0 // indirect |