Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type GithubTagRef ¶
type GoMod ¶
type GoMod struct {
Module struct {
Path string `json:"Path"`
} `json:"Module"`
Go string `json:"Go"`
Require []struct {
Path string `json:"Path"`
Version string `json:"Version"`
Indirect bool `json:"Indirect,omitempty"`
} `json:"Require"`
Exclude any `json:"Exclude"`
Replace []struct {
Old struct {
Path string `json:"Path"`
} `json:"Old"`
New struct {
Path string `json:"Path"`
Version string `json:"Version"`
} `json:"New"`
} `json:"Replace"`
Retract any `json:"Retract"`
}
Click to show internal directories.
Click to hide internal directories.