File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/containers/psgo
3
3
go 1.18
4
4
5
5
require (
6
- github.com/containers/storage v1.51 .0
7
- github.com/opencontainers/runc v1.1.10
6
+ github.com/containers/storage v1.52 .0
7
+ github.com/opencontainers/runc v1.1.11
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 1
- github.com/containers/storage v1.51 .0 h1:AowbcpiWXzAjHosKz7MKvPEqpyX+ryZA/ZurytRrFNA =
2
- github.com/containers/storage v1.51 .0 /go.mod h1:ybl8a3j1PPtpyaEi/5A6TOFs+5TrEyObeKJzVtkUlfc =
1
+ github.com/containers/storage v1.52 .0 h1:8QFFeJg2cQFN0TyJguxHrSz3bl7XtMRnfXrTsvLVkuY =
2
+ github.com/containers/storage v1.52 .0 /go.mod h1:PE+L330tisEjQrAVkfAlW8ECvqzc/jusrxJzu9TEi2w =
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
6
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.10 h1:EaL5WeO9lv9wmS6SASjszOeQdSctvpbu0DdBQBizE40 =
11
- github.com/opencontainers/runc v1.1.10 /go.mod h1:+/R6+KmDlh+hOO8NkjmgkG9Qzvypzk0yXxAPYYR65+M =
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 =
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 1
- # github.com/containers/storage v1.51 .0
2
- ## explicit; go 1.19
1
+ # github.com/containers/storage v1.52 .0
2
+ ## explicit; go 1.20
3
3
github.com/containers/storage/pkg/idtools
4
4
github.com/containers/storage/pkg/mount
5
5
github.com/containers/storage/pkg/regexp
@@ -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.10
16
+ # github.com/opencontainers/runc v1.1.11
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