File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.3
7
7
require (
8
8
github.com/go-logr/logr v1.4.2
9
9
github.com/google/cel-go v0.22.0
10
- github.com/onsi/ginkgo/v2 v2.21 .0
10
+ github.com/onsi/ginkgo/v2 v2.22 .0
11
11
github.com/onsi/gomega v1.35.1
12
12
github.com/stretchr/testify v1.9.0
13
13
github.com/testcontainers/testcontainers-go/modules/k3s v0.34.0
@@ -139,4 +139,4 @@ require (
139
139
sigs.k8s.io/yaml v1.4.0 // indirect
140
140
)
141
141
142
- replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.2.1
142
+ replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.2.2
Original file line number Diff line number Diff line change @@ -167,6 +167,8 @@ github.com/onsi/ginkgo/v2 v2.20.2 h1:7NVCeyIWROIAheY21RLS+3j2bb52W0W82tkberYytp4
167
167
github.com/onsi/ginkgo/v2 v2.20.2 /go.mod h1:K9gyxPIlb+aIvnZ8bd9Ak+YP18w3APlR+5coaZoE2ag =
168
168
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM =
169
169
github.com/onsi/ginkgo/v2 v2.21.0 /go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo =
170
+ github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg =
171
+ github.com/onsi/ginkgo/v2 v2.22.0 /go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo =
170
172
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k =
171
173
github.com/onsi/gomega v1.34.1 /go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY =
172
174
github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8 =
You can’t perform that action at this time.
0 commit comments