From 9f069581cb921a0ee6f53367486b87e58186cf3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:10:52 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.41.0 to 0.42.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.41.0 to 0.42.0. - [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.42.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..9429fdd 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.42.0 ) diff --git a/go.sum b/go.sum index ba7c59e..894a730 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.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo= +golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=