2018-07-27 09:03:18 +02:00
|
|
|
module github.com/gobuffalo/packr
|
|
|
|
|
2018-11-14 12:02:41 +01:00
|
|
|
require (
|
2018-11-14 13:44:03 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2018-11-14 12:02:41 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/pkg/errors v0.8.0
|
2018-11-14 13:44:03 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2018-11-14 12:02:41 +01:00
|
|
|
github.com/spf13/cobra v0.0.3
|
2018-11-14 13:44:03 +01:00
|
|
|
github.com/spf13/pflag v1.0.2 // indirect
|
2018-11-14 12:02:41 +01:00
|
|
|
github.com/stretchr/testify v1.2.2
|
2018-11-14 13:44:03 +01:00
|
|
|
golang.org/x/net v0.0.0-20180921000356-2f5d2388922f // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
|
2018-11-14 12:02:41 +01:00
|
|
|
)
|