diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-04 09:10:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 09:10:56 -0800 |
| commit | caa9f34ff0759cc5f093c61a3ccb236c8cc30b2e (patch) | |
| tree | be54293c2c788def7b3c4dbe943d00cec1f0fff4 /go.mod | |
| parent | 54650e048a08320e83bf94fbb0fc15ee6d296a1f (diff) | |
| download | seaweedfs-caa9f34ff0759cc5f093c61a3ccb236c8cc30b2e.tar.xz seaweedfs-caa9f34ff0759cc5f093c61a3ccb236c8cc30b2e.zip | |
chore(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 (#5354)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/sys/compare/v0.17.0...v0.18.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ require ( golang.org/x/image v0.15.0 golang.org/x/net v0.21.0 golang.org/x/oauth2 v0.17.0 // indirect - golang.org/x/sys v0.17.0 + golang.org/x/sys v0.18.0 golang.org/x/text v0.14.0 // indirect golang.org/x/tools v0.16.1 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect |
