Migrate internalshared out (#9727)

* Migrate internalshared out

* fix merge issue

* fix merge issue

* go mod vendor

Co-authored-by: Brian Kassouf <bkassouf@hashicorp.com>
This commit is contained in:
Jeff Mitchell
2020-10-12 14:56:24 -04:00
committed by GitHub
parent c4d336e5dd
commit ee6391b691
134 changed files with 4178 additions and 2346 deletions

View File

@@ -9,8 +9,8 @@ import (
"time"
"github.com/hashicorp/errwrap"
kvbuilder "github.com/hashicorp/shared-secure-libs/kv-builder"
"github.com/hashicorp/vault/api"
kvbuilder "github.com/hashicorp/vault/internalshared/kv-builder"
"github.com/kr/text"
homedir "github.com/mitchellh/go-homedir"
"github.com/mitchellh/mapstructure"