myitcv / gobin

gobin is an experimental, module-aware command to install/run main packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed to run go list -find -json k8s.io/test-infra/robots/pr-creator

jwendell opened this issue · comments

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/test-infra@v0.0.0-20200514184223-ba32c8aae783 requires
        gocloud.dev@v0.19.0 requires
        github.com/Azure/go-autorest@v12.0.0+incompatible (replaced by github.com/Azure/go-autorest@v12.2.0+incompatible): missing go.sum entry; try 'go mod download github.com/Azure/go-autorest' to add it