2021-12-04 16:42:11 +00:00

9 lines
121 B
Modula-2

module github.com/natefinch/lumberjack
require (
github.com/BurntSushi/toml v0.3.1
gopkg.in/yaml.v2 v2.2.2
)
go 1.13