Versions in this module Expand all Collapse all v1 v1.0.0 Apr 19, 2026 Changes in this version + func RegisterAll(reg *Registry) + type DependencyParser interface + Detect func(dir string) bool + Ecosystem func() types.Ecosystem + Parse func(dir string) (*types.DependencyGraph, error) + type GoModParser struct + func NewGoModParser() *GoModParser + func (p *GoModParser) Detect(dir string) bool + func (p *GoModParser) Ecosystem() types.Ecosystem + func (p *GoModParser) Parse(dir string) (*types.DependencyGraph, error) + type NodeParser struct + func NewNodeParser() *NodeParser + func (p *NodeParser) Detect(dir string) bool + func (p *NodeParser) Ecosystem() types.Ecosystem + func (p *NodeParser) Parse(dir string) (*types.DependencyGraph, error) + type PythonParser struct + func NewPythonParser() *PythonParser + func (p *PythonParser) Detect(dir string) bool + func (p *PythonParser) Ecosystem() types.Ecosystem + func (p *PythonParser) Parse(dir string) (*types.DependencyGraph, error) + type Registry struct + func NewRegistry() *Registry + func (r *Registry) All() []DependencyParser + func (r *Registry) Detect(dir string) []DependencyParser + func (r *Registry) Register(p DependencyParser)