vendor/github.com/pelletier/go-toml/go.mod
changeset 251 1c52a0eeb952
child 256 6d9efbef00a9
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
       
     1 module github.com/pelletier/go-toml
       
     2 
       
     3 go 1.12
       
     4 
       
     5 require (
       
     6 	github.com/BurntSushi/toml v0.3.1
       
     7 	github.com/davecgh/go-spew v1.1.1
       
     8 	gopkg.in/yaml.v2 v2.2.4
       
     9 )