1
0
Fork 0
mirror of https://github.com/Luzifer/git-credential-vault.git synced 2024-11-09 23:00:13 +00:00
git-credential-vault/go.mod

12 lines
253 B
Modula-2
Raw Normal View History

module github.com/Luzifer/git-credential-vault
go 1.14
require (
2022-01-22 02:15:36 +00:00
github.com/Luzifer/go_helpers/v2 v2.13.0
github.com/Luzifer/rconfig/v2 v2.4.0
github.com/hashicorp/vault/api v1.3.1
github.com/pkg/errors v0.9.1
2022-01-22 02:15:36 +00:00
github.com/sirupsen/logrus v1.8.1
)