aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-10 12:29:10 -0800
committerGitHub <noreply@github.com>2025-11-10 12:29:10 -0800
commitd8dd3e4c5348518964d965bdfc15e74d1c4ca81a (patch)
tree66ca69c95dd0134ce4a9bb758fd5804c51117a4d /go.mod
parent735516cf0a364cc0c154e31c8edd3d1390deffa3 (diff)
downloadseaweedfs-d8dd3e4c5348518964d965bdfc15e74d1c4ca81a.tar.xz
seaweedfs-d8dd3e4c5348518964d965bdfc15e74d1c4ca81a.zip
chore(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 (#7459)
* chore(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.37.0 to 0.38.0. - [Commits](https://github.com/golang/sys/compare/v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * go mod tidy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 856f74570..d4ea633bb 100644
--- a/go.mod
+++ b/go.mod
@@ -101,7 +101,7 @@ require (
golang.org/x/image v0.32.0
golang.org/x/net v0.46.0
golang.org/x/oauth2 v0.30.0 // indirect
- golang.org/x/sys v0.37.0
+ golang.org/x/sys v0.38.0
golang.org/x/text v0.30.0 // indirect
golang.org/x/tools v0.37.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect