Codebase list golang-github-jawher-mow.cli / ecc7d6cf-ccd2-4c50-8ae9-ec75d928e6db/main go.mod
ecc7d6cf-ccd2-4c50-8ae9-ec75d928e6db/main

Tree @ecc7d6cf-ccd2-4c50-8ae9-ec75d928e6db/main (Download .tar.gz)

go.mod @ecc7d6cf-ccd2-4c50-8ae9-ec75d928e6db/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