Update to api 1.0.1 and sdk 0.1.8

This commit is contained in:
Jeff Mitchell
2019-04-15 14:10:07 -04:00
parent 54360375c0
commit 8054cc660f
94 changed files with 153 additions and 2802 deletions

View File

@@ -17,8 +17,8 @@ import (
"github.com/go-test/deep"
log "github.com/hashicorp/go-hclog"
"github.com/hashicorp/vault/command/server"
"github.com/hashicorp/vault/helper/base62"
"github.com/hashicorp/vault/helper/testhelpers"
"github.com/hashicorp/vault/sdk/helper/base62"
"github.com/hashicorp/vault/sdk/physical"
"github.com/hashicorp/vault/vault"
)