go.mod 181 B

12345678910
  1. module notabug.org/gearsix/dati
  2. go 1.13
  3. require (
  4. github.com/cbroglie/mustache v1.2.0
  5. github.com/pelletier/go-toml v1.8.1
  6. gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
  7. )