logger/go.mod

18 lines
416 B
Modula-2
Raw Permalink Normal View History

2024-08-16 21:42:32 +00:00
module git.kevinfries.com/kfries63/logger
2024-08-09 20:25:34 +00:00
go 1.22.6
require (
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)