Versions in this module Expand all Collapse all v0 v0.0.8 Feb 24, 2021 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)