Files
weave-scope/vendor
Akash Srivastava 9bfa151a4f Add kubectl describe package as dependency
Commands used:-
gvt fetch --no-recurse -tag v1.13.0 k8s.io/kubernetes/pkg/kubectl/describe
gvt fetch --no-recurse -tag v1.13.0 k8s.io/kubernetes/pkg/kubectl/util
gvt fetch --no-recurse -tag v1.13.0 k8s.io/kubernetes/pkg/kubectl/scheme
gvt fetch --no-recurse -tag kubernetes-1.13.0 k8s.io/cli-runtime/pkg/genericclioptions
gvt fetch --no-recurse -tag v1.0.0 github.com/fatih/camelcase

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>
2019-03-31 15:46:36 +05:30
..
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