about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-07-02 11:00:36 +0200
committerAlan Pearce2024-07-02 11:00:36 +0200
commitaf48d9a1bc24d14e113571a80c19dfaaf203c87c (patch)
tree2f024ebf8bf58c2747fe56c2494ec39f7019dca3 /go.mod
parenta70ddb349b0230201b58d748aec189db2f1a5608 (diff)
downloadx-af48d9a1bc24d14e113571a80c19dfaaf203c87c.tar.lz
x-af48d9a1bc24d14e113571a80c19dfaaf203c87c.tar.zst
x-af48d9a1bc24d14e113571a80c19dfaaf203c87c.zip
listenfd: init
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 14bff83..354f083 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,7 @@ 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
 	go.uber.org/zap v1.27.0
 	moul.io/zapfilter v1.7.0
 )