Files
weave-scope/vendor
Bryan Boreham 4457bef918 Update typetypetype/conntrack package
From revision 1ea26629 to 9d9dd841, to bring in a couple of bug fixes
and some performance improvements.
2018-11-14 15:34:58 +00:00
..
2018-08-24 19:05:36 +05:30
2018-11-14 15:34:58 +00:00

Managing Vendored Dependencies with gvt

These operations result in uncommitted changes to your branch; you will need to commit them as normal. Execute them in the root of your checkout.

For these changes to take effect, you'll have to make clean before running make.

Installing gvt

$ go get -u github.com/FiloSottile/gvt

Adding a Dependency

~/service$ gvt fetch example.com/organisation/module

Updating a Dependency

~/service$ gvt update example.com/organisation/module

Removing a Dependency

~/service$ gvt delete example.com/organisation/module