Codebase list golang-github-jawher-mow.cli / 9d55a27f-3587-4d4e-982f-848f273ab8ed/upstream go.mod
9d55a27f-3587-4d4e-982f-848f273ab8ed/upstream

Tree @9d55a27f-3587-4d4e-982f-848f273ab8ed/upstream (Download .tar.gz)

go.mod @9d55a27f-3587-4d4e-982f-848f273ab8ed/upstreamraw · history · blame

1
2
3
4
5
6
7
8
9
module github.com/jawher/mow.cli

require (
	github.com/stretchr/objx v0.2.0 // indirect
	github.com/stretchr/testify v1.4.0
	gopkg.in/yaml.v2 v2.2.5 // indirect
)

go 1.13