aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 09:13:00 -0700
committerGitHub <noreply@github.com>2023-03-20 09:13:00 -0700
commit60c20dce9993ca662b1a05ea5fbca284902aabd7 (patch)
treefd10600f1a175dd17a5ce5da0c396ed4161c61f4 /go.mod
parent279c2627f960a14b73e4f083612331ad673eafc9 (diff)
downloadseaweedfs-60c20dce9993ca662b1a05ea5fbca284902aabd7.tar.xz
seaweedfs-60c20dce9993ca662b1a05ea5fbca284902aabd7.zip
build(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 (#4327)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/tools 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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 3780b240a..335d14536 100644
--- a/go.mod
+++ b/go.mod
@@ -119,7 +119,7 @@ require (
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/sys v0.6.0
golang.org/x/text v0.8.0 // indirect
- golang.org/x/tools v0.6.0
+ golang.org/x/tools v0.7.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.112.0
google.golang.org/appengine v1.6.7 // indirect
@@ -231,7 +231,7 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0 // indirect
- golang.org/x/mod v0.8.0 // indirect
+ golang.org/x/mod v0.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/term v0.6.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect