golang.org/x/mod/modfile.Require.Mod (field)
12 uses
golang.org/x/mod/modfile (current package)
rule.go#L62: Mod module.Version
rule.go#L296: Mod: module.Version{Path: s, Version: v},
rule.go#L680: if r.Mod.Path != "" {
rule.go#L740: if r.Mod.Path == path {
rule.go#L742: r.Mod.Version = vers
rule.go#L768: need[r.Mod.Path] = r.Mod.Version
rule.go#L769: indirect[r.Mod.Path] = r.Indirect
rule.go#L773: if v, ok := need[r.Mod.Path]; ok {
rule.go#L774: r.Mod.Version = v
rule.go#L775: r.Indirect = indirect[r.Mod.Path]
rule.go#L827: if r.Mod.Path == path {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |