Make testify a testImport for consistency

This commit is contained in:
Ethan Frey
2017-05-05 19:46:32 +02:00
parent 627a686f90
commit d2ae7e164a

View File

@ -11,9 +11,6 @@ import:
- package: github.com/pkg/errors
- package: github.com/spf13/cobra
- package: github.com/spf13/viper
- package: github.com/stretchr/testify
subpackages:
- require
- package: github.com/tendermint/abci
version: develop
subpackages:
@ -49,6 +46,11 @@ import:
- context
- package: google.golang.org/grpc
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
- require
- package: github.com/tendermint/merkleeyes
version: develop
subpackages: