Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
func RunGoModGraph ¶
func (*Graph) GetPackage ¶
func (*Graph) GetPackageVersion ¶
func (g *Graph) GetPackageVersion(name string, version string) (*Package, *PackageVersion)
func (*Graph) IsRootIndirectMod ¶
func (*Graph) SortedPackages ¶
type Package ¶
type Package struct { Name string LastVersion string Versions map[string]*PackageVersion }
func (*Package) SortedVersions ¶
func (p *Package) SortedVersions() []*PackageVersion
type PackageItem ¶
Click to show internal directories.
Click to hide internal directories.