pull in containers/image deps
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
05f679f643
commit
d8ae7178e2
584 changed files with 168546 additions and 5 deletions
13
vendor/github.com/docker/go-connections/sockets/sockets_windows.go
generated
vendored
Normal file
13
vendor/github.com/docker/go-connections/sockets/sockets_windows.go
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
package sockets
|
||||
|
||||
import (
|
||||
"net"
|
||||
"time"
|
||||
|
||||
"github.com/Microsoft/go-winio"
|
||||
)
|
||||
|
||||
// DialPipe connects to a Windows named pipe.
|
||||
func DialPipe(addr string, timeout time.Duration) (net.Conn, error) {
|
||||
return winio.DialPipe(addr, &timeout)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue