Versions in this module Expand all Collapse all v0 v0.0.3 Dec 4, 2024 v0.0.2 Dec 4, 2024 v0.0.1 Dec 4, 2024 Changes in this version + type Parser struct + func NewParser() *Parser + func (p *Parser) Parse(r xio.ReadSeekerAt) ([]ftypes.Package, []ftypes.Dependency, error) + type Pkg struct + IncludePackageName string + UpdatePackageName string + Version string + func (p Pkg) Package() ftypes.Package