Codebase list golang-github-gobuffalo-packr / 455c9b6e-741c-49e0-8a88-ff072f37e7a8/main go.mod
455c9b6e-741c-49e0-8a88-ff072f37e7a8/main

Tree @455c9b6e-741c-49e0-8a88-ff072f37e7a8/main (Download .tar.gz)

go.mod @455c9b6e-741c-49e0-8a88-ff072f37e7a8/mainraw · 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.2
	github.com/spf13/cobra v0.0.5
	github.com/stretchr/testify v1.3.0
	golang.org/x/sync v0.0.0-20190423024810-112230192c58
)