Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/hashicorp/vault from 1.5.5 to 1.11.9 #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ require (
github.com/Venafi/vcert/v4 v4.13.0
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/fatih/structs v1.1.0
github.com/go-test/deep v1.0.7
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/vault v1.5.5
github.com/hashicorp/vault/api v1.0.5-0.20200630205458-1a16f3c699c6
github.com/hashicorp/vault/sdk v0.1.14-0.20201020233143-625c50e68971
github.com/mitchellh/mapstructure v1.3.2
github.com/go-test/deep v1.0.8
github.com/hashicorp/errwrap v1.1.0
github.com/hashicorp/vault v1.11.9
github.com/hashicorp/vault/api v1.7.2
github.com/hashicorp/vault/sdk v0.5.3-0.20230302211625-64eff2f9e47c
github.com/mitchellh/mapstructure v1.5.0
github.com/ryanuber/go-glob v1.0.0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
gotest.tools/gotestsum v1.6.1 // indirect
github.com/tencentcloud/tencentcloud-sdk-go v3.0.171+incompatible // indirect
golang.org/x/crypto v0.6.0
golang.org/x/net v0.7.0
)

replace github.com/hashicorp/vault/api => github.com/hashicorp/vault/api v0.0.0-20200718022110-340cc2fa263f
Expand Down
Loading