Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleInfo ¶
type ModuleInfo struct {
Path string // Module path from go.mod
RepoPath string // Repository path (owner/repo) where it was found
IsFork bool
OriginalModulePath string // Module path from the parent repo's go.mod (if fork)
Owner string // Owner (org or user) where the module definition was found
OwnerIdx int // Index of the owner in the input list (for coloring)
Deps map[string]string // path -> version
Fetched bool // Indicates if the go.mod was successfully fetched and parsed
}
ModuleInfo stores details about modules found in the scanned owners (orgs or users).
Click to show internal directories.
Click to hide internal directories.