|
|
|
|
@ -21,6 +21,7 @@ import (
|
|
|
|
|
"github.com/hashicorp/boundary/internal/iam"
|
|
|
|
|
"github.com/hashicorp/boundary/internal/kms"
|
|
|
|
|
"github.com/hashicorp/boundary/internal/types/scope"
|
|
|
|
|
"github.com/hashicorp/boundary/sdk/strutil"
|
|
|
|
|
"github.com/hashicorp/boundary/version"
|
|
|
|
|
"github.com/hashicorp/errwrap"
|
|
|
|
|
"github.com/hashicorp/go-hclog"
|
|
|
|
|
@ -32,7 +33,6 @@ import (
|
|
|
|
|
"github.com/hashicorp/vault/sdk/helper/base62"
|
|
|
|
|
"github.com/hashicorp/vault/sdk/helper/logging"
|
|
|
|
|
"github.com/hashicorp/vault/sdk/helper/mlock"
|
|
|
|
|
"github.com/hashicorp/vault/sdk/helper/strutil"
|
|
|
|
|
"github.com/hashicorp/vault/sdk/logical"
|
|
|
|
|
"github.com/jinzhu/gorm"
|
|
|
|
|
"github.com/mitchellh/cli"
|
|
|
|
|
|