Move policyutil to sdk

This commit is contained in:
Jeff Mitchell
2019-04-12 18:08:46 -04:00
parent cf03949594
commit 7ae6fb56ff
37 changed files with 35 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/google/go-github/github"
"github.com/hashicorp/errwrap"
"github.com/hashicorp/vault/helper/policyutil"
"github.com/hashicorp/vault/sdk/helper/policyutil"
"github.com/hashicorp/vault/sdk/logical"
"github.com/hashicorp/vault/sdk/framework"
)