Skip to content

Commit

Permalink
vendor: use latest github.com/mdlayher/vsock
Browse files Browse the repository at this point in the history
This version of vsock fully supports Go 1.12 runtime network poller
integration, and is complaint with net.Listener and net.Conn as
checked by golang.org/x/net/nettest.

Fixes kata-containers#485.

Signed-off-by: Matt Layher <mdlayher@gmail.com>
  • Loading branch information
mdlayher committed Mar 29, 2019
1 parent 6b7d41a commit 8187461
Show file tree
Hide file tree
Showing 11 changed files with 784 additions and 166 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[[constraint]]
name = "github.com/mdlayher/vsock"
revision = "676f733b747cd6406f297a51bd086ee8ec8abdbe"
revision = "a92c53d5dcabbf6aaaba8fe07983d4f10f812fa7"

[[constraint]]
name = "github.com/opencontainers/runc"
Expand Down
84 changes: 27 additions & 57 deletions vendor/github.com/mdlayher/vsock/conn_linux.go

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

53 changes: 53 additions & 0 deletions vendor/github.com/mdlayher/vsock/doc.go

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

Loading

0 comments on commit 8187461

Please sign in to comment.