2022-03-18 14:48:56 +09:00
|
|
|
module amuz.es/src/go/logging
|
2022-03-18 09:21:04 +09:00
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible
|
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
|
|
github.com/stretchr/testify v1.7.1
|
|
|
|
github.com/valyala/fasthttp v1.34.0
|
|
|
|
go.uber.org/zap v1.21.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
|
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
|
|
github.com/klauspost/compress v1.15.0 // indirect
|
|
|
|
github.com/lestrrat-go/strftime v1.0.5 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|