diff --git a/builder/dockerfile/copy_windows.go b/builder/dockerfile/copy_windows.go index 04cc43fcd8..0dd45b34ee 100644 --- a/builder/dockerfile/copy_windows.go +++ b/builder/dockerfile/copy_windows.go @@ -6,7 +6,7 @@ import ( "path/filepath" "strings" - winio "github.com/Microsoft/go-winio" + "github.com/Microsoft/go-winio" "github.com/docker/docker/internal/usergroup" "github.com/docker/docker/pkg/system" "github.com/moby/sys/reexec" diff --git a/daemon/graphdriver/windows/windows.go b/daemon/graphdriver/windows/windows.go index cb7ab37354..151256dccb 100644 --- a/daemon/graphdriver/windows/windows.go +++ b/daemon/graphdriver/windows/windows.go @@ -18,7 +18,7 @@ import ( "sync" "time" - winio "github.com/Microsoft/go-winio" + "github.com/Microsoft/go-winio" "github.com/Microsoft/go-winio/backuptar" winiofs "github.com/Microsoft/go-winio/pkg/fs" "github.com/Microsoft/go-winio/vhd" diff --git a/daemon/listeners/listeners_windows.go b/daemon/listeners/listeners_windows.go index 541b2425be..5b5a470fc6 100644 --- a/daemon/listeners/listeners_windows.go +++ b/daemon/listeners/listeners_windows.go @@ -6,7 +6,7 @@ import ( "net" "strings" - winio "github.com/Microsoft/go-winio" + "github.com/Microsoft/go-winio" "github.com/docker/go-connections/sockets" ) diff --git a/integration-cli/docker_api_containers_windows_test.go b/integration-cli/docker_api_containers_windows_test.go index e87ccfe17f..ae326c6541 100644 --- a/integration-cli/docker_api_containers_windows_test.go +++ b/integration-cli/docker_api_containers_windows_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - winio "github.com/Microsoft/go-winio" + "github.com/Microsoft/go-winio" "github.com/docker/docker/api/types/container" "github.com/docker/docker/api/types/mount" "github.com/docker/docker/testutil" diff --git a/libcontainerd/remote/client_io_windows.go b/libcontainerd/remote/client_io_windows.go index b89c030228..b74a33d3b6 100644 --- a/libcontainerd/remote/client_io_windows.go +++ b/libcontainerd/remote/client_io_windows.go @@ -5,7 +5,7 @@ import ( "net" "sync" - winio "github.com/Microsoft/go-winio" + "github.com/Microsoft/go-winio" "github.com/containerd/containerd/v2/pkg/cio" "github.com/containerd/log" "github.com/pkg/errors" diff --git a/testutil/request/npipe_windows.go b/testutil/request/npipe_windows.go index 9741ae64c6..a268aac922 100644 --- a/testutil/request/npipe_windows.go +++ b/testutil/request/npipe_windows.go @@ -4,7 +4,7 @@ import ( "net" "time" - winio "github.com/Microsoft/go-winio" + "github.com/Microsoft/go-winio" ) func npipeDial(path string, timeout time.Duration) (net.Conn, error) {