Skip to content

Commit 202c645

Browse files
authored
Merge pull request #1516 from containers/dependabot/go_modules/github.com/Microsoft/hcsshim-0.9.7
build(deps): bump github.com/Microsoft/hcsshim from 0.9.6 to 0.9.7
2 parents 01edf7e + eb56a36 commit 202c645

File tree

4 files changed

+39
-7
lines changed

4 files changed

+39
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/containers/storage
55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/Microsoft/hcsshim v0.8.14/go.mod h1:NtVKoYxQuTLx6gEq0L96c9Ju4JbRJ4nY2
5757
github.com/Microsoft/hcsshim v0.8.15/go.mod h1:x38A4YbHbdxJtc0sF6oIz+RG0npwSCAvn69iY6URG00=
5858
github.com/Microsoft/hcsshim v0.8.16/go.mod h1:o5/SZqmR7x9JNKsW3pu+nqHm0MF8vbA+VxGOoXdC600=
5959
github.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=
6262
github.com/Microsoft/hcsshim/test v0.0.0-20201218223536-d3e5debf77da/go.mod h1:5hlzMzRKMLyo42nCZ9oml8AdTlq/0cvIaBv6tK1RehU=
6363
github.com/Microsoft/hcsshim/test v0.0.0-20210227013316-43a75bb4edd3/go.mod h1:mw7qgWloBUl75W/gVH3cQszUg1+gUITj7D6NY7ywVnY=
6464
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=

vendor/github.com/Microsoft/hcsshim/internal/hcs/process.go

Lines changed: 35 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github.com/Microsoft/go-winio/internal/socket
1010
github.com/Microsoft/go-winio/pkg/guid
1111
github.com/Microsoft/go-winio/pkg/security
1212
github.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
1515
github.com/Microsoft/hcsshim
1616
github.com/Microsoft/hcsshim/computestorage

0 commit comments

Comments
 (0)