File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/containers/storage v1.52.0
7
- github.com/opencontainers/runc v1.1.11
7
+ github.com/opencontainers/runc v1.1.12
8
8
github.com/stretchr/testify v1.8.4
9
9
golang.org/x/sys v0.16.0
10
10
)
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4
7
7
github.com/docker/go-units v0.5.0 /go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk =
8
8
github.com/moby/sys/mountinfo v0.7.1 h1:/tTvQaSJRr2FshkhXiIpux6fQ2Zvc4j7tAhMTStAG2g =
9
9
github.com/moby/sys/mountinfo v0.7.1 /go.mod h1:IJb6JQeOklcdMU9F5xQ8ZALD+CUr5VlGpwtX+VE0rpI =
10
- github.com/opencontainers/runc v1.1.11 h1:9LjxyVlE0BPMRP2wuQDRlHV4941Jp9rc3F0+YKimopA =
11
- github.com/opencontainers/runc v1.1.11 /go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8 =
10
+ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss =
11
+ github.com/opencontainers/runc v1.1.12 /go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8 =
12
12
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
13
13
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
14
14
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ github.com/docker/go-units
13
13
# github.com/moby/sys/mountinfo v0.7.1
14
14
## explicit; go 1.16
15
15
github.com/moby/sys/mountinfo
16
- # github.com/opencontainers/runc v1.1.11
16
+ # github.com/opencontainers/runc v1.1.12
17
17
## explicit; go 1.17
18
18
github.com/opencontainers/runc/libcontainer/user
19
19
# github.com/pmezard/go-difflib v1.0.0
You can’t perform that action at this time.
0 commit comments