mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 10:41:14 +00:00
* Vendor nats-io/nats * Use NATS for shortcut reports. * Review feedback. * Rejig shortcut subscriptions, so they work. * Review feedback
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.
Adding a New Dependency
~/scope$ gvt fetch example.com/organisation/module vendor/example.com/organisation/module
Updateing a Specific Dependancy
~/scope$ gvt update example.com/organisation/module vendor/example.com/organisation/module
Remove a Dependency
~/scope$ gvt delete example.com/organisation/module vendor/example.com/organisation/module