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

Update dependencies to Vault 1.1.2 #413

Merged
merged 3 commits into from
Jun 3, 2019

Conversation

lawliet89
Copy link
Contributor

@lawliet89 lawliet89 commented May 10, 2019

Fixes #333

I ran

go get -u github.com/hashicorp/[email protected]
go mod tidy
go get -u github.com/hashicorp/[email protected]
go get -u github.com/hashicorp/vault/[email protected]

Non-cloud related tests pass.

The Vault Changelog for the next release says:

Go Modules change: Vault now uses Go Modules to manage dependencies. As a result to both reduce transitive dependencies for API library users and plugin authors, and to work around various conflicts, we have moved various helpers around, mostly under an sdk/ submodule. A couple of functions have also moved from plugin helper code to the api/ submodule. If you are a plugin author, take a look at some of our official plugins and the paths they are importing for guidance.

Not sure what this entails. @tyrannosaurus-becks ?

Copy link
Contributor

@tyrannosaurus-becks tyrannosaurus-becks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @lawliet89 !

@tyrannosaurus-becks tyrannosaurus-becks merged commit 8bcdcff into hashicorp:master Jun 3, 2019
dandandy pushed a commit to dandandy/terraform-provider-vault that referenced this pull request Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Vendored Vault Dependency to 1.1.x
2 participants