mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +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:
parent
a48307b5e7
commit
9100625204
@ -6,7 +6,7 @@ import (
|
||||
"log"
|
||||
"net"
|
||||
"os"
|
||||
"libproxy"
|
||||
"proxy/libproxy"
|
||||
"strings"
|
||||
"vsock"
|
||||
)
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"libproxy"
|
||||
"proxy/libproxy"
|
||||
)
|
||||
|
||||
// sendError signals the error to the parent and quits the process.
|
||||
|
Loading…
Reference in New Issue
Block a user