all repos — website @ 7749962c24172c29fd8851afb86e923b5d5f369c

My website

change error package

Alan Pearce
commit

7749962c24172c29fd8851afb86e923b5d5f369c

parent

c4b57d28caa8986d9fbdcbdb4085c8e74974dffc

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M go.modgo.mod
@@ -22,12 +22,12 @@ github.com/go-git/go-git/v5 v5.12.0
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 @@ github.com/microcosm-cc/bluemonday v1.0.26 // indirect
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