Skip to content

Commit 8b4eb78

Browse files
dependabot[bot]brandond
authored andcommitted
Bump golang.org/x/oauth2 from 0.23.0 to 0.27.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.23.0 to 0.27.0. - [Commits](golang/oauth2@v0.23.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5955f8e commit 8b4eb78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/stretchr/testify v1.10.0
1212
github.com/urfave/cli/v2 v2.27.5
1313
k8s.io/api v0.32.1
14+
k8s.io/apiextensions-apiserver v0.32.1
1415
k8s.io/apimachinery v0.32.1
1516
k8s.io/client-go v0.32.1
1617
k8s.io/klog/v2 v2.130.1
@@ -56,7 +57,7 @@ require (
5657
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
5758
golang.org/x/mod v0.23.0 // indirect
5859
golang.org/x/net v0.35.0 // indirect
59-
golang.org/x/oauth2 v0.23.0 // indirect
60+
golang.org/x/oauth2 v0.27.0 // indirect
6061
golang.org/x/sync v0.11.0 // indirect
6162
golang.org/x/sys v0.30.0 // indirect
6263
golang.org/x/term v0.29.0 // indirect
@@ -68,7 +69,6 @@ require (
6869
gopkg.in/inf.v0 v0.9.1 // indirect
6970
gopkg.in/yaml.v2 v2.4.0 // indirect
7071
gopkg.in/yaml.v3 v3.0.1 // indirect
71-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
7272
k8s.io/code-generator v0.32.1 // indirect
7373
k8s.io/gengo v0.0.0-20250130153323-76c5745d3511 // indirect
7474
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
173173
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
174174
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
175175
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
176-
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
177-
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
176+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
177+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
178178
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
179179
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
180180
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)