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=