core go mod verify¶
Verify dependencies have not been modified.
Wrapper around go mod verify. Checks that dependencies in the module cache match their checksums in go.sum.
Usage¶
What It Does¶
- Verifies each module in the cache
- Compares against go.sum checksums
- Reports any tampering or corruption
Examples¶
Output¶
Or if verification fails: