Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + const PropertyGoMod + var ErrGoModFileTooLarge = util.NewInvalidArgumentErrorf("go.mod file is too large") + var ErrInvalidStructure = util.NewInvalidArgumentErrorf("package has invalid structure") + type Package struct + GoMod string + Name string + Version string + func ParsePackage(r io.ReaderAt, size int64) (*Package, error)