File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ require (
1515 k8s.io/client-go v0.36.2
1616 k8s.io/kubernetes v1.32.10
1717 sigs.k8s.io/controller-runtime v0.24.1
18- sigs.k8s.io/yaml v1.6.0
1918)
2019
2120require (
2221 cel.dev/expr v0.25.1 // indirect
22+ github.com/BurntSushi/toml v1.6.0 // indirect
2323 github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
2424 github.com/beorn7/perks v1.0.1 // indirect
2525 github.com/cenkalti/backoff/v5 v5.0.3 // indirect
@@ -97,6 +97,7 @@ require (
9797 sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
9898 sigs.k8s.io/randfill v1.0.0 // indirect
9999 sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
100+ sigs.k8s.io/yaml v1.6.0 // indirect
100101)
101102
102103// Local replacements for internal modules
Original file line number Diff line number Diff line change 11cel.dev/expr v0.25.1 h1:1KrZg61W6TWSxuNZ37Xy49ps13NUovb66QLprthtwi4 =
22cel.dev/expr v0.25.1 /go.mod h1:hrXvqGP6G6gyx8UAHSHJ5RGk//1Oj5nXQ2NI02Nrsg4 =
3+ github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk =
4+ github.com/BurntSushi/toml v1.6.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
35github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
46github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
57github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ =
You can’t perform that action at this time.
0 commit comments