File tree Expand file tree Collapse file tree 4 files changed +39
-7
lines changed
github.com/Microsoft/hcsshim/internal/hcs Expand file tree Collapse file tree 4 files changed +39
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module github.com/containers/storage
55require (
66 github.com/BurntSushi/toml v1.2.1
77 github.com/Microsoft/go-winio v0.6.0
8- github.com/Microsoft/hcsshim v0.9.6
8+ github.com/Microsoft/hcsshim v0.9.7
99 github.com/containerd/stargz-snapshotter/estargz v0.14.1
1010 github.com/cyphar/filepath-securejoin v0.2.3
1111 github.com/docker/go-units v0.5.0
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ github.com/Microsoft/hcsshim v0.8.14/go.mod h1:NtVKoYxQuTLx6gEq0L96c9Ju4JbRJ4nY2
5757github.com/Microsoft/hcsshim v0.8.15 /go.mod h1:x38A4YbHbdxJtc0sF6oIz+RG0npwSCAvn69iY6URG00 =
5858github.com/Microsoft/hcsshim v0.8.16 /go.mod h1:o5/SZqmR7x9JNKsW3pu+nqHm0MF8vbA+VxGOoXdC600 =
5959github.com/Microsoft/hcsshim v0.8.21 /go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwTOcER2fw4I4 =
60- github.com/Microsoft/hcsshim v0.9.6 h1:VwnDOgLeoi2du6dAznfmspNqTiwczvjv4K7NxuY9jsY =
61- github.com/Microsoft/hcsshim v0.9.6 /go.mod h1:7pLA8lDk46WKDWlVsENo92gC0XFa8rbKfyFRBqxEbCc =
60+ github.com/Microsoft/hcsshim v0.9.7 h1:mKNHW/Xvv1aFH87Jb6ERDzXTJTLPlmzfZ28VBFD/bfg =
61+ github.com/Microsoft/hcsshim v0.9.7 /go.mod h1:7pLA8lDk46WKDWlVsENo92gC0XFa8rbKfyFRBqxEbCc =
6262github.com/Microsoft/hcsshim/test v0.0.0-20201218223536-d3e5debf77da /go.mod h1:5hlzMzRKMLyo42nCZ9oml8AdTlq/0cvIaBv6tK1RehU =
6363github.com/Microsoft/hcsshim/test v0.0.0-20210227013316-43a75bb4edd3 /go.mod h1:mw7qgWloBUl75W/gVH3cQszUg1+gUITj7D6NY7ywVnY =
6464github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 /go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ github.com/Microsoft/go-winio/internal/socket
1010github.com/Microsoft/go-winio/pkg/guid
1111github.com/Microsoft/go-winio/pkg/security
1212github.com/Microsoft/go-winio/vhd
13- # github.com/Microsoft/hcsshim v0.9.6
13+ # github.com/Microsoft/hcsshim v0.9.7
1414## explicit; go 1.13
1515github.com/Microsoft/hcsshim
1616github.com/Microsoft/hcsshim/computestorage
You can’t perform that action at this time.
0 commit comments