gobin
gobin copied to clipboard
failed to run go list -find -json k8s.io/test-infra/robots/pr-creator
Hi,
I'm getting the following error:
$ gobin k8s.io/test-infra/robots/pr-creator
failed to run go list -find -json k8s.io/test-infra/robots/pr-creator: exit status 1
go: finding module for package k8s.io/test-infra/robots/pr-creator
cannot find module providing package k8s.io/test-infra/robots/pr-creator: module k8s.io/test-infra/robots/pr-creator: reading file:///home/jwendell/go/pkg/mod/cache/download/k8s.io/test-infra/robots/pr-creator/@v/list: no such file or directory
Am I missing something?
Thanks.
Similar:
$ gobin istio.io/test-infra/toolbox/githubctl@master
failed to run go list -find -json istio.io/test-infra/toolbox/githubctl: exit status 1
go: k8s.io/[email protected] requires
[email protected] requires
github.com/Azure/[email protected]+incompatible (replaced by github.com/Azure/[email protected]+incompatible): missing go.sum entry; try 'go mod download github.com/Azure/go-autorest' to add it