Codebase list golang-github-alecthomas-kong / v0.2.16 go.mod
v0.2.16

Tree @v0.2.16 (Download .tar.gz)

go.mod @v0.2.16raw · history · blame

module github.com/alecthomas/kong

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pkg/errors v0.8.1
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.2.2
)

go 1.13