Skip to content

Use native Go vendor mode for godeps.#1625

Merged
enisoc merged 5 commits into
vitessio:masterfrom
enisoc:vendor
Apr 6, 2016
Merged

Use native Go vendor mode for godeps.#1625
enisoc merged 5 commits into
vitessio:masterfrom
enisoc:vendor

Conversation

@enisoc
Copy link
Copy Markdown
Contributor

@enisoc enisoc commented Apr 6, 2016

@alainjobart

This gets rid of the warning about disabling native vendor mode
due to legacy Godeps/_workspace directory being present.

It also means we require Go 1.5+ since that's when native vendor
mode was first introduced.

Later we can move more dependencies from bootstrap.sh (go get) to vendoring. We'll need to decide if we want to use godeps to copy them into our repo, or use git submodules.


This change is Reviewable

@aaijazi
Copy link
Copy Markdown
Contributor

aaijazi commented Apr 6, 2016

LGTM

Approved with PullApprove

Anthony Yeh added 3 commits April 6, 2016 14:43
This gets rid of the warning about disabling native vendor mode
due to legacy Godeps/_workspace directory being present.

It also means we require Go 1.5+ since that's when native vendor
mode was first introduced.
Thanks to native vendoring support in Go 1.5+.
@alainjobart
Copy link
Copy Markdown
Contributor

LGTM

Approved with PullApprove

@enisoc enisoc merged commit 20cc201 into vitessio:master Apr 6, 2016
@enisoc enisoc deleted the vendor branch April 6, 2016 22:45
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.

4 participants