aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-08 10:16:25 -0700
committerGitHub <noreply@github.com>2024-04-08 10:16:25 -0700
commit40ef5d05a34a8b6b1644eff13ee8439d90c57bec (patch)
tree016f0d87530d7e98d53f9749ac2df8bc194917d9 /go.mod
parentda42173d16bc0adbb33fec80973e5018fe9c98a6 (diff)
downloadseaweedfs-40ef5d05a34a8b6b1644eff13ee8439d90c57bec.tar.xz
seaweedfs-40ef5d05a34a8b6b1644eff13ee8439d90c57bec.zip
chore(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 (#5485)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0. - [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.19.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4f19a0644..bc17e4bdd 100644
--- a/go.mod
+++ b/go.mod
@@ -113,7 +113,7 @@ require (
golang.org/x/image v0.15.0
golang.org/x/net v0.22.0
golang.org/x/oauth2 v0.18.0 // indirect
- golang.org/x/sys v0.18.0
+ golang.org/x/sys v0.19.0
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect