Skip to content

Commit

Permalink
Update vendor/github.com/containerd/console
Browse files Browse the repository at this point in the history
This PR fixes the issue kata-containers#410

The console package in vendor contains a big endian bug. The issue has
already been solved in runc. See PRs:
 - opencontainers/runc#1727
 - containerd/console#20

The console version has been updated from commit 84eeaae905 to commit
2748ece166.

The console package has been add in the Gopkg.toml because the console
package is not directly used in the code and the dep command doesn't
automatically update the console package.

Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
  • Loading branch information
Alice Frosi committed Nov 14, 2018
1 parent 3bef612 commit f1fb351
Show file tree
Hide file tree
Showing 12 changed files with 191 additions and 37 deletions.
4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
name = "google.golang.org/grpc"
revision = "d11072e7ca9811b1100b80ca0269ac831f06d024"

[[constraint]]
name = "github.com/containerd/console"
revision = "2748ece16665b45a47f884001d5831ec79703880"

[prune]
non-go = true
go-tests = true
Expand Down
18 changes: 4 additions & 14 deletions vendor/github.com/containerd/console/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/containerd/console/console.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 28 additions & 8 deletions vendor/github.com/containerd/console/console_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion vendor/github.com/containerd/console/console_unix.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 18 additions & 2 deletions vendor/github.com/containerd/console/console_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/containerd/console/tc_darwin.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/containerd/console/tc_freebsd.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 23 additions & 11 deletions vendor/github.com/containerd/console/tc_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/containerd/console/tc_solaris_cgo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/containerd/console/tc_solaris_nocgo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion vendor/github.com/containerd/console/tc_unix.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1fb351

Please sign in to comment.