Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit dd67e74

Browse files
committed
Update containerd to f88d3e5d6dfe9b7d7941ac5241649ad8240b9282.
Signed-off-by: Lantao Liu <[email protected]>
1 parent bf62320 commit dd67e74

File tree

141 files changed

+2340
-722
lines changed

Some content is hidden

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

141 files changed

+2340
-722
lines changed

vendor.conf

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9
22
github.com/blang/semver v3.1.0
3-
github.com/boltdb/bolt v1.3.1
43
github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895
54
github.com/containerd/cgroups 5e610833b72089b37d0e615de9a92dfc043757c2
65
github.com/containerd/console c12b1e7919c14469339a5d38f2f8ed9b64a9de23
7-
github.com/containerd/containerd 1950f791d9225ffe061c77e74e292bcb3c428a04
8-
github.com/containerd/continuity f44b615e492bdfb371aae2f76ec694d9da1db537
6+
github.com/containerd/containerd f88d3e5d6dfe9b7d7941ac5241649ad8240b9282
7+
github.com/containerd/continuity 7f53d412b9eb1cbf744c2063185d703a0ee34700
98
github.com/containerd/fifo 3d5202aec260678c48179c56f40e6f38a095738c
109
github.com/containerd/go-cni 6d7b509a054a3cb1c35ed1865d4fde2f0cb547cd
1110
github.com/containerd/go-runc 5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3
12-
github.com/containerd/ttrpc 94dde388801693c54f88a6596f713b51a8b30b2d
11+
github.com/containerd/ttrpc 2a805f71863501300ae1976d29f0454ae003e85a
1312
github.com/containerd/typeurl a93fcdb778cd272c6e9b3028b2f42d813e785d40
1413
github.com/containernetworking/cni v0.6.0
1514
github.com/containernetworking/plugins v0.7.0
@@ -35,13 +34,13 @@ github.com/hashicorp/go-multierror ed905158d87462226a13fe39ddf685ea65f1c11f
3534
github.com/json-iterator/go 1.1.5
3635
github.com/matttproud/golang_protobuf_extensions v1.0.0
3736
github.com/Microsoft/go-winio v0.4.10
38-
github.com/Microsoft/hcsshim 44c060121b68e8bdc40b411beba551f3b4ee9e55
37+
github.com/Microsoft/hcsshim v0.7.4
3938
github.com/modern-go/concurrent 1.0.3
4039
github.com/modern-go/reflect2 1.0.1
4140
github.com/opencontainers/go-digest c9281466c8b2f606084ac71339773efd177436e7
4241
github.com/opencontainers/image-spec v1.0.1
43-
github.com/opencontainers/runc 20aff4f0488c6d4b8df4d85b4f63f1f704c11abd
44-
github.com/opencontainers/runtime-spec d810dbc60d8c5aeeb3d054bd1132fab2121968ce
42+
github.com/opencontainers/runc 00dc70017d222b178a002ed30e9321b12647af2d
43+
github.com/opencontainers/runtime-spec eba862dc2470385a233c7507392675cbeadf7353
4544
github.com/opencontainers/runtime-tools v0.6.0
4645
github.com/opencontainers/selinux b6fa367ed7f534f9ba25391cc2d467085dbb445a
4746
github.com/pkg/errors v0.8.0
@@ -59,6 +58,7 @@ github.com/urfave/cli 7bc6a0acffa589f415f88aca16cc1de5ffd66f9c
5958
github.com/xeipuuv/gojsonpointer 4e3ac2762d5f479393488629ee9370b50873b3a6
6059
github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b
6160
github.com/xeipuuv/gojsonschema 1d523034197ff1f222f6429836dd36a2457a1874
61+
go.etcd.io/bbolt v1.3.1-etcd.8
6262
golang.org/x/crypto 49796115aa4b964c318aad4f3084fdb41e9aa067
6363
golang.org/x/net b3756b4b77d7b13260a0a2ec658753cf48922eac
6464
golang.org/x/oauth2 a6bd8cefa1811bd24b86f8902872e4e8225f74c4

vendor/github.com/Microsoft/hcsshim/internal/guid/guid.go

+47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+43-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/interop/zsyscall_windows.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/safefile/zsyscall_windows.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)