Codebase list golang-github-jawher-mow.cli / 0f1a8050-4f50-42ae-8da8-893309b046ef/upstream/1.2.0 go.mod
0f1a8050-4f50-42ae-8da8-893309b046ef/upstream/1.2.0

Tree @0f1a8050-4f50-42ae-8da8-893309b046ef/upstream/1.2.0 (Download .tar.gz)

go.mod @0f1a8050-4f50-42ae-8da8-893309b046ef/upstream/1.2.0raw · 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