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

@@ -12,9 +12,9 @@ import (
"github.com/hashicorp/errwrap"
uuid "github.com/hashicorp/go-uuid"
"github.com/hashicorp/vault/api"
"github.com/hashicorp/vault/helper/base62"
"github.com/hashicorp/vault/helper/pgpkeys"
"github.com/hashicorp/vault/helper/xor"
"github.com/hashicorp/vault/sdk/helper/base62"
"github.com/hashicorp/vault/sdk/helper/password"
"github.com/mitchellh/cli"
"github.com/posener/complete"