Codebase list golang-github-jawher-mow.cli / 485b9e66-68b0-4145-9221-292abad57b03/main go.mod
485b9e66-68b0-4145-9221-292abad57b03/main

Tree @485b9e66-68b0-4145-9221-292abad57b03/main (Download .tar.gz)

go.mod @485b9e66-68b0-4145-9221-292abad57b03/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