X Tutup
Skip to content

Commit e25371f

Browse files
authored
Merge pull request containerd#5957 from dcantah/hcsshim-backport-1.4
[release/1.4] Backport go.mod: Update hcsshim to v0.8.21
2 parents d30f838 + a503d4c commit e25371f

File tree

134 files changed

+360
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+360
-110
lines changed

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ github.com/imdario/mergo v0.3.7
2828
github.com/konsorten/go-windows-terminal-sequences v1.0.3
2929
github.com/matttproud/golang_protobuf_extensions v1.0.1
3030
github.com/Microsoft/go-winio v0.4.19
31-
github.com/Microsoft/hcsshim v0.8.16
31+
github.com/Microsoft/hcsshim v0.8.21
3232
github.com/opencontainers/go-digest v1.0.0
3333
github.com/opencontainers/image-spec v1.0.1
3434
github.com/opencontainers/runc v1.0.0-rc94

vendor/github.com/Microsoft/hcsshim/computestorage/setup.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/computestorage/storage.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/container.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/errors.go

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

vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/compact.go

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

vendor/github.com/Microsoft/hcsshim/go.mod

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

vendor/github.com/Microsoft/hcsshim/hcn/hcn.go

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

vendor/github.com/Microsoft/hcsshim/hcn/hcnendpoint.go

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

vendor/github.com/Microsoft/hcsshim/hcn/hcnglobals.go

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

0 commit comments

Comments
 (0)
X Tutup