Skip to content

Commit 23f50a0

Browse files
committed
vendor: github.com/containerd/containerd v1.6.24
unfortunately, brings back hcsshim as dependency full diff: containerd/containerd@v1.6.22...v1.6.24 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 497b13c commit 23f50a0

9 files changed

Lines changed: 1163 additions & 63 deletions

File tree

vendor.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ go 1.18
99
require (
1010
dario.cat/mergo v1.0.0
1111
github.com/container-orchestrated-devices/container-device-interface v0.6.1
12-
github.com/containerd/containerd v1.6.22
12+
github.com/containerd/containerd v1.6.24
1313
github.com/creack/pty v1.1.18
1414
github.com/distribution/reference v0.0.0-20230830145923-e42074f83a9c
1515
github.com/docker/distribution v2.8.2+incompatible
@@ -50,6 +50,7 @@ require (
5050
require (
5151
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
5252
github.com/Microsoft/go-winio v0.6.1 // indirect
53+
github.com/Microsoft/hcsshim v0.9.10 // indirect
5354
github.com/beorn7/perks v1.0.1 // indirect
5455
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5556
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect

vendor.sum

Lines changed: 858 additions & 10 deletions
Large diffs are not rendered by default.

vendor/github.com/Microsoft/hcsshim/LICENSE

Lines changed: 21 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/osversion/osversion_windows.go

Lines changed: 50 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/osversion/platform_compat_windows.go

Lines changed: 35 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/osversion/windowsbuilds.go

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

0 commit comments

Comments
 (0)