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

Don't include quotes around hg revisions #528

Closed euank closed 7 years ago

euank commented 7 years ago

Prior to this change, the saved revision in a Godeps.json would include the single quotes around it from the template.

An example of what the mistake this fixes looks like in the wild: https://github.com/kubernetes/kubernetes/blob/v1.5.1/Godeps/Godeps.json#L16-L20

freeformz commented 7 years ago

Thanks!