I am getting errors when I ran, using go version go1.15.7 darwin/amd64
go get go.mongodb.org/mongo-driver
go: downloading go.mongodb.org/mongo-driver v1.4.5
go get go.mongodb.org/mongo-driver: go.mongodb.org/mongo-driver@v1.4.5: verifying module: checksum mismatch
downloaded: h1:z4/YQzLTxI+ymcrS//Wc2JBn2b9ojvpVH3BaYT8rqUc=
sum.golang.org: h1:TLtO+iD8krabXxvY1F1qpBOHgOxhLWR7XsT7kQeRmMY=
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'.
Any ideas? Thanks.