From 32ac5a02e1d9ec8b66363ed871ea2a3b1cd121cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:22:57 +0000 Subject: [PATCH] Bump golang.org/x/mod from 0.32.0 to 0.34.0 Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.32.0 to 0.34.0. - [Commits](https://github.com/golang/mod/compare/v0.32.0...v0.34.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 127955d..dfd2e12 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/bcomnes/goversion/v2 -go 1.24.1 +go 1.25.0 -require golang.org/x/mod v0.32.0 +require golang.org/x/mod v0.34.0 diff --git a/go.sum b/go.sum index 42229f4..47def87 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/mod v0.32.0 h1:9F4d3PHLljb6x//jOyokMv3eX+YDeepZSEo3mFJy93c= -golang.org/x/mod v0.32.0/go.mod h1:SgipZ/3h2Ci89DlEtEXWUk/HteuRin+HHhN+WbNhguU= +golang.org/x/mod v0.34.0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI= +golang.org/x/mod v0.34.0/go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY=