Skip to content

Commit 89ed913

Browse files
fix(deps): update all non-major dependencies
1 parent 88a2344 commit 89ed913

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.3
77
require (
88
github.com/go-logr/logr v1.4.2
99
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
1111
github.com/onsi/gomega v1.35.1
1212
github.com/stretchr/testify v1.9.0
1313
github.com/testcontainers/testcontainers-go/modules/k3s v0.34.0
@@ -139,4 +139,4 @@ require (
139139
sigs.k8s.io/yaml v1.4.0 // indirect
140140
)
141141

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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ github.com/onsi/ginkgo/v2 v2.20.2 h1:7NVCeyIWROIAheY21RLS+3j2bb52W0W82tkberYytp4
167167
github.com/onsi/ginkgo/v2 v2.20.2/go.mod h1:K9gyxPIlb+aIvnZ8bd9Ak+YP18w3APlR+5coaZoE2ag=
168168
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
169169
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=
170172
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
171173
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
172174
github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8=

0 commit comments

Comments
 (0)