From ceb082f34270e85fd54ad60d6597abe97609fd03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:26:31 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.41.0 to 0.43.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.41.0 to 0.43.0. - [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.43.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 048613d..ed64141 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/yehan2002/fastbytes/v2 -go 1.24.0 +go 1.25.0 // This version has a broken mod file retract v2.0.0 @@ -12,5 +12,5 @@ require ( github.com/google/go-cmp v0.7.0 github.com/yehan2002/errors v1.5.4 github.com/yehan2002/is/v2 v2.5.0 - golang.org/x/sys v0.41.0 + golang.org/x/sys v0.43.0 ) diff --git a/go.sum b/go.sum index ba7c59e..840eb37 100644 --- a/go.sum +++ b/go.sum @@ -4,5 +4,5 @@ github.com/yehan2002/errors v1.5.4 h1:P6PTSO5sx2TCpLSIeDlsb27NQuIrKeSrWpS0jM7L1f github.com/yehan2002/errors v1.5.4/go.mod h1:qYwLUY0Z1evFblp4Z2tS1S0t2jGCvhgK8umXrsn5acQ= github.com/yehan2002/is/v2 v2.5.0 h1:9g+DsQ9KkUk3cxgjZaJlg0GY1CHFJPBdGICtpFK2VLk= github.com/yehan2002/is/v2 v2.5.0/go.mod h1:/U2ZGGpRXxGu9xuDWv+r1txFZQV/JPRNat5AH8SN1ho= -golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k= -golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= +golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI= +golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=