aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-04 15:28:18 +0000
committerChris Lu <chrislusf@users.noreply.github.com>2023-12-04 10:50:11 -0800
commite792eadf137cf404d396c2b5c658233987c585ad (patch)
treed63c164df617c8a0218e6e73d46677e061143d39 /go.mod
parent556a242acf15dd4d0aaef2b1ca9ddf664ea42867 (diff)
downloadseaweedfs-e792eadf137cf404d396c2b5c658233987c585ad.tar.xz
seaweedfs-e792eadf137cf404d396c2b5c658233987c585ad.zip
Bump golang.org/x/sys from 0.14.0 to 0.15.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.0 to 0.15.0. - [Commits](https://github.com/golang/sys/compare/v0.14.0...v0.15.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>
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 41fffa8aa..b7ad967ff 100644
--- a/go.mod
+++ b/go.mod
@@ -115,7 +115,7 @@ require (
golang.org/x/image v0.12.0
golang.org/x/net v0.17.0
golang.org/x/oauth2 v0.13.0 // indirect
- golang.org/x/sys v0.14.0
+ golang.org/x/sys v0.15.0
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.14.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect