Codebase list golang-github-jawher-mow.cli / run/dc873d89-ecde-4b4a-b955-c6038b59d58f/main go.mod
run/dc873d89-ecde-4b4a-b955-c6038b59d58f/main

Tree @run/dc873d89-ecde-4b4a-b955-c6038b59d58f/main (Download .tar.gz)

go.mod @run/dc873d89-ecde-4b4a-b955-c6038b59d58f/mainraw · history · blame

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

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.4.0
	gopkg.in/yaml.v2 v2.2.5 // indirect
)

go 1.13