Versions in this module Expand all Collapse all v0 v0.0.1 Nov 22, 2024 Changes in this version + func Diff(baseBranch string) (*utils.CmdOutput, error) + func FindChangedFiles(rootGoModPath, baseRef, filterCmd string) ([]string, error) + func GetChangedGoPackagesFromDiff(out bytes.Buffer, projectPath string, excludes []string, ...) ([]string, error) + func GetGoModChangesFromDiff(lines bytes.Buffer) ([]string, error) + func ModDiff(baseBranch, projectPath string) (*utils.CmdOutput, error)