From 6cf02b5cbaf9d96c66869b74e7216c192b867c69 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Wed, 29 Oct 2025 11:21:52 -0500 Subject: [PATCH] client: remove unused import Signed-off-by: Austin Vazquez --- client/client_interfaces.go | 1 - vendor/github.com/moby/moby/client/client_interfaces.go | 1 - 2 files changed, 2 deletions(-) diff --git a/client/client_interfaces.go b/client/client_interfaces.go index 0a20c7cea9..9e7d4c1641 100644 --- a/client/client_interfaces.go +++ b/client/client_interfaces.go @@ -6,7 +6,6 @@ import ( "net" "github.com/moby/moby/api/types" - "github.com/moby/moby/api/types/container" "github.com/moby/moby/api/types/network" "github.com/moby/moby/api/types/system" ) diff --git a/vendor/github.com/moby/moby/client/client_interfaces.go b/vendor/github.com/moby/moby/client/client_interfaces.go index 0a20c7cea9..9e7d4c1641 100644 --- a/vendor/github.com/moby/moby/client/client_interfaces.go +++ b/vendor/github.com/moby/moby/client/client_interfaces.go @@ -6,7 +6,6 @@ import ( "net" "github.com/moby/moby/api/types" - "github.com/moby/moby/api/types/container" "github.com/moby/moby/api/types/network" "github.com/moby/moby/api/types/system" )