Re: [osv-dev] [PATCH] Manage Dependency with Go Modules and Update APIs to Latest

2019-12-09 Thread Pekka Enberg
On Mon, Dec 9, 2019 at 3:53 PM kayhaw wrote: > As a Go project, Capstan uses godep as its dependency manager, > however, as of Go 1.11, Go's new dependency management system(Go > Modules) is introduced officially, more and more Go projects use Go > Modules to make dependency version information

[osv-dev] [PATCH] Manage Dependency with Go Modules and Update APIs to Latest

2019-12-09 Thread kayhaw
As a Go project, Capstan uses godep as its dependency manager, however, as of Go 1.11, Go's new dependency management system(Go Modules) is introduced officially, more and more Go projects use Go Modules to make dependency version information explicit and easier to manage, this patch makes Capstan