diff --git a/command/agent.go b/command/agent.go index 15d0a0517a..38463617bb 100644 --- a/command/agent.go +++ b/command/agent.go @@ -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" - gatedwriter "github.com/hashicorp/vault/helper/gated-writer" "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" diff --git a/command/debug.go b/command/debug.go index cbef2d6cca..49a092ba6e 100644 --- a/command/debug.go +++ b/command/debug.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-hclog" "github.com/hashicorp/vault/api" - gatedwriter "github.com/hashicorp/vault/helper/gated-writer" + "github.com/hashicorp/vault/sdk/helper/gatedwriter" "github.com/hashicorp/vault/sdk/helper/logging" "github.com/hashicorp/vault/sdk/helper/strutil" "github.com/hashicorp/vault/sdk/version" diff --git a/command/server.go b/command/server.go index 17d5728b2a..7888ebdfd9 100644 --- a/command/server.go +++ b/command/server.go @@ -36,11 +36,11 @@ import ( "github.com/hashicorp/vault/command/server" serverseal "github.com/hashicorp/vault/command/server/seal" "github.com/hashicorp/vault/helper/builtinplugins" - gatedwriter "github.com/hashicorp/vault/helper/gated-writer" "github.com/hashicorp/vault/helper/metricsutil" "github.com/hashicorp/vault/helper/namespace" "github.com/hashicorp/vault/helper/reload" vaulthttp "github.com/hashicorp/vault/http" + "github.com/hashicorp/vault/sdk/helper/gatedwriter" "github.com/hashicorp/vault/sdk/helper/jsonutil" "github.com/hashicorp/vault/sdk/helper/logging" "github.com/hashicorp/vault/sdk/helper/mlock" diff --git a/go.mod b/go.mod index 92a7b4628b..5a1fdf2c8f 100644 --- a/go.mod +++ b/go.mod @@ -86,7 +86,7 @@ require ( github.com/hashicorp/vault-plugin-secrets-gcpkms v0.5.2-0.20190814210149-315cdbf5de6e github.com/hashicorp/vault-plugin-secrets-kv v0.5.2-0.20191017213228-e8cf7060a4d0 github.com/hashicorp/vault/api v1.0.5-0.20200111014044-ba76c080ad1f - github.com/hashicorp/vault/sdk v0.1.14-0.20200111013952-157e805b97be + github.com/hashicorp/vault/sdk v0.1.14-0.20200123190015-7dd0e8af0bee github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect github.com/jackc/pgx v3.3.0+incompatible // indirect