aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-17 08:33:00 -0700
committerGitHub <noreply@github.com>2023-07-17 08:33:00 -0700
commit09178a35113d042de88b5056150c07df068d5656 (patch)
treed62bb1417483758be5ac2f21ccaa90f527467fb2 /go.mod
parent33b9192536ceb65015430f89054d6fe67d51c415 (diff)
downloadseaweedfs-09178a35113d042de88b5056150c07df068d5656.tar.xz
seaweedfs-09178a35113d042de88b5056150c07df068d5656.zip
Bump golang.org/x/tools from 0.10.0 to 0.11.0 (#4681)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index cb63b5247..677e78441 100644
--- a/go.mod
+++ b/go.mod
@@ -119,7 +119,7 @@ require (
golang.org/x/oauth2 v0.9.0 // indirect
golang.org/x/sys v0.10.0
golang.org/x/text v0.11.0 // indirect
- golang.org/x/tools v0.10.0
+ golang.org/x/tools v0.11.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.130.0
google.golang.org/appengine v1.6.7 // indirect
@@ -297,7 +297,7 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
- golang.org/x/mod v0.11.0 // indirect
+ golang.org/x/mod v0.12.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/time v0.3.0 // indirect