Codebase list golang-github-gobuffalo-packr / upstream/latest go.mod
upstream/latest

Tree @upstream/latest (Download .tar.gz)

go.mod @upstream/latestraw · history · blame

module github.com/gobuffalo/packr

go 1.12

require (
	github.com/gobuffalo/envy v1.7.0
	github.com/gobuffalo/packd v0.3.0
	github.com/gobuffalo/packr/v2 v2.5.1
	github.com/spf13/cobra v0.0.5
	github.com/stretchr/testify v1.3.0
	golang.org/x/sync v0.0.0-20190423024810-112230192c58
)