Codebase list golang-github-gobuffalo-packr / 26ec37e3-c9b1-4045-a350-a767ed6a285c/upstream v2 / jam / store / _fixtures / disk-pack / go.mod
26ec37e3-c9b1-4045-a350-a767ed6a285c/upstream

Tree @26ec37e3-c9b1-4045-a350-a767ed6a285c/upstream (Download .tar.gz)

go.mod @26ec37e3-c9b1-4045-a350-a767ed6a285c/upstreamraw · history · blame

1
2
3
4
5
6
7
8
module foo

go 1.14

require (
	github.com/gobuffalo/packr/v2 v2.0.0-rc.2 // indirect
	golang.org/x/tools v0.0.0-20181116193547-e77c06808af6 // indirect
)