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>
Upstream-commit: 15bbb61711
Component: cli
This commit is contained in:
Amit Krishnan
2016-10-24 15:06:33 -07:00
parent a1ae75f661
commit a8ff9481ee

View File

@ -4,7 +4,7 @@ import (
"fmt"
"sync"
units "src/github.com/docker/go-units"
units "github.com/docker/go-units"
)
const (