about summary refs log tree commit diff stats
path: root/go.mod
blob: 354f08347c1264d5f2c0e217fe529f287f8d4511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
	gitlab.com/tozd/go/errors v0.8.1
	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
)