Bump API/SDK and adapt to move from SDK stuff

This commit is contained in:
Jeff Mitchell
2020-02-15 14:58:05 -05:00
parent 26a747400a
commit 5350e670d2
18 changed files with 59 additions and 461 deletions

View File

@@ -35,8 +35,8 @@ import (
"github.com/hashicorp/vault/command/agent/sink/file"
"github.com/hashicorp/vault/command/agent/sink/inmem"
"github.com/hashicorp/vault/command/agent/template"
"github.com/hashicorp/vault/internalshared/gatedwriter"
"github.com/hashicorp/vault/sdk/helper/consts"
"github.com/hashicorp/vault/sdk/helper/gatedwriter"
"github.com/hashicorp/vault/sdk/helper/logging"
"github.com/hashicorp/vault/sdk/logical"
"github.com/hashicorp/vault/sdk/version"