We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdc9f2 commit 9615a35Copy full SHA for 9615a35
backend/path-info.go
@@ -2,7 +2,7 @@ package backend
2
3
import (
4
"context"
5
- "github.com/Shuttl-Tech/vault-plugin-postgres-cluster/version"
+ "github.com/Shuttl-Tech/vault-plugin-postgres/version"
6
"github.com/hashicorp/vault/logical"
7
"github.com/hashicorp/vault/logical/framework"
8
)
main.go
@@ -1,7 +1,7 @@
1
package main
- "github.com/Shuttl-Tech/vault-plugin-postgres-cluster/backend"
+ "github.com/Shuttl-Tech/vault-plugin-postgres/backend"
"github.com/hashicorp/vault/helper/pluginutil"
"github.com/hashicorp/vault/logical/plugin"
"log"
0 commit comments