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
When trying to install koko I get the following error:
$ go get github.com/redhat-nfvpe/koko
package github.com/kubernetes-sigs/cri-o/client: cannot find package "github.com/kubernetes-sigs/cri-o/client" in any of:
/usr/lib/go-1.10/src/github.com/kubernetes-sigs/cri-o/client (from $GOROOT)
/home/username1/go/src/github.com/kubernetes-sigs/cri-o/client (from $GOPATH)
I checked the local directory github.com/kubernetes-sigs/cri-o for the client directory and it is indeed not there. I also checked on github.com and indeed that directory is not there in the master branch (1.16). It used to be there in release 1.15. It seems to have been moved to the internal directory(??).
Thanks for taking a look.
The text was updated successfully, but these errors were encountered:
When trying to install koko I get the following error:
$ go get github.com/redhat-nfvpe/koko
package github.com/kubernetes-sigs/cri-o/client: cannot find package "github.com/kubernetes-sigs/cri-o/client" in any of:
/usr/lib/go-1.10/src/github.com/kubernetes-sigs/cri-o/client (from $GOROOT)
/home/username1/go/src/github.com/kubernetes-sigs/cri-o/client (from $GOPATH)
I checked the local directory github.com/kubernetes-sigs/cri-o for the client directory and it is indeed not there. I also checked on github.com and indeed that directory is not there in the master branch (1.16). It used to be there in release 1.15. It seems to have been moved to the internal directory(??).
Thanks for taking a look.
The text was updated successfully, but these errors were encountered: