log/go.mod

11 lines
180 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 (
github.com/pkg/errors v0.8.1
github.com/robfig/cron/v3 v3.0.0
2019-11-05 07:57:09 +00:00
go.uber.org/zap v1.12.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)