go_module
Retrieve the latest version and all available versions of a Go module from the proxy. Module paths are automatically encoded for querying.
Instructions
Fetch Go module info from the module proxy: latest version and all available versions. Module paths are automatically encoded for the proxy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Go module path, e.g. 'golang.org/x/net' or 'github.com/gin-gonic/gin' |