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

Fix go.mod, go.sum after go-kms-wrapping update #12958

Merged

Conversation

cipherboy
Copy link
Contributor

In #12952, I incorrectly updated go.mod and go.sum with the go get -u ... invocation (rather than go get ...) -- fix this so we don't update unnecessary dependencies.

In hashicorp#12952, merged as 94f2ef9, I
incorrectly ran `go get -u ...` instead of `go get ...`, causing
unnecessary updates to be pulled.

Revert go.mod, go.sum to their earlier versions.

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
@vercel vercel bot temporarily deployed to Preview – vault-storybook October 28, 2021 20:01 Inactive
@vercel vercel bot temporarily deployed to Preview – vault October 28, 2021 20:01 Inactive
@cipherboy cipherboy merged commit bebf096 into hashicorp:release/1.8.x Oct 28, 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.

None yet

2 participants