dati

A Go library/binary to parse & execute data against template langauges.
git clone git://src.gearsix.net/datidati.zip
Log | Files | Refs | Atom | README | LICENSE

go.mod (raw) (181B)


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