Documentation
¶
Index ¶
Constants ¶
View Source
const VersionLatest = "latest"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies struct {
Go GoDependencyList `json:"go"`
Github GithubDependencyList `json:"github"`
}
type DependencyName ¶
type DependencyName = string
type GithubDependency ¶
type GithubDependencyList ¶
type GithubDependencyList = map[DependencyName]GithubDependency
type GoDependencyList ¶
type GoDependencyList = map[DependencyName]module.Version
type ProviderKey ¶
type ProviderKey string
Click to show internal directories.
Click to hide internal directories.