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 all dependencies w/ Godep #4909

Merged
merged 1 commit into from
Jan 29, 2016
Merged

Vendor all dependencies w/ Godep #4909

merged 1 commit into from
Jan 29, 2016

Conversation

phinze
Copy link
Contributor

@phinze phinze commented Jan 29, 2016

  • Remove make updatedeps from Travis build. We'll follow up with more
    specific plans around dependency updating in subsequent PRs.
  • Update all make targets to set GO15VENDOREXPERIMENT=1 and to
    filter out /vendor/ from ./... where appropriate.
  • Temporarily remove vet from the make test target until we can
    figure out how to get it to not vet vendor/. (Initial
    experimentation failed to yield the proper incantation.)

Everything is pinned to current master, with the exception of:

  • Azure/azure-sdk-for-go which is pinned before the breaking change today
  • aws/aws-sdk-go which is pinned to the most recent tag

The documentation still needs to be updated, which we can do in a follow
up PR. The goal here is to unblock release.

@jen20
Copy link
Contributor

jen20 commented Jan 29, 2016

LGTM assuming Travis is happy.

@catsby
Copy link
Contributor

catsby commented Jan 29, 2016

The makefile looks legit 👍

@phinze phinze force-pushed the f-godep branch 4 times, most recently from 7f9a944 to 04626b9 Compare January 29, 2016 21:07
 * Remove `make updatedeps` from Travis build. We'll follow up with more
   specific plans around dependency updating in subsequent PRs.
 * Update all `make` targets to set `GO15VENDOREXPERIMENT=1` and to
   filter out `/vendor/` from `./...` where appropriate.
 * Temporarily remove `vet` from the `make test` target until we can
   figure out how to get it to not vet `vendor/`. (Initial
   experimentation failed to yield the proper incantation.)

Everything is pinned to current master, with the exception of:

 * Azure/azure-sdk-for-go which is pinned before the breaking change today
 * aws/aws-sdk-go which is pinned to the most recent tag

The documentation still needs to be updated, which we can do in a follow
up PR. The goal here is to unblock release.
phinze added a commit that referenced this pull request Jan 29, 2016
Vendor all dependencies w/ Godep
@phinze phinze merged commit 6680397 into master Jan 29, 2016
@phinze phinze deleted the f-godep branch January 29, 2016 21:20
terraformbot pushed a commit that referenced this pull request Jan 30, 2016
[origin/master] Merge pull request #4909 from hashicorp/f-godep
6680397
terraformbot pushed a commit that referenced this pull request Jan 30, 2016
[origin/master] Merge pull request #4909 from hashicorp/f-godep
6680397
terraformbot pushed a commit that referenced this pull request Jan 30, 2016
[origin/master] Merge pull request #4909 from hashicorp/f-godep
6680397
terraformbot pushed a commit that referenced this pull request Jan 30, 2016
[origin/master] Merge pull request #4909 from hashicorp/f-godep
6680397
terraformbot pushed a commit that referenced this pull request Jan 30, 2016
[origin/master] Merge pull request #4909 from hashicorp/f-godep
6680397
terraformbot pushed a commit that referenced this pull request Jan 30, 2016
[origin/master] Merge pull request #4909 from hashicorp/f-godep
6680397
terraformbot pushed a commit that referenced this pull request Jan 30, 2016
[origin/master] Merge pull request #4909 from hashicorp/f-godep
6680397
terraformbot pushed a commit that referenced this pull request Jan 30, 2016
[origin/master] Merge pull request #4909 from hashicorp/f-godep
6680397
terraformbot pushed a commit that referenced this pull request Jan 30, 2016
[origin/master] Merge pull request #4909 from hashicorp/f-godep
6680397
@ojongerius ojongerius mentioned this pull request Feb 1, 2016
@josephholsten
Copy link
Contributor

<3, I was doing this in our local fork

@ghost
Copy link

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

Successfully merging this pull request may close these issues.

4 participants