diff options
author | Alan Pearce | 2025-02-13 22:42:18 +0100 |
---|---|---|
committer | Alan Pearce | 2025-02-13 22:42:18 +0100 |
commit | 1bdfdc914d6ca5c9917e76a06c51f676b7f546ad (patch) | |
tree | 0a0f3cc91c6f2a586c1a083c8c3446c44f339a15 /go.mod | |
parent | a29434dba11af39880ff73a7d434a3cb8c9a0f04 (diff) | |
download | x-1bdfdc914d6ca5c9917e76a06c51f676b7f546ad.tar.lz x-1bdfdc914d6ca5c9917e76a06c51f676b7f546ad.tar.zst x-1bdfdc914d6ca5c9917e76a06c51f676b7f546ad.zip |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
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 ) |