Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + var Converters = map[string]func(string, []byte) (*modfile.File, error) + func ConvertLegacyConfig(f *modfile.File, file string, data []byte, ...) error + func ParseDependenciesTSV(file string, data []byte) (*modfile.File, error) + func ParseGLOCKFILE(file string, data []byte) (*modfile.File, error) + func ParseGlideLock(file string, data []byte) (*modfile.File, error) + func ParseGodepsJSON(file string, data []byte) (*modfile.File, error) + func ParseGopkgLock(file string, data []byte) (*modfile.File, error) + func ParseVendorConf(file string, data []byte) (*modfile.File, error) + func ParseVendorJSON(file string, data []byte) (*modfile.File, error) + func ParseVendorManifest(file string, data []byte) (*modfile.File, error) + func ParseVendorYML(file string, data []byte) (*modfile.File, error)