You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
in the trash.yml and then ./vendor/github.com/docker/distribution/vendor.conf and ./vendor/github.com/docker/docker/vendor.conf
But whenever I try update dependencies using trash update I get the following error.
INFO[0003] Fetching latest commits from 'origin' for 'k8s.io/client-go/kubernetes'
FATA[0004] `git checkout -f --detach ee121606b0d09b2e1c467183ee46217fa85a6b67` failed:
fatal: reference is not a tree: ee121606b0d09b2e1c467183ee46217fa85a6b67
When I try to build agent I get the following:
common.go:11:2: cannot find package "k8s.io/client-go/kubernetes" in any of:
/go/src/github.com/rancher/agent/vendor/k8s.io/client-go/kubernetes (vendor tree)
/usr/local/go/src/k8s.io/client-go/kubernetes (from $GOROOT)
/go/src/k8s.io/client-go/kubernetes (from $GOPATH)
...
The text was updated successfully, but these errors were encountered:
I am trying to add client.go dependency in rancher agent. I have included
in the
trash.yml
and then./vendor/github.com/docker/distribution/vendor.conf
and./vendor/github.com/docker/docker/vendor.conf
But whenever I try update dependencies using trash update I get the following error.
When I try to build agent I get the following:
The text was updated successfully, but these errors were encountered: