Move password to sdk

This commit is contained in:
Jeff Mitchell
2019-04-12 18:12:13 -04:00
parent 7ae6fb56ff
commit a920c10be6
15 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ import (
uuid "github.com/hashicorp/go-uuid"
"github.com/hashicorp/vault/api"
"github.com/hashicorp/vault/helper/base62"
"github.com/hashicorp/vault/helper/password"
"github.com/hashicorp/vault/sdk/helper/password"
"github.com/hashicorp/vault/helper/pgpkeys"
"github.com/hashicorp/vault/helper/xor"
"github.com/mitchellh/cli"