From b50dc08238480b8576562aa38f07e7ef6fd6c4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:09:01 +0000 Subject: [PATCH] Bump golang.org/x/mod from 0.26.0 to 0.29.0 in /go_modules/helpers Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.26.0 to 0.29.0. - [Commits](https://github.com/golang/mod/compare/v0.26.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go_modules/helpers/go.mod | 4 ++-- go_modules/helpers/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go_modules/helpers/go.mod b/go_modules/helpers/go.mod index a9642a26eba..9064ba95062 100644 --- a/go_modules/helpers/go.mod +++ b/go_modules/helpers/go.mod @@ -1,8 +1,8 @@ module github.com/dependabot/dependabot-core/go_modules/helpers -go 1.23.0 +go 1.24.0 require ( github.com/Masterminds/vcs v1.13.3 - golang.org/x/mod v0.26.0 + golang.org/x/mod v0.29.0 ) diff --git a/go_modules/helpers/go.sum b/go_modules/helpers/go.sum index 814557b6c82..fda5ea294dc 100644 --- a/go_modules/helpers/go.sum +++ b/go_modules/helpers/go.sum @@ -1,4 +1,4 @@ github.com/Masterminds/vcs v1.13.3 h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE= github.com/Masterminds/vcs v1.13.3/go.mod h1:TiE7xuEjl1N4j016moRd6vezp6e6Lz23gypeXfzXeW8= -golang.org/x/mod v0.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg= -golang.org/x/mod v0.26.0/go.mod h1:/j6NAhSk8iQ723BGAUyoAcn7SlD7s15Dp9Nd/SfeaFQ= +golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA= +golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=