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
Seems that there is some problem with the checksum validation of the github.com/panjf2000/ants dependency.
Output of go get -u github.com/rsocket/rsocket-go:
go: finding github.com/rsocket/rsocket-go v0.3.2
go: downloading github.com/rsocket/rsocket-go v0.3.2
go: extracting github.com/rsocket/rsocket-go v0.3.2
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/jjeffcaii/reactor-go v0.0.16
go: extracting github.com/jjeffcaii/reactor-go v0.0.16
go: downloading github.com/panjf2000/ants v1.2.0
go: extracting github.com/pkg/errors v0.8.1
verifying github.com/panjf2000/[email protected]: checksum mismatch
downloaded: h1:Ufw4aDz9RqH1RVblx2W9L9Uv5vSX5apbX5+peR7LQ5k=
sum.golang.org: h1:pMQ1/XpSgnWx3ro4y1xr/uA3jXUsTuAaU3Dm0JjwggE=
SECURITY ERROR
This download does NOT match the one reported by the checksum server.
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 text was updated successfully, but these errors were encountered:
My bad I was trying to install the dependency from the integrated terminal of IntelliJ and for some reason the IDE sets the GOPROXY to "direct" into env variables, problem solved, thanks for the support!
Seems that there is some problem with the checksum validation of the github.com/panjf2000/ants dependency.
Output of
go get -u github.com/rsocket/rsocket-go
:The text was updated successfully, but these errors were encountered: