Update missing go-kms-wrapping v2 dep and address some ENT->OSS drift (#17178)

* Update missing go-kms-wrapping v2 dep and address some ENT->OSS drift

* Bump go-kms-wrapping/wrappers/gcpckms/v2 to v2.0.1
This commit is contained in:
Steven Clark
2022-09-19 10:23:40 -04:00
committed by GitHub
parent 9a80004dce
commit d7f4bc3e08
9 changed files with 162 additions and 139 deletions

View File

@@ -14,10 +14,11 @@ import (
"sync"
"time"
"github.com/hashicorp/go-kms-wrapping/entropy/v2"
jsonpatch "github.com/evanphx/json-patch/v5"
"github.com/hashicorp/errwrap"
log "github.com/hashicorp/go-hclog"
"github.com/hashicorp/go-kms-wrapping/entropy"
"github.com/hashicorp/go-multierror"
"github.com/hashicorp/go-secure-stdlib/parseutil"
"github.com/hashicorp/vault/sdk/helper/consts"