From 8f05cfb67b742c6958a8edc16e0470e98d805f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 03:52:26 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.38.0 to 0.55.0 in /unneeded-html-remover Bumps [golang.org/x/net](https://github.com/golang/net) from 0.38.0 to 0.55.0. - [Commits](https://github.com/golang/net/compare/v0.38.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- unneeded-html-remover/go.mod | 6 ++---- unneeded-html-remover/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/unneeded-html-remover/go.mod b/unneeded-html-remover/go.mod index 32e94e3246..5db5f7f5bb 100644 --- a/unneeded-html-remover/go.mod +++ b/unneeded-html-remover/go.mod @@ -1,9 +1,7 @@ module github.com/Emurasoft/emurasoft.github.io/unneeded-html-remover -go 1.23.0 +go 1.25.0 -toolchain go1.24.2 - -require golang.org/x/net v0.38.0 +require golang.org/x/net v0.55.0 require golang.org/x/sync v0.7.0 diff --git a/unneeded-html-remover/go.sum b/unneeded-html-remover/go.sum index 1cefa63eee..2417c87230 100644 --- a/unneeded-html-remover/go.sum +++ b/unneeded-html-remover/go.sum @@ -1,4 +1,4 @@ -golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8= -golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8= +golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8= +golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww= golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=