Skip to content

Commit 9615a35

Browse files
author
Gufran
committed
Fix repository import path
1 parent abdc9f2 commit 9615a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: backend/path-info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package backend
22

33
import (
44
"context"
5-
"github.com/Shuttl-Tech/vault-plugin-postgres-cluster/version"
5+
"github.com/Shuttl-Tech/vault-plugin-postgres/version"
66
"github.com/hashicorp/vault/logical"
77
"github.com/hashicorp/vault/logical/framework"
88
)

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/Shuttl-Tech/vault-plugin-postgres-cluster/backend"
4+
"github.com/Shuttl-Tech/vault-plugin-postgres/backend"
55
"github.com/hashicorp/vault/helper/pluginutil"
66
"github.com/hashicorp/vault/logical/plugin"
77
"log"

0 commit comments

Comments
 (0)