mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-26 06:29:58 +07:00
fix(vault): update go.mod
This commit is contained in:
parent
dded29b0bd
commit
7ab20db660
@ -2,7 +2,11 @@ module git.khuedoan.com/khuedoan/homelab/vault/init
|
||||
|
||||
go 1.17
|
||||
|
||||
require github.com/hashicorp/vault/api v1.4.1
|
||||
require (
|
||||
github.com/hashicorp/vault/api v1.4.1
|
||||
github.com/sethvargo/go-password v0.2.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/armon/go-metrics v0.3.9 // indirect
|
||||
@ -39,7 +43,6 @@ require (
|
||||
github.com/oklog/run v1.0.0 // indirect
|
||||
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
||||
github.com/ryanuber/go-glob v1.0.0 // indirect
|
||||
github.com/sethvargo/go-password v0.2.0 // indirect
|
||||
go.uber.org/atomic v1.9.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
||||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
||||
@ -50,5 +53,4 @@ require (
|
||||
google.golang.org/grpc v1.41.0 // indirect
|
||||
google.golang.org/protobuf v1.26.0 // indirect
|
||||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user