diff --git a/vault/mount.go b/vault/mount.go index d1024daefe28..bdcadd4dfd01 100644 --- a/vault/mount.go +++ b/vault/mount.go @@ -10,6 +10,7 @@ import ( "time" "github.com/hashicorp/go-uuid" + "github.com/hashicorp/vault/helper/consts" "github.com/hashicorp/vault/helper/jsonutil" "github.com/hashicorp/vault/helper/strutil" "github.com/hashicorp/vault/logical"