mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 13:38:00 +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
0338d97d94
commit
9e64166554
@ -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