Skip to content

Commit b5617e5

Browse files
authored
Merge pull request #19 from buildkite-plugins/renovate/go-golang.org-x-oauth2-vulnerability
fix(deps): update module golang.org/x/oauth2 to v0.27.0 [security]
2 parents ab00752 + f9278c6 commit b5617e5

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
module prcommenter
22

3-
go 1.22.5
3+
go 1.23.0
4+
5+
toolchain go1.24.12
46

57
require (
68
github.com/google/go-github v17.0.0+incompatible
7-
golang.org/x/oauth2 v0.21.0
9+
golang.org/x/oauth2 v0.27.0
810
)
911

1012
require github.com/google/go-querystring v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD
77
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
88
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
99
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
10+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
11+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
1012
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)