Codebase list golang-github-alecthomas-kong / 2476d98b-4cc3-4109-9605-49ac95194e07/upstream go.mod
2476d98b-4cc3-4109-9605-49ac95194e07/upstream

Tree @2476d98b-4cc3-4109-9605-49ac95194e07/upstream (Download .tar.gz)

go.mod @2476d98b-4cc3-4109-9605-49ac95194e07/upstreamraw · history · blame

module github.com/alecthomas/kong

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pkg/errors v0.9.1
	github.com/stretchr/testify v1.7.0
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

go 1.13