aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 1b6234c5e..d02859c6b 100644
--- a/go.mod
+++ b/go.mod
@@ -115,11 +115,11 @@ require (
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874
golang.org/x/image v0.7.0
- golang.org/x/net v0.9.0
+ golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.7.0 // indirect
- golang.org/x/sys v0.7.0
+ golang.org/x/sys v0.8.0
golang.org/x/text v0.9.0 // indirect
- golang.org/x/tools v0.8.0
+ golang.org/x/tools v0.9.1
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.122.0
google.golang.org/appengine v1.6.7 // indirect
@@ -289,8 +289,8 @@ require (
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/mod v0.10.0 // indirect
- golang.org/x/sync v0.1.0 // indirect
- golang.org/x/term v0.7.0 // indirect
+ golang.org/x/sync v0.2.0 // indirect
+ golang.org/x/term v0.8.0 // indirect
golang.org/x/time v0.3.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect