File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module github.com/containerd/containerd/integration/client
33go 1.15
44
55require (
6- github.com/Microsoft/hcsshim v0.8.16
6+ github.com/Microsoft/hcsshim v0.8.18
77 github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1
88 github.com/containerd/cgroups v1.0.1
99 // the actual version of containerd is replaced with the code at the root of this repository
10- github.com/containerd/containerd v1.5.0-rc.0
10+ github.com/containerd/containerd v1.5.1
1111 github.com/containerd/go-runc v1.0.0
1212 github.com/containerd/ttrpc v1.0.2
1313 github.com/containerd/typeurl v1.0.2
Original file line number Diff line number Diff line change @@ -40,8 +40,9 @@ github.com/Microsoft/go-winio v0.4.17 h1:iT12IBVClFevaf8PuVyi3UmZOVh4OqnaLxDTW2O
4040github.com/Microsoft/go-winio v0.4.17 /go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84 =
4141github.com/Microsoft/hcsshim v0.8.6 /go.mod h1:Op3hHsoHPAvb6lceZHDtd9OkTew38wNoXnJs8iY7rUg =
4242github.com/Microsoft/hcsshim v0.8.15 /go.mod h1:x38A4YbHbdxJtc0sF6oIz+RG0npwSCAvn69iY6URG00 =
43- github.com/Microsoft/hcsshim v0.8.16 h1:8/auA4LFIZFTGrqfKhGBSXwM6/4X1fHa/xniyEHu8ac =
4443github.com/Microsoft/hcsshim v0.8.16 /go.mod h1:o5/SZqmR7x9JNKsW3pu+nqHm0MF8vbA+VxGOoXdC600 =
44+ github.com/Microsoft/hcsshim v0.8.18 h1:cYnKADiM1869gvBpos3YCteeT6sZLB48lB5dmMMs8Tg =
45+ github.com/Microsoft/hcsshim v0.8.18 /go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwTOcER2fw4I4 =
4546github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1 h1:pVKfKyPkXna29XlGjxSr9J0A7vNucOUHZ/2ClcTWalw =
4647github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1 /go.mod h1:Cmvnhlie15Ha2UYrJs9EhgSx76Bq9RV2FgfEiT78GhI =
4748github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 /go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ =
You can’t perform that action at this time.
0 commit comments