# 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.