Skip to content

Commit c025660

Browse files
authored
Merge pull request #1237 from kubernetes-sigs/dependabot/go_modules/github.com/opencontainers/runc-1.1.9
Bump github.com/opencontainers/runc from 1.1.8 to 1.1.9
2 parents 86640c5 + 2b86add commit c025660

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/onsi/ginkgo/v2 v2.11.0
1313
github.com/onsi/gomega v1.27.10
1414
github.com/opencontainers/go-digest v1.0.0
15-
github.com/opencontainers/runc v1.1.8
15+
github.com/opencontainers/runc v1.1.9
1616
github.com/opencontainers/selinux v1.11.0
1717
github.com/sirupsen/logrus v1.9.3
1818
github.com/urfave/cli/v2 v2.25.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
226226
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
227227
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
228228
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
229-
github.com/opencontainers/runc v1.1.8 h1:zICRlc+C1XzivLc3nzE+cbJV4LIi8tib6YG0MqC6OqA=
230-
github.com/opencontainers/runc v1.1.8/go.mod h1:CbUumNnWCuTGFukNXahoo/RFBZvDAgRh/smNYNOhA50=
229+
github.com/opencontainers/runc v1.1.9 h1:XR0VIHTGce5eWPkaPesqTBrhW2yAcaraWfsEalNwQLM=
230+
github.com/opencontainers/runc v1.1.9/go.mod h1:CbUumNnWCuTGFukNXahoo/RFBZvDAgRh/smNYNOhA50=
231231
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=
232232
github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
233233
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ github.com/onsi/gomega/types
188188
# github.com/opencontainers/go-digest v1.0.0
189189
## explicit; go 1.13
190190
github.com/opencontainers/go-digest
191-
# github.com/opencontainers/runc v1.1.8
191+
# github.com/opencontainers/runc v1.1.9
192192
## explicit; go 1.17
193193
github.com/opencontainers/runc/libcontainer/apparmor
194194
github.com/opencontainers/runc/libcontainer/utils

0 commit comments

Comments
 (0)