tools / godep

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

Add -b option to follow build constraints #473

Closed roxma closed 8 years ago

roxma commented 8 years ago

See this issue: https://github.com/tools/godep/issues/377#issuecomment-219917019(https://github.com/tools/godep/issues/377#issuecomment-219917019)

freeformz commented 8 years ago

I'd much rather do this by making this configurable via an array in Godps.json. Plus ensure that our code handles all the various permutations of build tags. And maybe default to what is hard coded now.