Skip to content

Commit cedcbfb

Browse files
committed
Update cel-go to v0.26.0
1 parent 95881ef commit cedcbfb

File tree

36 files changed

+997
-289
lines changed

36 files changed

+997
-289
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/godbus/dbus/v5 v5.1.0
3333
github.com/gogo/protobuf v1.3.2
3434
github.com/google/cadvisor v0.52.1
35-
github.com/google/cel-go v0.25.0
35+
github.com/google/cel-go v0.26.0
3636
github.com/google/gnostic-models v0.7.0
3737
github.com/google/go-cmp v0.7.0
3838
github.com/google/uuid v1.6.0
@@ -125,7 +125,7 @@ require (
125125
)
126126

127127
require (
128-
cel.dev/expr v0.23.1 // indirect
128+
cel.dev/expr v0.24.0 // indirect
129129
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
130130
github.com/MakeNowJust/heredoc v1.0.0 // indirect
131131
github.com/NYTimes/gziphandler v1.1.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
bitbucket.org/bertimus9/systemstat v0.5.0 h1:n0aLnh2Jo4nBUBym9cE5PJDG8GT6g+4VuS2Ya2jYYpA=
22
bitbucket.org/bertimus9/systemstat v0.5.0/go.mod h1:EkUWPp8lKFPMXP8vnbpT5JDI0W/sTiLZAvN8ONWErHY=
33
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.4-20250130201111-63bb56e20495.1/go.mod h1:novQBstnxcGpfKf8qGRATqn1anQKwMJIbH5Q581jibU=
4-
cel.dev/expr v0.23.1 h1:K4KOtPCJQjVggkARsjG9RWXP6O4R73aHeJMa/dmCQQg=
5-
cel.dev/expr v0.23.1/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw=
4+
cel.dev/expr v0.24.0 h1:56OvJKSH3hDGL0ml5uSxZmz3/3Pq4tJ+fb1unVLAFcY=
5+
cel.dev/expr v0.24.0/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw=
66
cloud.google.com/go/compute/metadata v0.6.0/go.mod h1:FjyFAW1MW0C203CEOMDTu3Dk1FlqW3Rga40jzHL4hfg=
77
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0=
88
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
@@ -153,8 +153,8 @@ github.com/google/btree v1.1.3 h1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg=
153153
github.com/google/btree v1.1.3/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4=
154154
github.com/google/cadvisor v0.52.1 h1:sC8SZ6jio9ds+P2dk51bgbeYeufxo55n0X3tmrpA9as=
155155
github.com/google/cadvisor v0.52.1/go.mod h1:OAhPcx1nOm5YwMh/JhpUOMKyv1YKLRtS9KgzWPndHmA=
156-
github.com/google/cel-go v0.25.0 h1:jsFw9Fhn+3y2kBbltZR4VEz5xKkcIFRPDnuEzAGv5GY=
157-
github.com/google/cel-go v0.25.0/go.mod h1:hjEb6r5SuOSlhCHmFoLzu8HGCERvIsDAbxDAyNU/MmI=
156+
github.com/google/cel-go v0.26.0 h1:DPGjXackMpJWH680oGY4lZhYjIameYmR+/6RBdDGmaI=
157+
github.com/google/cel-go v0.26.0/go.mod h1:A9O8OU9rdvrK5MQyrqfIxo1a0u4g3sF8KB6PUIaryMM=
158158
github.com/google/gnostic-models v0.7.0 h1:qwTtogB15McXDaNqTZdzPJRHvaVJlAl+HVQnLmJEJxo=
159159
github.com/google/gnostic-models v0.7.0/go.mod h1:whL5G0m6dmc5cPxKc5bdKdEN3UjI7OUGxBlw57miDrQ=
160160
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/emicklei/go-restful/v3 v3.12.2
1111
github.com/fxamacker/cbor/v2 v2.8.0
1212
github.com/gogo/protobuf v1.3.2
13-
github.com/google/cel-go v0.25.0
13+
github.com/google/cel-go v0.26.0
1414
github.com/google/gnostic-models v0.7.0
1515
github.com/google/go-cmp v0.7.0
1616
github.com/google/uuid v1.6.0
@@ -42,7 +42,7 @@ require (
4242
)
4343

4444
require (
45-
cel.dev/expr v0.23.1 // indirect
45+
cel.dev/expr v0.24.0 // indirect
4646
github.com/NYTimes/gziphandler v1.1.1 // indirect
4747
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
4848
github.com/beorn7/perks v1.0.1 // indirect

staging/src/k8s.io/apiextensions-apiserver/go.sum

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

staging/src/k8s.io/apiserver/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/go-logr/logr v1.4.2
1616
github.com/gogo/protobuf v1.3.2
1717
github.com/google/btree v1.1.3
18-
github.com/google/cel-go v0.25.0
18+
github.com/google/cel-go v0.26.0
1919
github.com/google/gnostic-models v0.7.0
2020
github.com/google/go-cmp v0.7.0
2121
github.com/google/uuid v1.6.0
@@ -64,7 +64,7 @@ require (
6464
)
6565

6666
require (
67-
cel.dev/expr v0.23.1 // indirect
67+
cel.dev/expr v0.24.0 // indirect
6868
github.com/NYTimes/gziphandler v1.1.1 // indirect
6969
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
7070
github.com/beorn7/perks v1.0.1 // indirect

staging/src/k8s.io/apiserver/go.sum

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

staging/src/k8s.io/cloud-provider/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
)
2424

2525
require (
26-
cel.dev/expr v0.23.1 // indirect
26+
cel.dev/expr v0.24.0 // indirect
2727
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2828
github.com/NYTimes/gziphandler v1.1.1 // indirect
2929
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
@@ -47,7 +47,7 @@ require (
4747
github.com/gogo/protobuf v1.3.2 // indirect
4848
github.com/golang/protobuf v1.5.4 // indirect
4949
github.com/google/btree v1.1.3 // indirect
50-
github.com/google/cel-go v0.25.0 // indirect
50+
github.com/google/cel-go v0.26.0 // indirect
5151
github.com/google/gnostic-models v0.7.0 // indirect
5252
github.com/google/uuid v1.6.0 // indirect
5353
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect

staging/src/k8s.io/cloud-provider/go.sum

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

staging/src/k8s.io/controller-manager/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
)
2121

2222
require (
23-
cel.dev/expr v0.23.1 // indirect
23+
cel.dev/expr v0.24.0 // indirect
2424
github.com/NYTimes/gziphandler v1.1.1 // indirect
2525
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
2626
github.com/beorn7/perks v1.0.1 // indirect
@@ -41,7 +41,7 @@ require (
4141
github.com/go-openapi/swag v0.23.0 // indirect
4242
github.com/gogo/protobuf v1.3.2 // indirect
4343
github.com/golang/protobuf v1.5.4 // indirect
44-
github.com/google/cel-go v0.25.0 // indirect
44+
github.com/google/cel-go v0.26.0 // indirect
4545
github.com/google/gnostic-models v0.7.0 // indirect
4646
github.com/google/go-cmp v0.7.0 // indirect
4747
github.com/google/uuid v1.6.0 // indirect

staging/src/k8s.io/controller-manager/go.sum

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

0 commit comments

Comments
 (0)