Versions in this module Expand all Collapse all v0 v0.1042.0 Aug 10, 2020 Changes in this version + func Find(m *modfile.File, path string) module.Version + func FindModuleRoot(dir string) (cleaned string, err error) + func Mutate(dir string, mutation func(*modfile.File) error) (err error) + func Open(dir string) (m *modfile.File, err error) + func Print(m *modfile.File) (s string, err error) + func RemoveModule(m *modfile.File, path string) error + func Replace(dir string, m *modfile.File) (err error) + func Version(m *modfile.File, path string) module.Version