11 lines
211 B
Modula-2
11 lines
211 B
Modula-2
module github.com/ehlxr/log
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/ehlxr/lumberjack v2.0.0+incompatible
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
go.uber.org/zap v1.12.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
)
|