We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddeeb4 commit a082dadCopy full SHA for a082dad
main.go
@@ -8,7 +8,7 @@ import (
8
"github.com/hashicorp/vault/api"
9
"github.com/hashicorp/vault/sdk/plugin"
10
11
- "github.com/martinbaillie/vault-plugin-secrets-github/github"
+ "github.com/martinbaillie/vault-plugin-secrets-github/v2/github"
12
)
13
14
func main() {
0 commit comments