File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/onsi/ginkgo/v2 v2.23.4
19
19
github.com/onsi/gomega v1.37.0
20
20
github.com/opencontainers/image-spec v1.1.1
21
- github.com/opencontainers/runc v1.2.6
21
+ github.com/opencontainers/runc v1.3.0
22
22
github.com/prometheus/client_golang v1.22.0
23
23
github.com/smartystreets/goconvey v1.8.1
24
24
github.com/spf13/cobra v1.9.1
@@ -115,7 +115,7 @@ require (
115
115
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
116
116
github.com/opencontainers/cgroups v0.0.1 // indirect
117
117
github.com/opencontainers/go-digest v1.0.0 // indirect
118
- github.com/opencontainers/runtime-spec v1.2.0 // indirect
118
+ github.com/opencontainers/runtime-spec v1.2.1 // indirect
119
119
github.com/opencontainers/selinux v1.11.1 // indirect
120
120
github.com/pkg/errors v0.9.1 // indirect
121
121
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Original file line number Diff line number Diff line change @@ -212,10 +212,10 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
212
212
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
213
213
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040 =
214
214
github.com/opencontainers/image-spec v1.1.1 /go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M =
215
- github.com/opencontainers/runc v1.2.6 h1:P7Hqg40bsMvQGCS4S7DJYhUZOISMLJOB2iGX5COWiPk =
216
- github.com/opencontainers/runc v1.2.6 /go.mod h1:dOQeFo29xZKBNeRBI0B19mJtfHv68YgCTh1X+YphA+4 =
217
- github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
218
- github.com/opencontainers/runtime-spec v1.2.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
215
+ github.com/opencontainers/runc v1.3.0 h1:cvP7xbEvD0QQAs0nZKLzkVog2OPZhI/V2w3WmTmUSXI =
216
+ github.com/opencontainers/runc v1.3.0 /go.mod h1:9wbWt42gV+KRxKRVVugNP6D5+PQciRbenB4fLVsqGPs =
217
+ github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww =
218
+ github.com/opencontainers/runtime-spec v1.2.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
219
219
github.com/opencontainers/selinux v1.11.1 h1:nHFvthhM0qY8/m+vfhJylliSshm8G1jJ2jDMcgULaH8 =
220
220
github.com/opencontainers/selinux v1.11.1 /go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec =
221
221
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
You can’t perform that action at this time.
0 commit comments