From c94d8747cfad4e5a3bc13379b92891512ce38d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:25:41 +0000 Subject: [PATCH] go(deps): bump golang.org/x/sys from 0.38.0 to 0.44.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.38.0 to 0.44.0. - [Commits](https://github.com/golang/sys/compare/v0.38.0...v0.44.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 ++---- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 028e2ed..ecd56ed 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,5 @@ module magnet-handler -go 1.24.0 +go 1.25.0 -toolchain go1.24.2 - -require golang.org/x/sys v0.38.0 +require golang.org/x/sys v0.44.0 diff --git a/go.sum b/go.sum index 3bbbd1f..0e11bfe 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc= -golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= +golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ= +golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=