File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/antihax/optional v1.0.0
7
7
github.com/google/go-cmp v0.6.0
8
8
github.com/rogpeppe/fastuuid v1.2.0
9
- golang.org/x/oauth2 v0.23 .0
9
+ golang.org/x/oauth2 v0.24 .0
10
10
golang.org/x/text v0.19.0
11
11
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28
12
12
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
17
17
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
18
18
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE =
19
19
golang.org/x/net v0.28.0 /go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg =
20
- golang.org/x/oauth2 v0.23 .0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs =
21
- golang.org/x/oauth2 v0.23 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
20
+ golang.org/x/oauth2 v0.24 .0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE =
21
+ golang.org/x/oauth2 v0.24 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
22
22
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg =
23
23
golang.org/x/sys v0.24.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
24
24
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM =
Original file line number Diff line number Diff line change @@ -1875,8 +1875,8 @@ def go_repositories():
1875
1875
go_repository (
1876
1876
name = "org_golang_x_oauth2" ,
1877
1877
importpath = "golang.org/x/oauth2" ,
1878
- sum = "h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs =" ,
1879
- version = "v0.23 .0" ,
1878
+ sum = "h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE =" ,
1879
+ version = "v0.24 .0" ,
1880
1880
)
1881
1881
go_repository (
1882
1882
name = "org_golang_x_sync" ,
You can’t perform that action at this time.
0 commit comments