about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-06-30 22:12:41 +0200
committerAlan Pearce2024-06-30 22:12:41 +0200
commit61dffc8ded60655776dbc2b88cfddf282de4e05f (patch)
treed26fa7d9aa2dafa2e2077f5ebbfc46c499032af8 /go.mod
parentddadac45203f8aa48b05e9944cc5dcddb8829f62 (diff)
downloadx-61dffc8ded60655776dbc2b88cfddf282de4e05f.tar.lz
x-61dffc8ded60655776dbc2b88cfddf282de4e05f.tar.zst
x-61dffc8ded60655776dbc2b88cfddf282de4e05f.zip
log: init
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d3ed86a..14bff83 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,17 @@
 module go.alanpearce.eu/x
 
 go 1.22.3
+
+require (
+	github.com/sykesm/zap-logfmt v0.0.4
+	github.com/thessem/zap-prettyconsole v0.5.0
+	go.uber.org/zap v1.27.0
+	moul.io/zapfilter v1.7.0
+)
+
+require (
+	github.com/Code-Hex/dd v1.1.0 // indirect
+	github.com/google/go-cmp v0.6.0 // indirect
+	github.com/pkg/errors v0.9.1 // indirect
+	go.uber.org/multierr v1.11.0 // indirect
+)