Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
vendor: Update vendor/github.com/containerd/console
Browse files Browse the repository at this point in the history
Fixes: #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 (commit that fixed the big-endian issue)

The console package has been added 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 15, 2018
1 parent 3bef612 commit 7b4c337
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 14 deletions.
23 changes: 20 additions & 3 deletions Gopkg.lock

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

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"

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

[prune]
non-go = true
go-tests = true
Expand Down
18 changes: 7 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.

0 comments on commit 7b4c337

Please sign in to comment.