File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
go.uber.org/multierr v1.11.0
14
14
go.uber.org/zap v1.26.0
15
15
golang.org/x/net v0.17.0
16
- golang.org/x/oauth2 v0.13 .0
16
+ golang.org/x/oauth2 v0.22 .0
17
17
golang.org/x/sys v0.14.0
18
18
google.golang.org/grpc v1.59.0
19
19
google.golang.org/protobuf v1.31.0
@@ -22,7 +22,7 @@ require (
22
22
23
23
require (
24
24
cloud.google.com/go/compute v1.23.2 // indirect
25
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
25
+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
26
26
github.com/beorn7/perks v1.0.1 // indirect
27
27
github.com/cespare/xxhash/v2 v2.2.0 // indirect
28
28
github.com/chzyer/readline v1.5.1 // indirect
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ cloud.google.com/go/compute v1.23.2 h1:nWEMDhgbBkBJjfpVySqU4jgWdc22PLR0o4vEexZHe
3
3
cloud.google.com/go/compute v1.23.2 /go.mod h1:JJ0atRC0J/oWYiiVBmsSsrRnh92DhZPG4hFDcR04Rns =
4
4
cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY =
5
5
cloud.google.com/go/compute/metadata v0.2.3 /go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA =
6
+ cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc =
7
+ cloud.google.com/go/compute/metadata v0.3.0 /go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k =
6
8
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
7
9
github.com/benbjohnson/clock v1.1.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
8
10
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
@@ -140,6 +142,8 @@ golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
140
142
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
141
143
golang.org/x/oauth2 v0.13.0 h1:jDDenyj+WgFtmV3zYVoi8aE2BwtXFLWOA67ZfNWftiY =
142
144
golang.org/x/oauth2 v0.13.0 /go.mod h1:/JMhi4ZRXAf4HG9LiNmxvk+45+96RUlVThiH8FzNBn0 =
145
+ golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA =
146
+ golang.org/x/oauth2 v0.22.0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
143
147
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
144
148
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
145
149
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments