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

Commit

Permalink
Merge pull request #173 from bergwolf/proxy
Browse files Browse the repository at this point in the history
runtime: add builtin proxy and shim capability
  • Loading branch information
Eric Ernst authored Apr 10, 2018
2 parents 5932803 + b353e36 commit be151cb
Show file tree
Hide file tree
Showing 24 changed files with 2,191 additions and 25 deletions.
9 changes: 7 additions & 2 deletions Gopkg.lock

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

6 changes: 5 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

[[constraint]]
name = "github.com/kata-containers/agent"
revision = "a93071539feee29bfa22b6184380d3fd7c156ef7"
revision = "c8199f60759a1d52932df37a1af710cdeada8c81"

[[constraint]]
name = "github.com/containerd/cri-containerd"
Expand All @@ -74,3 +74,7 @@
non-go = true
go-tests = true
unused-packages = true

[[constraint]]
branch = "master"
name = "github.com/hashicorp/yamux"
362 changes: 362 additions & 0 deletions vendor/github.com/hashicorp/yamux/LICENSE

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions vendor/github.com/hashicorp/yamux/addr.go

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

157 changes: 157 additions & 0 deletions vendor/github.com/hashicorp/yamux/const.go

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

87 changes: 87 additions & 0 deletions vendor/github.com/hashicorp/yamux/mux.go

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

Loading

0 comments on commit be151cb

Please sign in to comment.