mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #51332 from austinvazquez/remove-unused-import
client: remove unused import
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
1
vendor/github.com/moby/moby/client/client_interfaces.go
generated
vendored
1
vendor/github.com/moby/moby/client/client_interfaces.go
generated
vendored
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user