Skip to content

Commit 4178f03

Browse files
Merge pull request #55 from llm-d/dependabot/go_modules/golang.org/x/oauth2-0.27.0
Bump golang.org/x/oauth2 from 0.21.0 to 0.27.0
2 parents 28edd3e + 657f744 commit 4178f03

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
k8s.io/apimachinery v0.31.3
1212
k8s.io/client-go v0.31.3
1313
k8s.io/klog/v2 v2.130.1
14+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
1415
)
1516

1617
require (
@@ -34,7 +35,7 @@ require (
3435
github.com/x448/float16 v0.8.4 // indirect
3536
go.uber.org/automaxprocs v1.6.0 // indirect
3637
golang.org/x/net v0.38.0 // indirect
37-
golang.org/x/oauth2 v0.21.0 // indirect
38+
golang.org/x/oauth2 v0.27.0 // indirect
3839
golang.org/x/sys v0.32.0 // indirect
3940
golang.org/x/term v0.30.0 // indirect
4041
golang.org/x/text v0.23.0 // indirect
@@ -45,7 +46,6 @@ require (
4546
gopkg.in/yaml.v2 v2.4.0 // indirect
4647
gopkg.in/yaml.v3 v3.0.1 // indirect
4748
k8s.io/kube-openapi v0.0.0-20240423202451-8948a665c108 // indirect
48-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
4949
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
5050
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
5151
sigs.k8s.io/yaml v1.4.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
9292
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
9393
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
9494
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
95-
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
96-
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
95+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
96+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
9797
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
9898
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
9999
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)