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 vault module version #83

Merged
merged 1 commit into from
May 6, 2020
Merged

Conversation

rogpeppe
Copy link
Contributor

@rogpeppe rogpeppe commented May 6, 2020

By requiring the old version of vault, we were breaking dependency resolution because that version has an api package which conflicts with the later api module that has the same import path.

Also fix the error message checking so that it copes with the latest Go tip.

By requiring the old version of vault, we break dependency resolution
because that version has an `api` package which conflicts with the
later `api` module that has the same import path.
Copy link

@tkh tkh left a comment

Choose a reason for hiding this comment

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

Makes sense to me FWIW.
This is what I ended up running into when trying to debug @guillaumeAgisHeetch 's issue earlier.

@rogpeppe rogpeppe merged commit c6edf60 into master May 6, 2020
@gyndav gyndav deleted the rog-006-update-vault-version branch March 10, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants