diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-10 12:29:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-10 12:29:10 -0800 |
| commit | d8dd3e4c5348518964d965bdfc15e74d1c4ca81a (patch) | |
| tree | 66ca69c95dd0134ce4a9bb758fd5804c51117a4d /go.mod | |
| parent | 735516cf0a364cc0c154e31c8edd3d1390deffa3 (diff) | |
| download | seaweedfs-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
