log/go.mod

13 lines
346 B
Modula-2
Raw Normal View History

2019-11-05 08:03:03 +00:00
module github.com/ehlxr/log
2019-11-05 07:57:09 +00:00
go 1.13
require (
2019-11-05 08:03:03 +00:00
github.com/ehlxr/logger v0.0.0-20191105075740-0235eee42e0f
2019-11-06 02:11:12 +00:00
github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
github.com/lestrrat-go/strftime v0.0.0-20190725011945-5c849dd2c51d // indirect
2019-11-05 07:57:09 +00:00
github.com/pkg/errors v0.8.1
go.uber.org/zap v1.12.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)