Codebase list golang-github-jawher-mow.cli / 20cb2c42-ef1a-4a75-a634-a1e5bf5be69b/main go.mod
20cb2c42-ef1a-4a75-a634-a1e5bf5be69b/main

Tree @20cb2c42-ef1a-4a75-a634-a1e5bf5be69b/main (Download .tar.gz)

go.mod @20cb2c42-ef1a-4a75-a634-a1e5bf5be69b/mainraw · history · blame

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

require (
	github.com/stretchr/objx v0.2.0 // indirect
	github.com/stretchr/testify v1.3.0
)