Codebase list golang-github-alecthomas-kong / ed8fb5c7-559f-43a4-bebf-0ce2caed497b/upstream/sid go.mod
ed8fb5c7-559f-43a4-bebf-0ce2caed497b/upstream/sid

Tree @ed8fb5c7-559f-43a4-bebf-0ce2caed497b/upstream/sid (Download .tar.gz)

go.mod @ed8fb5c7-559f-43a4-bebf-0ce2caed497b/upstream/sidraw · history · blame

module github.com/alecthomas/kong

require (
	github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142
	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