aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 08:25:27 -0800
committerGitHub <noreply@github.com>2023-01-09 08:25:27 -0800
commit36f81bd46205db0ee9d8a0df2200713240dab8d0 (patch)
tree1bb20cb13237c21cc0a5cfdb1df2d92429367c63 /go.mod
parentd0de2e2dfc4191c267e945ca4a06cc337de9760b (diff)
downloadseaweedfs-36f81bd46205db0ee9d8a0df2200713240dab8d0.tar.xz
seaweedfs-36f81bd46205db0ee9d8a0df2200713240dab8d0.zip
build(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0 (#4123)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/compare/v0.3.0...v0.4.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> 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 7c205f126..3581450db 100644
--- a/go.mod
+++ b/go.mod
@@ -117,7 +117,7 @@ require (
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
golang.org/x/net v0.4.0
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
- golang.org/x/sys v0.3.0
+ golang.org/x/sys v0.4.0
golang.org/x/text v0.5.0 // indirect
golang.org/x/tools v0.4.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect