You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: