From 315cee37533dce928d9cc54fbcbeda7cdf649131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:26:13 +0000 Subject: [PATCH] Bump golang.org/x/mod from 0.32.0 to 0.33.0 Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.32.0 to 0.33.0. - [Commits](https://github.com/golang/mod/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 47bbca4..a28b797 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/simplylib/goreinstall go 1.24.0 -require golang.org/x/mod v0.32.0 +require golang.org/x/mod v0.33.0 require ( github.com/simplylib/errgroup v0.0.6 diff --git a/go.sum b/go.sum index c364ff7..879d027 100644 --- a/go.sum +++ b/go.sum @@ -2,5 +2,5 @@ github.com/simplylib/errgroup v0.0.6 h1:YOryBFznoYpVorii0xkxwRn3YSRN3cDdyJcEUOWI github.com/simplylib/errgroup v0.0.6/go.mod h1:LrhDWlpGn/xMLQfDVHbltuUulMOmpj2OLcSveOkD9Bw= github.com/simplylib/ucheck v0.0.8 h1:2oobn9tZiM7fERuwVFlqC1Co21JJBVDt+KXLRwaTsg4= github.com/simplylib/ucheck v0.0.8/go.mod h1:5xWlvazEjXfnqdYol94PbKMZ228ugMXHEG6PTVWOMLw= -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.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8= +golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w=