all repos — x @ 61dffc8ded60655776dbc2b88cfddf282de4e05f

Experiments and stuff

log: init

Alan Pearce
commit

61dffc8ded60655776dbc2b88cfddf282de4e05f

parent

ddadac45203f8aa48b05e9944cc5dcddb8829f62

1 file changed, 14 insertions(+), 0 deletions(-)

changed files
M go.modgo.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 +)