Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retracted library (k8s.io) #98

Open
hutchYy opened this issue Jul 23, 2021 · 2 comments
Open

Retracted library (k8s.io) #98

hutchYy opened this issue Jul 23, 2021 · 2 comments

Comments

@hutchYy
Copy link

hutchYy commented Jul 23, 2021

Hi,

It is no more possible to get and install the project as one of the library is retracted (k8s.io)

➔ go get github.com/aquasecurity/docker-bench
go: warning: k8s.io/[email protected]+incompatible: retracted by module author: pre-module versions are obsolete
go: to switch to the latest unretracted version, run:
        go get k8s.io/client-go@latest

Best regards,
hutchYy

@xoroz
Copy link

xoroz commented Jun 15, 2022

I got same error

go: warning: k8s.io/[email protected]+incompatible: retracted by module author: pre-module versions are obsolete
go: to switch to the latest unretracted version, run:
go get k8s.io/client-go@latest
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.

please help

@hangg112233
Copy link

I got it to run by cloning this repo and running go build command in the repo root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants