proxy: use share vendored go packages

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2016-05-19 11:47:29 +01:00
parent 245fa32d28
commit 6c2056055c
36 changed files with 10 additions and 2459 deletions

View File

@@ -4,7 +4,7 @@ package libproxy
import (
"fmt"
"github.com/djs55/vsock"
"github.com/rneugeba/virtsock/go/vsock"
"net"
)