Skip to content

Commit

Permalink
Vendor all dependencies w/ Godep
Browse files Browse the repository at this point in the history
 * 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.
  • Loading branch information
phinze committed Jan 29, 2016
1 parent 4c3e134 commit 521d4f6
Show file tree
Hide file tree
Showing 4,030 changed files with 961,637 additions and 11 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ terraform.tfstate
bin/
modules-dev/
pkg/
vendor/
website/.vagrant
website/.bundle
website/build
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ language: go
go:
- 1.5

install: make updatedeps

script:
- make test

Expand Down
Loading

0 comments on commit 521d4f6

Please sign in to comment.