Skip to content

Commit

Permalink
Bump vault provider to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 23, 2023
1 parent f4d349a commit 2321ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/read-vault/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"time"

"github.com/knadh/koanf/providers/vault"
"github.com/knadh/koanf/providers/vault/v2"
"github.com/knadh/koanf/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion providers/vault/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/knadh/koanf/providers/vault
module github.com/knadh/koanf/providers/vault/v2

go 1.18

Expand Down

0 comments on commit 2321ea2

Please sign in to comment.