Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gopkg.tomlその isに行を追加しsource="github.com/xxxx/xxxx"ます。を呼び出しますdep ensure -update。しかし、古いディレクトリはまだベンダーにあり、ソースを に追加しても機能しませんGopkg.toml。
Gopkg.toml
source="github.com/xxxx/xxxx"
dep ensure -update
どうやってするの?