From 06efbe3cd6f8c6f926557d8c50bfa61096e554ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:28:00 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.42.0 to 0.44.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.42.0 to 0.44.0. - [Commits](https://github.com/golang/net/compare/v0.42.0...v0.44.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.44.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 8c528e2..171dfc5 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,11 @@ module github.com/lib-x/deepl -go 1.23.0 +go 1.24.0 toolchain go1.24.1 require ( github.com/abadojack/whatlanggo v1.0.1 github.com/andybalholm/brotli v1.2.0 - golang.org/x/net v0.42.0 + golang.org/x/net v0.44.0 ) diff --git a/go.sum b/go.sum index f8f8ba5..3735425 100644 --- a/go.sum +++ b/go.sum @@ -4,5 +4,5 @@ github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwTo github.com/andybalholm/brotli v1.2.0/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY= github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU= github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E= -golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs= -golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8= +golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I= +golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=