go_sum
Retrieve the checksum database entry for a Go module version to verify its hash integrity. Ensure the authenticity of Go dependencies by querying sum.golang.org.
Instructions
Look up a Go module version in the checksum database (sum.golang.org) for hash verification. Returns the checksum database entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Go module path | |
| version | Yes | Version string, e.g. 'v1.20.0' |