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.4.2 to 1.8.5 #72

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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ go 1.13

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.3
github.com/hashicorp/vault v1.4.2
github.com/hashicorp/vault/api v1.0.5-0.20200317185738-82f498082f02
github.com/hashicorp/vault v1.8.5
github.com/hashicorp/vault/api v1.1.2-0.20210713235431-1fc8af4c041f
github.com/magefile/mage v1.8.0
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
github.com/sumup-oss/go-pkgs v0.0.0-20200519104547-45b130c89abb
github.com/sumup-oss/vaulted v0.2.1
)
Loading