File: go.mod

package info (click to toggle)
golang-github-pelletier-go-toml 1.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 744 kB
  • sloc: sh: 37; makefile: 26
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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 => ../