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.
11 lines
240 B
11 lines
240 B
4 years ago
|
module git.oa00.com/go/logger
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
||
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
||
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
||
|
go.uber.org/zap v1.16.0
|
||
|
)
|