mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
all: Remove redundant units alias for go-units
The alias is not needed as the package is already named `units`. It was also not aliases consistently across the project. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
units "github.com/docker/go-units"
|
||||
"github.com/docker/go-units"
|
||||
"github.com/moby/term"
|
||||
"github.com/morikuni/aec"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user