Skip to content

Commit

Permalink
vendor: update vsock package version
Browse files Browse the repository at this point in the history
The vsock package needs go >= 1.11. The latest version of the package adds a
compile time check on the go version.

Shortlog since last vendoring of github.com/mdlayher/vsock:
    7b7533a vsock: break compilation on unsupported versions of Go
    75a9d2a go.mod: bump dependencies
    7746c14 *: switch from Travis to builds.sr.ht exclusivel

Fixes: kata-containers#542

Signed-off-by: Marco Vedovati <[email protected]>
  • Loading branch information
marcov committed May 7, 2019
1 parent 39286d4 commit 560dc87
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 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 = "a92c53d5dcabbf6aaaba8fe07983d4f10f812fa7"
revision = "7b7533a7ca4eba7dd23dab2de70e25ca6eecf7e2"

[[constraint]]
name = "github.com/opencontainers/runc"
Expand Down
2 changes: 2 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.

9 changes: 9 additions & 0 deletions vendor/github.com/mdlayher/vsock/goversion_unsupported.go

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

0 comments on commit 560dc87

Please sign in to comment.