aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-14 07:34:42 -0800
committerGitHub <noreply@github.com>2022-11-14 07:34:42 -0800
commit371972a1c212205b51391c17c064e9ea452fee17 (patch)
treecca3ec424437f3eed7d859bdce003b364f23db5a /go.mod
parent6464d9e920618e7b073e759f3c34a7fe1a6d59e1 (diff)
downloadseaweedfs-371972a1c212205b51391c17c064e9ea452fee17.tar.xz
seaweedfs-371972a1c212205b51391c17c064e9ea452fee17.zip
build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0 (#3981)
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 4d54c13f6..1fe1c4dcb 100644
--- a/go.mod
+++ b/go.mod
@@ -119,7 +119,7 @@ require (
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
golang.org/x/sys v0.2.0
golang.org/x/text v0.4.0 // indirect
- golang.org/x/tools v0.2.0
+ golang.org/x/tools v0.3.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.103.0
google.golang.org/appengine v1.6.7 // indirect
@@ -227,7 +227,7 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.22.0 // indirect
- golang.org/x/mod v0.6.0 // indirect
+ golang.org/x/mod v0.7.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect