mirror of https://github.com/docker/cli.git
Correct go-units import in cli/command/formatter/stats.go
from src/github.com/docker/go-units -> github.com/docker/go-units Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
This commit is contained in:
parent
6ec439e875
commit
15bbb61711
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"sync"
|
||||
|
||||
units "src/github.com/docker/go-units"
|
||||
units "github.com/docker/go-units"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue