File: go.mod

package info (click to toggle)
python-tomlkit 0.13.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,100 kB
  • sloc: python: 6,242; makefile: 22; sh: 5
file content (9 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
module github.com/BurntSushi/toml-test

go 1.16

require (
	github.com/BurntSushi/toml v0.4.0
	// no_term branch, which doesn't depend on x/term and x/sys
	zgo.at/zli v0.0.0-20210619044753-e7020a328e59
)