We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ace5984 + 7d71a9b commit 24a2b06Copy full SHA for 24a2b06
1 file changed
go.mod
@@ -29,7 +29,7 @@ require (
29
// CEL needs to be pinned to the same version as the one used by the k8s.io/apiserver package
30
replace github.com/google/cel-go => github.com/google/cel-go v0.22.0
31
32
-replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.4.0
+replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.4.1
33
34
replace sigs.k8s.io/wg-policy-prototypes => sigs.k8s.io/wg-policy-prototypes v0.0.0-20230505033312-51c21979086a
35
0 commit comments