Files
weave-scope/vendor
Daniel Holbach 56f7db1821 vendor: update gopkg.in/yaml.v2 to latest upstream
yaml.v2 was relicensed under Apache 2.0 in 2016, as Scope is
  Apache 2.0, we want this too. A lot of other bugs were fixed
  in the code since then as well.

  fixes #3283
2018-08-14 15:08:15 +02:00
..
2018-08-09 13:18:13 +01:00
2016-06-21 09:25:44 +01:00
2018-07-26 10:57:39 +01: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