Skip to content

Commit 491627e

Browse files
authored
Merge pull request #1575 from kubernetes-sigs/dependabot/go_modules/github.com/opencontainers/runc-1.1.12
build(deps): bump github.com/opencontainers/runc from 1.1.10 to 1.1.12
2 parents 856b174 + 5c12f84 commit 491627e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ require (
1414
github.com/klauspost/cpuid/v2 v2.2.6
1515
github.com/onsi/ginkgo/v2 v2.13.0
1616
github.com/onsi/gomega v1.29.0
17-
github.com/opencontainers/runc v1.1.10
17+
github.com/opencontainers/runc v1.1.12
1818
github.com/prometheus/client_golang v1.18.0
19-
github.com/smarty/assertions v1.15.1
2019
github.com/smartystreets/goconvey v1.8.1
2120
github.com/spf13/cobra v1.8.0
2221
github.com/stretchr/testify v1.8.4
@@ -138,6 +137,7 @@ require (
138137
github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021 // indirect
139138
github.com/seccomp/libseccomp-golang v0.10.0 // indirect
140139
github.com/sirupsen/logrus v1.9.0 // indirect
140+
github.com/smarty/assertions v1.15.1 // indirect
141141
github.com/spf13/pflag v1.0.5 // indirect
142142
github.com/stoewer/go-strcase v1.2.0 // indirect
143143
github.com/stretchr/objx v0.5.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,8 +1171,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
11711171
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
11721172
github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=
11731173
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=
11761176
github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
11771177
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
11781178
github.com/opencontainers/runtime-spec v1.1.0-rc.2 h1:ucBtEms2tamYYW/SvGpvq9yUN0NEVL6oyLEwDcTSrk8=

0 commit comments

Comments
 (0)