Codebase list golang-github-jawher-mow.cli / d69f5a79-1d3d-490b-a432-d98b4f702f31/main go.mod
d69f5a79-1d3d-490b-a432-d98b4f702f31/main

Tree @d69f5a79-1d3d-490b-a432-d98b4f702f31/main (Download .tar.gz)

go.mod @d69f5a79-1d3d-490b-a432-d98b4f702f31/mainraw · 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