about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 354f083..431c974 100644
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,8 @@ go 1.22.3
 
 require (
 	github.com/sykesm/zap-logfmt v0.0.4
-	github.com/thessem/zap-prettyconsole v0.5.0
-	gitlab.com/tozd/go/errors v0.8.1
+	github.com/thessem/zap-prettyconsole v0.5.2
+	gitlab.com/tozd/go/errors v0.10.0
 	go.uber.org/zap v1.27.0
 	moul.io/zapfilter v1.7.0
 )