File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ updates:
4343 update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
4444 - dependency-name : " google.golang.org/grpc"
4545 update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
46+ # Note: We have to keep this 100% in sync with k8s.io, so we get exactly the behavior
47+ # that the k8s.io CEL code expects.
48+ - dependency-name : " github.com/google/cel-go"
4649 # Ignore kind as its upgraded manually.
4750 - dependency-name : " sigs.k8s.io/kind"
4851 update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ require (
1717 github.com/flatcar/ignition v0.36.2
1818 github.com/go-logr/logr v1.4.2
1919 github.com/gobuffalo/flect v1.0.2
20+ // Note: This must be kept in sync with the version used by k8s.io.
2021 github.com/google/cel-go v0.17.8
2122 github.com/google/go-cmp v0.6.0
2223 github.com/google/go-github/v53 v53.2.0
You can’t perform that action at this time.
0 commit comments