Files
go-toml/benchmark/go.mod
T
2020-06-15 17:55:19 -04:00

12 lines
210 B
Modula-2

module github.com/pelletier/go-toml/benchmark
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/pelletier/go-toml v0.0.0
gopkg.in/yaml.v2 v2.3.0
)
replace github.com/pelletier/go-toml => ../