Codebase list golang-github-jawher-mow.cli / 1ec98cb3-f1b8-4e1f-9327-a5e45c4b429c/upstream go.mod
1ec98cb3-f1b8-4e1f-9327-a5e45c4b429c/upstream

Tree @1ec98cb3-f1b8-4e1f-9327-a5e45c4b429c/upstream (Download .tar.gz)

go.mod @1ec98cb3-f1b8-4e1f-9327-a5e45c4b429c/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