Skip to content

Commit d591024

Browse files
build(deps): Bump golang.org/x/oauth2
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.21.0 to 0.27.0 - [Commits](golang/oauth2@v0.21.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fc3fa3 commit d591024

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ go 1.23.0
55
godebug default=go1.23
66

77
require (
8+
github.com/go-logr/logr v1.4.2
89
github.com/onsi/ginkgo/v2 v2.22.0
910
github.com/onsi/gomega v1.36.1
11+
k8s.io/api v0.32.1
1012
k8s.io/apimachinery v0.32.1
1113
k8s.io/client-go v0.32.1
14+
k8s.io/klog/v2 v2.130.1
1215
sigs.k8s.io/controller-runtime v0.20.4
1316
)
1417

@@ -26,7 +29,6 @@ require (
2629
github.com/felixge/httpsnoop v1.0.4 // indirect
2730
github.com/fsnotify/fsnotify v1.7.0 // indirect
2831
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
29-
github.com/go-logr/logr v1.4.2 // indirect
3032
github.com/go-logr/stdr v1.2.2 // indirect
3133
github.com/go-logr/zapr v1.3.0 // indirect
3234
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -71,7 +73,7 @@ require (
7173
go.uber.org/zap v1.27.0 // indirect
7274
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
7375
golang.org/x/net v0.30.0 // indirect
74-
golang.org/x/oauth2 v0.23.0 // indirect
76+
golang.org/x/oauth2 v0.27.0 // indirect
7577
golang.org/x/sync v0.8.0 // indirect
7678
golang.org/x/sys v0.26.0 // indirect
7779
golang.org/x/term v0.25.0 // indirect
@@ -86,11 +88,9 @@ require (
8688
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8789
gopkg.in/inf.v0 v0.9.1 // indirect
8890
gopkg.in/yaml.v3 v3.0.1 // indirect
89-
k8s.io/api v0.32.1 // indirect
9091
k8s.io/apiextensions-apiserver v0.32.1 // indirect
9192
k8s.io/apiserver v0.32.1 // indirect
9293
k8s.io/component-base v0.32.1 // indirect
93-
k8s.io/klog/v2 v2.130.1 // indirect
9494
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
9595
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
9696
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
167167
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
168168
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
169169
golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
170-
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
171-
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
170+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
171+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
172172
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
173173
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
174174
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)