9 lines
121 B
Modula-2
Raw Normal View History

2021-11-22 16:05:02 +00:00
module github.com/natefinch/lumberjack
require (
github.com/BurntSushi/toml v0.3.1
gopkg.in/yaml.v2 v2.2.2
)
go 1.13