blob: 6066c403871604d712a940818b64f4488ef09b1e [file] [log] [blame]
Serge Bazanskicc25bdf2018-10-25 14:02:58 +02001module github.com/gobuffalo/packr
2
3require (
4 github.com/davecgh/go-spew v1.1.1 // indirect
5 github.com/inconshreveable/mousetrap v1.0.0 // indirect
6 github.com/pkg/errors v0.8.0
7 github.com/pmezard/go-difflib v1.0.0 // indirect
8 github.com/spf13/cobra v0.0.3
9 github.com/spf13/pflag v1.0.2 // indirect
10 github.com/stretchr/testify v1.2.2
11 golang.org/x/net v0.0.0-20180921000356-2f5d2388922f // indirect
12 golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
13)