mirror of
https://github.com/rancher/os.git
synced 2025-09-03 07:44:21 +00:00
Bump libcompose and its dependencies
This commit is contained in:
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)
|
||||
}
|
Reference in New Issue
Block a user