go.mod 162 B

123456789
  1. module github.com/natefinch/lumberjack
  2. go 1.12
  3. require (
  4. github.com/BurntSushi/toml v1.4.0
  5. gopkg.in/natefinch/lumberjack.v2 v2.2.1
  6. gopkg.in/yaml.v2 v2.4.0
  7. )