mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-10 03:10:32 +00:00
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:
@@ -6,7 +6,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
"os"
|
"os"
|
||||||
"libproxy"
|
"proxy/libproxy"
|
||||||
"strings"
|
"strings"
|
||||||
"vsock"
|
"vsock"
|
||||||
)
|
)
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user