2
0
Files
lumberjack/go.mod
T
Lukas Rist 47ffae2331 cleanup and module support (#77)
* cleanup and module support
2020-10-21 10:19:57 -04: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