IBM / networking-go-sdk

IBM Cloud Networking Services Go SDK
Apache License 2.0
9 stars 11 forks source link

hecksum mismatch with go1.19.3 #104

Closed threen134 closed 1 year ago

threen134 commented 1 year ago

localhost:pdns spark$ go get github.com/IBM/networking-go-sdk/dnssvcsv1 go: downloading github.com/IBM/networking-go-sdk v0.35.0 go: github.com/IBM/networking-go-sdk/dnssvcsv1: github.com/IBM/networking-go-sdk@v0.35.0: verifying module: checksum mismatch downloaded: h1:9ccZzDvMZyXAuiVDesZVCixqY2uAMfVm8AwV3WNaS9Q= sum.golang.org: h1:K7LCXKVF+GhmF2EUaL3vfOvrR2FADb6tv3affXrlPbU=

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'. localhost:pdns spark$ go version go version go1.19.3 darwin/amd64 localhost:pdns spark$ go clean -modcache localhost:pdns spark$ go get github.com/IBM/networking-go-sdk/dnssvcsv1 go: downloading github.com/IBM/networking-go-sdk v0.35.0 go: github.com/IBM/networking-go-sdk/dnssvcsv1: github.com/IBM/networking-go-sdk@v0.35.0: verifying module: checksum mismatch downloaded: h1:9ccZzDvMZyXAuiVDesZVCixqY2uAMfVm8AwV3WNaS9Q= sum.golang.org: h1:K7LCXKVF+GhmF2EUaL3vfOvrR2FADb6tv3affXrlPbU=

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'. localhost:pdns spark$