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

Feature request: Generate json from existing vendor/ folder #493

Closed ngtuna closed 8 years ago

ngtuna commented 8 years ago

Expected behavior

There is a need to support generating Godeps.json from vendor/ folder of existing source code.

Actual behavior

There is no support at this moment.

Steps to reproduce behavior

Expected command: godep generate

godep version output

go version output

Contents of Godeps.json file

ngtuna commented 8 years ago

I found godep save ./... can help. Closed!