Skip to content

Commit 1793820

Browse files
committed
Update containerd deps
This includes general fixes and the license change where the license is included in all files. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent 856ea51 commit 1793820

27 files changed

+567
-20
lines changed

vendor.conf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
github.com/coreos/go-systemd 48702e0da86bd25e76cfef347e2adeb434a0d0a6
2-
github.com/containerd/go-runc 4f6e87ae043f859a38255247b49c9abc262d002f
3-
github.com/containerd/console 84eeaae905fa414d03e07bcd6c8d3f19e7cf180e
1+
github.com/containerd/go-runc bcb223a061a3dd7de1a89c0b402a60f4dd9bd307
2+
github.com/containerd/console cb7008ab3d8359b78c5f464cb7cf160107ad5925
43
github.com/containerd/cgroups c0710c92e8b3a44681d1321dcfd1360fc5c6c089
54
github.com/containerd/typeurl f6943554a7e7e88b3c14aad190bf05932da84788
5+
github.com/containerd/fifo 3d5202aec260678c48179c56f40e6f38a095738c
6+
github.com/containerd/btrfs 2e1aa0ddf94f91fa282b6ed87c23bf0d64911244
7+
github.com/containerd/continuity d8fb8589b0e8e85b8c8bbaa8840226d0dfeb7371
8+
github.com/coreos/go-systemd 48702e0da86bd25e76cfef347e2adeb434a0d0a6
69
github.com/docker/go-metrics 4ea375f7759c82740c893fc030bc37088d2ec098
710
github.com/docker/go-events 9461782956ad83b30282bf90e31fa6a70c255ba9
11+
github.com/docker/go-units v0.3.1
812
github.com/godbus/dbus c7fdd8b5cd55e87b4e1f4e372cdb1db61dd6c66f
913
github.com/prometheus/client_golang f4fb1b73fb099f396a7f0036bf86aa8def4ed823
1014
github.com/prometheus/client_model 99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c
1115
github.com/prometheus/common 89604d197083d4781071d3c65855d24ecfb0a563
1216
github.com/prometheus/procfs cb4147076ac75738c9a7d279075a253c0cc5acbd
1317
github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9
1418
github.com/matttproud/golang_protobuf_extensions v1.0.0
15-
github.com/docker/go-units v0.3.1
1619
github.com/gogo/protobuf v0.5
1720
github.com/golang/protobuf 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
1821
github.com/opencontainers/runtime-spec v1.0.1
1922
github.com/opencontainers/runc a618ab5a0186905949ee463dbb762c3d23e12a80
2023
github.com/sirupsen/logrus v1.0.0
21-
github.com/containerd/btrfs 2e1aa0ddf94f91fa282b6ed87c23bf0d64911244
2224
github.com/pmezard/go-difflib v1.0.0
23-
github.com/containerd/fifo fbfb6a11ec671efbe94ad1c12c2e98773f19e1e6
2425
github.com/urfave/cli 7bc6a0acffa589f415f88aca16cc1de5ffd66f9c
2526
golang.org/x/net 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6
2627
google.golang.org/grpc v1.7.4
2728
github.com/pkg/errors v0.8.0
2829
github.com/opencontainers/go-digest 21dfd564fd89c944783d00d069f33e3e7123c448
2930
golang.org/x/sys 314a259e304ff91bd6985da2a7149bbf91237993 https://github.com/golang/sys
3031
github.com/opencontainers/image-spec v1.0.1
31-
github.com/containerd/continuity d8fb8589b0e8e85b8c8bbaa8840226d0dfeb7371
3232
golang.org/x/sync 450f422ab23cf9881c94e2db30cac0eb1b7cf80c
3333
github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895
3434
github.com/grpc-ecosystem/go-grpc-prometheus 6b7015e65d366bf3f19b2b2a000a831940f0f7e0

vendor/github.com/containerd/console/console.go

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

vendor/github.com/containerd/console/console_linux.go

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

vendor/github.com/containerd/console/console_unix.go

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

vendor/github.com/containerd/console/console_windows.go

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

vendor/github.com/containerd/console/tc_darwin.go

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

vendor/github.com/containerd/console/tc_freebsd.go

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

vendor/github.com/containerd/console/tc_linux.go

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

vendor/github.com/containerd/console/tc_openbsd_cgo.go

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

vendor/github.com/containerd/console/tc_openbsd_nocgo.go

Lines changed: 47 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)