aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-10 12:22:46 -0700
committerGitHub <noreply@github.com>2023-04-10 12:22:46 -0700
commit04a9dc898f9d56d56d74043998ee098bb18a2cf9 (patch)
tree9e51981350180c0f055cfbc0839aee02f952d830 /go.mod
parentadf80dc3f6731ee8bd79c2f4dfeb2b3a8e640830 (diff)
downloadseaweedfs-04a9dc898f9d56d56d74043998ee098bb18a2cf9.tar.xz
seaweedfs-04a9dc898f9d56d56d74043998ee098bb18a2cf9.zip
build(deps): bump golang.org/x/tools from 0.7.0 to 0.8.0 (#4385)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.7.0...v0.8.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.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 5c0a3ea38..58852b19c 100644
--- a/go.mod
+++ b/go.mod
@@ -115,11 +115,11 @@ require (
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874
golang.org/x/image v0.6.0
- golang.org/x/net v0.8.0
+ golang.org/x/net v0.9.0
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.7.0
+ golang.org/x/sys v0.7.0
+ golang.org/x/text v0.9.0 // indirect
+ golang.org/x/tools v0.8.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.114.0
google.golang.org/appengine v1.6.7 // indirect
@@ -230,9 +230,9 @@ 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.9.0 // indirect
+ golang.org/x/mod v0.10.0 // indirect
golang.org/x/sync v0.1.0 // indirect
- golang.org/x/term v0.6.0 // indirect
+ golang.org/x/term v0.7.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect