Which go language relies more on package management tools?

the go language depends on package management tools, and there seem to be many, such as Godep, gv, gvt, glide, govendor, etc., which is more used at this point in time (that is, go v1.11 is the latest version of the time point)?

Nov.05,2021

be sure to use the official go modules


go mod, that is, the official support of go modules. Now many projects are updated to support go mod


recommend https://github.com/golang/vgo
is more optimistic about go mod
, that is, the official support of vgo


govendor

Menu