package
1.1.10
Repository: https://github.com/fossas/fossa-cli.git
Documentation: pkg.go.dev

# Functions

Mock creates a golang.Resolver using any string input.
ModGraph returns the dependencies found in a `go.mod` file.
Return the "module path" from a go.mod file A file containing: module example.com/foo Returns "example.com/foo".
New connects goModuleList and a parser to return a golang.Resolver.
SumGraph returns the dependencies found in a `go.sum` file.

# Structs

Resolver maps modules from import paths to their pkg.Import representation.