ONSdigital / dp-mongodb-in-memory

Runs an in-memory MongoDB instance for Go unit tests
MIT License
14 stars 13 forks source link

error on get module #19

Open Ja7ad opened 2 years ago

Ja7ad commented 2 years ago

I want get module but got this error

go: downloading github.com/ONSdigital/log.go/v2 v2.0.9
github.com/ONSdigital/dp-mongodb-in-memory imports
        github.com/ONSdigital/log.go/v2/log: github.com/ONSdigital/log.go/v2@v2.0.9: verifying module: checksum mismatch
        downloaded: h1:DIzZVx/lnVJX9IlGa0ZFxtUfjh/yGPRYaXw0FDtMS44=
        sum.golang.org: h1:dMtuN89vCP21iRuOBAGInn7ZzxIEGajC3o5pjoicnsY=

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'.