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

vendor: go get github.com/hashicorp/go-msgpack@v0.5.4 #21082

Merged
merged 1 commit into from
Apr 24, 2019

Conversation

apparentlymart
Copy link
Contributor

By upgrading this to a version that supports Go Modules, we can avoid the redundant dependencies labix.org/v2/mgo and launchpad.net/gocheck.

These dependencies come via hashicorp/consul, which we have vendored for the Consul backend.

There are no changes to the go-msgpack code here; we're just adopting a newer version that has a go.mod present so that its dependencies can be determined more accurately.

This is an immediate-term fix for #21080. If we later add a new dependency that is either directly served from a Bazaar repository or depends on something that is then the requirement for a working bzr will return; permanently avoiding bzr is not a goal here, but to the extent that we don't currently have any reason to need these dependencies, this allows us hopefully to avoid this problem long enough for the Bazaar team to fix whatever is making the Bazaar git plugin be broken on Windows systems when working with launchpad. (Since Bazaar is itself developed on Launchpad, I assume they will themselves encounter this problem at some point.)

By upgrading this to a version that supports Go Modules, we can avoid
the redundant dependencies labix.org/v2/mgo and launchpad.net/gocheck.

These dependencies come via hashicorp/consul, which we have vendored for
the Consul backend.

There are no changes to the go-msgpack code here; we're just adopting a
newer version that has a go.mod present so that its dependencies can be
determined more accurately.
bltavares added a commit to bltavares/terraform-provider-github that referenced this pull request Apr 24, 2019
Uses hashicorp/terraform#21082 which fixes compilation issues when downloading dependencies
@apparentlymart apparentlymart merged commit 4897c05 into master Apr 24, 2019
@apparentlymart apparentlymart deleted the go-msgpack-upgrade branch July 10, 2019 14:35
@ghost
Copy link

ghost commented Jul 24, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Jul 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Auto-pinning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants