Create sdk/ and api/ submodules (#6583)

This commit is contained in:
Jeff Mitchell
2019-04-12 17:54:35 -04:00
committed by GitHub
parent 451f2a6f36
commit 170521481d
786 changed files with 2375 additions and 2054 deletions

View File

@@ -16,10 +16,10 @@ import (
"github.com/hashicorp/vault/command/agent/sink"
"github.com/hashicorp/vault/command/agent/sink/file"
"github.com/hashicorp/vault/helper/dhutil"
"github.com/hashicorp/vault/helper/jsonutil"
"github.com/hashicorp/vault/helper/logging"
"github.com/hashicorp/vault/sdk/helper/jsonutil"
"github.com/hashicorp/vault/sdk/helper/logging"
vaulthttp "github.com/hashicorp/vault/http"
"github.com/hashicorp/vault/logical"
"github.com/hashicorp/vault/sdk/logical"
"github.com/hashicorp/vault/vault"
)