all repos — x @ 5532e66009d46c50d3d1bd666bf41560228765f8

Experiments and stuff

go.mod (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module alin.ovh/x

go 1.22.3

require (
	github.com/sykesm/zap-logfmt v0.0.4
	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
)

require (
	github.com/Code-Hex/dd v1.1.0 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	go.uber.org/multierr v1.11.0 // indirect
)