File tree Expand file tree Collapse file tree 6 files changed +42
-10
lines changed
github.com/Microsoft/hcsshim/internal/hcs Expand file tree Collapse file tree 6 files changed +42
-10
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8
77 github.com/Microsoft/go-winio v0.5.2
8- github.com/Microsoft/hcsshim v0.9.6
8+ github.com/Microsoft/hcsshim v0.9.7
99 github.com/containerd/aufs v1.0.0
1010 github.com/containerd/btrfs v1.0.0
1111 github.com/containerd/cgroups v1.0.4
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ github.com/Microsoft/hcsshim v0.8.20/go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwT
8383github.com/Microsoft/hcsshim v0.8.21 /go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwTOcER2fw4I4 =
8484github.com/Microsoft/hcsshim v0.8.23 /go.mod h1:4zegtUJth7lAvFyc6cH2gGQ5B3OFQim01nnU2M8jKDg =
8585github.com/Microsoft/hcsshim v0.9.2 /go.mod h1:7pLA8lDk46WKDWlVsENo92gC0XFa8rbKfyFRBqxEbCc =
86- github.com/Microsoft/hcsshim v0.9.6 h1:VwnDOgLeoi2du6dAznfmspNqTiwczvjv4K7NxuY9jsY =
87- github.com/Microsoft/hcsshim v0.9.6 /go.mod h1:7pLA8lDk46WKDWlVsENo92gC0XFa8rbKfyFRBqxEbCc =
86+ github.com/Microsoft/hcsshim v0.9.7 h1:mKNHW/Xvv1aFH87Jb6ERDzXTJTLPlmzfZ28VBFD/bfg =
87+ github.com/Microsoft/hcsshim v0.9.7 /go.mod h1:7pLA8lDk46WKDWlVsENo92gC0XFa8rbKfyFRBqxEbCc =
8888github.com/Microsoft/hcsshim/test v0.0.0-20201218223536-d3e5debf77da /go.mod h1:5hlzMzRKMLyo42nCZ9oml8AdTlq/0cvIaBv6tK1RehU =
8989github.com/Microsoft/hcsshim/test v0.0.0-20210227013316-43a75bb4edd3 /go.mod h1:mw7qgWloBUl75W/gVH3cQszUg1+gUITj7D6NY7ywVnY =
9090github.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.9.6
6+ github.com/Microsoft/hcsshim v0.9.7
77 github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1
88 github.com/containerd/cgroups v1.0.4
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 @@ -55,8 +55,8 @@ github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v
5555github.com/Microsoft/hcsshim v0.8.15 /go.mod h1:x38A4YbHbdxJtc0sF6oIz+RG0npwSCAvn69iY6URG00 =
5656github.com/Microsoft/hcsshim v0.8.20 /go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwTOcER2fw4I4 =
5757github.com/Microsoft/hcsshim v0.9.2 /go.mod h1:7pLA8lDk46WKDWlVsENo92gC0XFa8rbKfyFRBqxEbCc =
58- github.com/Microsoft/hcsshim v0.9.6 h1:VwnDOgLeoi2du6dAznfmspNqTiwczvjv4K7NxuY9jsY =
59- github.com/Microsoft/hcsshim v0.9.6 /go.mod h1:7pLA8lDk46WKDWlVsENo92gC0XFa8rbKfyFRBqxEbCc =
58+ github.com/Microsoft/hcsshim v0.9.7 h1:mKNHW/Xvv1aFH87Jb6ERDzXTJTLPlmzfZ28VBFD/bfg =
59+ github.com/Microsoft/hcsshim v0.9.7 /go.mod h1:7pLA8lDk46WKDWlVsENo92gC0XFa8rbKfyFRBqxEbCc =
6060github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1 h1:pVKfKyPkXna29XlGjxSr9J0A7vNucOUHZ/2ClcTWalw =
6161github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1 /go.mod h1:Cmvnhlie15Ha2UYrJs9EhgSx76Bq9RV2FgfEiT78GhI =
6262github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 /go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ github.com/Microsoft/go-winio/pkg/fs
1111github.com/Microsoft/go-winio/pkg/guid
1212github.com/Microsoft/go-winio/pkg/security
1313github.com/Microsoft/go-winio/vhd
14- # github.com/Microsoft/hcsshim v0.9.6
14+ # github.com/Microsoft/hcsshim v0.9.7
1515## explicit; go 1.13
1616github.com/Microsoft/hcsshim
1717github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options
You can’t perform that action at this time.
0 commit comments