go_version
Retrieve version metadata and parsed go.mod dependency list for any Go module version by specifying module path and version.
Instructions
Fetch info and go.mod contents for a specific Go module version. Returns version metadata and parsed dependency list from go.mod.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Go module path | |
| version | Yes | Version string, e.g. 'v1.20.0' |