fix(deps): update github.com/docker/go-connections digest to 0b8c1f4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-11-01 09:55:47 +00:00
committed by GitHub
parent 55b9ea3ec7
commit 78765b14d8
5 changed files with 20 additions and 12 deletions

View File

@ -11,10 +11,7 @@ import (
"time"
)
const (
defaultTimeout = 10 * time.Second
maxUnixSocketPathSize = len(syscall.RawSockaddrUnix{}.Path)
)
const maxUnixSocketPathSize = len(syscall.RawSockaddrUnix{}.Path)
func configureUnixTransport(tr *http.Transport, proto, addr string) error {
if len(addr) > maxUnixSocketPathSize {