Browse Source

Make testify a testImport for consistency

pull/489/head
Ethan Frey 7 years ago
parent
commit
d2ae7e164a
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      glide.yaml

+ 5
- 3
glide.yaml 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:


Loading…
Cancel
Save