Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 7004d44

Browse files
authored
upgrade vault api and support kv2 (#1)
1 parent c5f30d5 commit 7004d44

File tree

3 files changed

+318
-69
lines changed

3 files changed

+318
-69
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/Luzifer/git-credential-vault
33
go 1.14
44

55
require (
6-
github.com/Luzifer/go_helpers/v2 v2.10.0
7-
github.com/Luzifer/rconfig/v2 v2.2.1
8-
github.com/hashicorp/vault/api v1.0.4
6+
github.com/Luzifer/go_helpers/v2 v2.13.0
7+
github.com/Luzifer/rconfig/v2 v2.4.0
8+
github.com/hashicorp/vault/api v1.3.1
99
github.com/pkg/errors v0.9.1
10-
github.com/sirupsen/logrus v1.5.0
10+
github.com/sirupsen/logrus v1.8.1
1111
)

0 commit comments

Comments
 (0)