Codebase list golang-github-jawher-mow.cli / a69d023b-4573-4794-8b72-e1df3c85102f/upstream go.mod
a69d023b-4573-4794-8b72-e1df3c85102f/upstream

Tree @a69d023b-4573-4794-8b72-e1df3c85102f/upstream (Download .tar.gz)

go.mod @a69d023b-4573-4794-8b72-e1df3c85102f/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