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 fixes #12236

Merged
merged 9 commits into from
Feb 24, 2017
Merged

Vendor fixes #12236

merged 9 commits into from
Feb 24, 2017

Conversation

jbardin
Copy link
Member

@jbardin jbardin commented Feb 24, 2017

Most of the updates here are matching the commits of some sub-packages with those of their parent.

Update the golang.org/x/crypto/curve25519 package, and manually add the generic source that govendor won't add.

Manually fix the hashes for the golang.org/x/crypto/curve25519 and github.com/scaleway/scaleway-cli/pkg/api packages so govendor status passes.

Make the govendor status check mandatory in travis.

The containerservice package fell behind the others.
Fix the vendor.json file to match the vendored packages.
The github.com/aws/aws-sdk-go/service/configservice package was updated
without being reflected in the manifest.
multiple scaleway-cli packages were out of sync, unfortunately this
pulled in some other updates.
Update some ssh subpackages to match the top-level commit

Update the curve25519 package, and manuallly fix the checksum to include
the non-amd64 source.
this is still broken on solaris
github.com/scaleway/scaleway-cli/pkg/utils can be imported because it
depends on github.com/moul/gotty-client which can't build on solaris.

This requires removing the
github.com/scaleway/scaleway-cli/pkg/api/helpers.go file which imports
the utils package, and we don't use. Not sure how we'll handle this if
the structure of the scaleway package changes and we can't break this
import any longer.
govendor pulled these in, not sure why.
@mitchellh
Copy link
Contributor

LGTM if everything works :P

@jbardin jbardin merged commit 38748f0 into master Feb 24, 2017
@jbardin jbardin deleted the jbardin/vendor branch February 24, 2017 22:26
@ghost
Copy link

ghost commented Apr 16, 2020

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 Apr 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants