Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoModParser ¶
type GoModParser struct {
// contains filtered or unexported fields
}
GoModParser parses go.mod files and extracts direct dependencies
func NewGoModParser ¶
func NewGoModParser(filePath string) *GoModParser
NewGoModParser creates a new GoModParser instance
func NewParserForCurrentDirectory ¶
func NewParserForCurrentDirectory() (*GoModParser, error)
NewParserForCurrentDirectory creates a new GoModParser for the go.mod file in the current directory
Click to show internal directories.
Click to hide internal directories.