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

Check sum mismatch error when running the server #100

Open
joymon opened this issue Feb 20, 2023 · 1 comment
Open

Check sum mismatch error when running the server #100

joymon opened this issue Feb 20, 2023 · 1 comment

Comments

@joymon
Copy link

joymon commented Feb 20, 2023

When I am trying from Windows 11 PC below is the error getting.

PS C:\source\repos\kubeview\cmd\server> go run main.go
go: downloading github.com/benc-uk/go-starter v1.0.0
verifying github.com/benc-uk/[email protected]: checksum mismatch
downloaded: h1:LFUEEKd3lksZ63JFMnPNLzc0IJyz51H5FLJZSJSJOV0=
go.sum: h1:40BfCK5pslAs+vFc6zbJiKCVs/IWxiP3ZMn8+46ywXw=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

The go version is as follows
PS C:\source\repos\kubeview\cmd\server> go version
go version go1.20.1 windows/amd64

Any help is much appreciated. I am trying to visualize the connections between the resources inside the namespace and cluster.

@benc-uk
Copy link
Owner

benc-uk commented Feb 20, 2023

Looks like you're trying to run this locally? from source and on Windows?
This isn't how the system works, it needs to be deployed into your Kubernetes cluster, the Helm charts should do this for you

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

2 participants