14 lines
460 B
Modula-2
14 lines
460 B
Modula-2
module github.com/gobuffalo/packr
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.2 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/net v0.0.0-20180921000356-2f5d2388922f // indirect
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
|
|
)
|