标签: go vendor dep
I add a line into Gopkg.toml that is source="github.com/xxxx/xxxx". then call dep ensure -update. but the old dir still in vendor, it not work by add source into Gopkg.toml.
Gopkg.toml
source="github.com/xxxx/xxxx"
dep ensure -update
how to do it?