Skip to content

Conversation

@HnH
Copy link

@HnH HnH commented Jan 9, 2020

Purpose of this PR is to:

  1. Use the vault/api module, instead of vault itself.
  2. Update vault api lib version used in confita at the moment.
  3. Fix a situation with ambiguous import when a project requires both confita and vault/api modules, which happens now because confita locks vault version on v0.9.6 which depends on older api version.
go get github.com/hashicorp/vault/api: ambiguous import: found github.com/hashicorp/vault/api in multiple modules:
	github.com/hashicorp/vault v0.9.6 (/home/sergey/apps/go/pkg/mod/github.com/hashicorp/vault@v0.9.6/api)
	github.com/hashicorp/vault/api v1.0.4 (/home/sergey/apps/go/pkg/mod/github.com/hashicorp/vault/api@v1.0.4)

@HnH HnH requested a review from rogpeppe February 20, 2020 08:52
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.

1 participant