File tree Expand file tree Collapse file tree
github.com/Microsoft/hcsshim/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55require (
66 github.com/Microsoft/go-winio v0.5.2
7- github.com/Microsoft/hcsshim v0.8.24
7+ github.com/Microsoft/hcsshim v0.8.25
88 github.com/containerd/aufs v1.0.0
99 github.com/containerd/btrfs v1.0.0
1010 github.com/containerd/cgroups v1.0.3
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ github.com/Microsoft/hcsshim v0.8.9/go.mod h1:5692vkUqntj1idxauYlpoINNKeqCiG6Sg3
5252github.com/Microsoft/hcsshim v0.8.14 /go.mod h1:NtVKoYxQuTLx6gEq0L96c9Ju4JbRJ4nY2ow3VK6a9Lg =
5353github.com/Microsoft/hcsshim v0.8.15 /go.mod h1:x38A4YbHbdxJtc0sF6oIz+RG0npwSCAvn69iY6URG00 =
5454github.com/Microsoft/hcsshim v0.8.16 /go.mod h1:o5/SZqmR7x9JNKsW3pu+nqHm0MF8vbA+VxGOoXdC600 =
55- github.com/Microsoft/hcsshim v0.8.24 h1:jP+GMeRXIR1sH1kG4lJr9ShmSjVrua5jmFZDtfYGkn4 =
56- github.com/Microsoft/hcsshim v0.8.24 /go.mod h1:4zegtUJth7lAvFyc6cH2gGQ5B3OFQim01nnU2M8jKDg =
55+ github.com/Microsoft/hcsshim v0.8.25 h1:fRMwXiwk3qDwc0P05eHnh+y2v07JdtsfQ1fuAc69m9g =
56+ github.com/Microsoft/hcsshim v0.8.25 /go.mod h1:4zegtUJth7lAvFyc6cH2gGQ5B3OFQim01nnU2M8jKDg =
5757github.com/Microsoft/hcsshim/test v0.0.0-20201218223536-d3e5debf77da /go.mod h1:5hlzMzRKMLyo42nCZ9oml8AdTlq/0cvIaBv6tK1RehU =
5858github.com/Microsoft/hcsshim/test v0.0.0-20210227013316-43a75bb4edd3 /go.mod h1:mw7qgWloBUl75W/gVH3cQszUg1+gUITj7D6NY7ywVnY =
5959github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 /go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/containerd/containerd/integration/client
33go 1.15
44
55require (
6- github.com/Microsoft/hcsshim v0.8.24
6+ github.com/Microsoft/hcsshim v0.8.25
77 github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1
88 github.com/containerd/cgroups v1.0.3
99 // the actual version of containerd is replaced with the code at the root of this repository
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v
4242github.com/Microsoft/hcsshim v0.8.6 /go.mod h1:Op3hHsoHPAvb6lceZHDtd9OkTew38wNoXnJs8iY7rUg =
4343github.com/Microsoft/hcsshim v0.8.15 /go.mod h1:x38A4YbHbdxJtc0sF6oIz+RG0npwSCAvn69iY6URG00 =
4444github.com/Microsoft/hcsshim v0.8.16 /go.mod h1:o5/SZqmR7x9JNKsW3pu+nqHm0MF8vbA+VxGOoXdC600 =
45- github.com/Microsoft/hcsshim v0.8.24 h1:jP+GMeRXIR1sH1kG4lJr9ShmSjVrua5jmFZDtfYGkn4 =
46- github.com/Microsoft/hcsshim v0.8.24 /go.mod h1:4zegtUJth7lAvFyc6cH2gGQ5B3OFQim01nnU2M8jKDg =
45+ github.com/Microsoft/hcsshim v0.8.25 h1:fRMwXiwk3qDwc0P05eHnh+y2v07JdtsfQ1fuAc69m9g =
46+ github.com/Microsoft/hcsshim v0.8.25 /go.mod h1:4zegtUJth7lAvFyc6cH2gGQ5B3OFQim01nnU2M8jKDg =
4747github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1 h1:pVKfKyPkXna29XlGjxSr9J0A7vNucOUHZ/2ClcTWalw =
4848github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1 /go.mod h1:Cmvnhlie15Ha2UYrJs9EhgSx76Bq9RV2FgfEiT78GhI =
4949github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 /go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ github.com/Microsoft/go-winio/pkg/fs
88github.com/Microsoft/go-winio/pkg/guid
99github.com/Microsoft/go-winio/pkg/security
1010github.com/Microsoft/go-winio/vhd
11- # github.com/Microsoft/hcsshim v0.8.24
11+ # github.com/Microsoft/hcsshim v0.8.25
1212## explicit; go 1.13
1313github.com/Microsoft/hcsshim
1414github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options
You can’t perform that action at this time.
0 commit comments