SYMBOL INDEX (27 symbols across 3 files) FILE: dependency_updater/dependency_updater.go type Info (line 20) | type Info struct type VersionUpdateInfo (line 30) | type VersionUpdateInfo struct function main (line 39) | func main() { function updater (line 80) | func updater(token string, repoPath string, commit bool, githubAction bo... function createCommitMessage (line 134) | func createCommitMessage(updatedDependencies []VersionUpdateInfo, repoPa... function getAndUpdateDependency (line 164) | func getAndUpdateDependency(ctx context.Context, client *github.Client, ... function getVersionAndCommit (line 179) | func getVersionAndCommit(ctx context.Context, client *github.Client, dep... function updateVersionTagAndCommit (line 316) | func updateVersionTagAndCommit( function writeToVersionsJson (line 332) | func writeToVersionsJson(repoPath string, dependencies Dependencies) err... function createVersionsEnv (line 347) | func createVersionsEnv(repoPath string, dependencies Dependencies) error { function writeToGithubOutput (line 385) | func writeToGithubOutput(title string, description string, repoPath stri... function generateGithubRepoUrl (line 409) | func generateGithubRepoUrl(dependencies Dependencies, dependencyType str... FILE: dependency_updater/version.go function ParseVersion (line 19) | func ParseVersion(tag string, tagPrefix string) (*semver.Version, error) { function normalizeRCFormat (line 43) | func normalizeRCFormat(version string) string { function ValidateVersionUpgrade (line 50) | func ValidateVersionUpgrade(currentTag, newTag, tagPrefix string) error { function CompareVersions (line 85) | func CompareVersions(v1Tag, v2Tag, tagPrefix string) (int, error) { function IsReleaseVersion (line 102) | func IsReleaseVersion(tag string, tagPrefix string) bool { function IsRCVersion (line 118) | func IsRCVersion(tag string, tagPrefix string) bool { function IsReleaseOrRCVersion (line 134) | func IsReleaseOrRCVersion(tag string, tagPrefix string) bool { FILE: dependency_updater/version_test.go function TestNormalizeRCFormat (line 7) | func TestNormalizeRCFormat(t *testing.T) { function TestParseVersion (line 32) | func TestParseVersion(t *testing.T) { function TestValidateVersionUpgrade (line 71) | func TestValidateVersionUpgrade(t *testing.T) { function TestCompareVersions (line 124) | func TestCompareVersions(t *testing.T) { function TestIsReleaseVersion (line 155) | func TestIsReleaseVersion(t *testing.T) { function TestIsRCVersion (line 195) | func TestIsRCVersion(t *testing.T) { function TestIsReleaseOrRCVersion (line 237) | func TestIsReleaseOrRCVersion(t *testing.T) { function TestRCVersionOrdering (line 273) | func TestRCVersionOrdering(t *testing.T) {