koko icon indicating copy to clipboard operation
koko copied to clipboard

go get error: cri-o/client not found

Open riqtare opened this issue 4 years ago • 2 comments

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.

riqtare avatar Dec 05 '19 11:12 riqtare

Thank you for the point it out. Will take care. In 'Release' page, I also put the built binary, so please use it for now.

s1061123 avatar Dec 05 '19 14:12 s1061123

Thanks for taking a look. Using the binary for now.

riqtare avatar Dec 05 '19 15:12 riqtare