proxy: move vendor/libproxy to ./libproxy

vendor should be used for things with fully-qualified names,

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott 2016-04-15 17:26:35 +01:00
parent a48307b5e7
commit 9100625204
7 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
"log" "log"
"net" "net"
"os" "os"
"libproxy" "proxy/libproxy"
"strings" "strings"
"vsock" "vsock"
) )

View File

@ -9,7 +9,7 @@ import (
"os/signal" "os/signal"
"syscall" "syscall"
"libproxy" "proxy/libproxy"
) )
// sendError signals the error to the parent and quits the process. // sendError signals the error to the parent and quits the process.