File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,8 @@ require (
14
14
github.com/klauspost/cpuid/v2 v2.2.6
15
15
github.com/onsi/ginkgo/v2 v2.13.0
16
16
github.com/onsi/gomega v1.29.0
17
- github.com/opencontainers/runc v1.1.10
17
+ github.com/opencontainers/runc v1.1.12
18
18
github.com/prometheus/client_golang v1.18.0
19
- github.com/smarty/assertions v1.15.1
20
19
github.com/smartystreets/goconvey v1.8.1
21
20
github.com/spf13/cobra v1.8.0
22
21
github.com/stretchr/testify v1.8.4
@@ -138,6 +137,7 @@ require (
138
137
github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021 // indirect
139
138
github.com/seccomp/libseccomp-golang v0.10.0 // indirect
140
139
github.com/sirupsen/logrus v1.9.0 // indirect
140
+ github.com/smarty/assertions v1.15.1 // indirect
141
141
github.com/spf13/pflag v1.0.5 // indirect
142
142
github.com/stoewer/go-strcase v1.2.0 // indirect
143
143
github.com/stretchr/objx v0.5.0 // indirect
Original file line number Diff line number Diff line change @@ -1171,8 +1171,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
1171
1171
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
1172
1172
github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM =
1173
1173
github.com/opencontainers/image-spec v1.0.2 /go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0 =
1174
- github.com/opencontainers/runc v1.1.10 h1:EaL5WeO9lv9wmS6SASjszOeQdSctvpbu0DdBQBizE40 =
1175
- github.com/opencontainers/runc v1.1.10 /go.mod h1:+/R6+KmDlh+hOO8NkjmgkG9Qzvypzk0yXxAPYYR65+M =
1174
+ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss =
1175
+ github.com/opencontainers/runc v1.1.12 /go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8 =
1176
1176
github.com/opencontainers/runtime-spec v1.0.2 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
1177
1177
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
1178
1178
github.com/opencontainers/runtime-spec v1.1.0-rc.2 h1:ucBtEms2tamYYW/SvGpvq9yUN0NEVL6oyLEwDcTSrk8 =
You can’t perform that action at this time.
0 commit comments