You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
logger/go.mod

11 lines
240 B

4 years ago
module git.oa00.com/go/logger
go 1.16
require (
github.com/jonboulle/clockwork v0.4.0 // indirect
4 years ago
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.6 // indirect
go.uber.org/zap v1.25.0
4 years ago
)