Skip to content

Commit 6545526

Browse files
Update module golang.org/x/oauth2 to v0.27.0 [SECURITY]
1 parent 31cd491 commit 6545526

54 files changed

Lines changed: 1548 additions & 3204 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/bitrise-steplib/steps-virtual-device-testing-for-android
22

3-
go 1.21
3+
go 1.23.0
4+
5+
toolchain go1.24.5
46

57
require (
68
github.com/bitrise-io/go-steputils v1.0.2
@@ -11,7 +13,7 @@ require (
1113

1214
require (
1315
cloud.google.com/go/compute v1.19.1 // indirect
14-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
16+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
1517
github.com/davecgh/go-spew v1.1.1 // indirect
1618
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1719
github.com/golang/protobuf v1.5.3 // indirect
@@ -22,7 +24,7 @@ require (
2224
github.com/stretchr/testify v1.9.0
2325
go.opencensus.io v0.24.0 // indirect
2426
golang.org/x/net v0.23.0 // indirect
25-
golang.org/x/oauth2 v0.7.0 // indirect
27+
golang.org/x/oauth2 v0.27.0 // indirect
2628
golang.org/x/sys v0.18.0 // indirect
2729
golang.org/x/text v0.14.0 // indirect
2830
google.golang.org/appengine v1.6.7 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cloud.google.com/go/compute v1.19.1 h1:am86mquDUgjGNWxiGn+5PGLbmgiWXlE/yNWpIpNvu
44
cloud.google.com/go/compute v1.19.1/go.mod h1:6ylj3a05WF8leseCdIf77NK0g1ey+nj5IKd5/kvShxE=
55
cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=
66
cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA=
7+
cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=
8+
cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
79
cloud.google.com/go/longrunning v0.4.1 h1:v+yFJOfKC3yZdY6ZUI933pIYdhyhV8S3NpWrXWmg7jM=
810
cloud.google.com/go/longrunning v0.4.1/go.mod h1:4iWDqhBZ70CvZ6BfETbvam3T8FMvLK+eFj0E6AaRQTo=
911
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
@@ -99,6 +101,8 @@ golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
99101
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
100102
golang.org/x/oauth2 v0.7.0 h1:qe6s0zUXlPX80/dITx3440hWZ7GwMwgDDyrSGTPJG/g=
101103
golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4=
104+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
105+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
102106
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
103107
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
104108
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/cloud.google.com/go/compute/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

vendor/cloud.google.com/go/compute/internal/version.go

Lines changed: 0 additions & 18 deletions
This file was deleted.

vendor/cloud.google.com/go/compute/metadata/CHANGES.md

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)