mirror of
https://github.com/Luzifer/git-credential-vault.git
synced 2024-11-09 23:00:13 +00:00
11 lines
253 B
Modula-2
11 lines
253 B
Modula-2
module github.com/Luzifer/git-credential-vault
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.10.0
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/hashicorp/vault/api v1.0.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.5.0
|
|
)
|