tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 454 forks source link

using godep with golang 1.6 version #435

Closed WanliTian closed 8 years ago

WanliTian commented 8 years ago

godep save can save all dependent packages to vendor directory,but godep go build donot find packages in vendor.

how to resolve this?

freeformz commented 8 years ago

There is no need to use 'godep go' with the vendor experiment (go1.6 and go1.5 with env var set). It's likely to be removed in the future.

Sent from my iPhone

On Mar 13, 2016, at 22:19, WanliTian notifications@github.com wrote:

godep save can save all dependent packages to vendor directory,but godep go build donot find packages in vendor.

how to resolve this?

— Reply to this email directly or view it on GitHub.