From 553ff62194d9cc6bc352918bd676e955ee6f1405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 10:22:19 +0000 Subject: [PATCH] build(deps): bump golang.org/x/mod from 0.20.0 to 0.36.0 Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.20.0 to 0.36.0. - [Commits](https://github.com/golang/mod/compare/v0.20.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.36.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 9975774..e15eff7 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module github.com/goplus/mod -go 1.24 +go 1.25.0 require ( github.com/qiniu/x v1.17.0 - golang.org/x/mod v0.20.0 + golang.org/x/mod v0.36.0 ) retract v0.13.11 diff --git a/go.sum b/go.sum index 3228047..30831fb 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/qiniu/x v1.17.0 h1:OsyDKXzYp5vw9Hc7VAe4Cso1Sp50fLKGsBuDteyTevE= github.com/qiniu/x v1.17.0/go.mod h1:AiovSOCaRijaf3fj+0CBOpR1457pn24b0Vdb1JpwhII= -golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0= -golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.36.0 h1:JJjpVx6myfUsUdAzZuOSTTmRE0PfZeNWzzvKrP7amb4= +golang.org/x/mod v0.36.0/go.mod h1:moc6ELqsWcOw5Ef3xVprK5ul/MvtVvkIXLziUOICjUQ=