Use dockertest.v2 (#2247)

New dockertest has a totally different API and will require some serious
refactoring. This will tide over until then by pinning the API version.
This commit is contained in:
Jeff Mitchell
2017-01-09 13:46:54 -05:00
committed by GitHub
parent c334fba459
commit 454ddd4c48
29 changed files with 11 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/hashicorp/vault/logical"
logicaltest "github.com/hashicorp/vault/logical/testing"
"github.com/mitchellh/mapstructure"
"github.com/ory-am/dockertest"
dockertest "gopkg.in/ory-am/dockertest.v2"
)
var (