mirror of https://github.com/docker/compose.git
makefile: fix goimports -local (#1763)
This commit is contained in:
parent
5e0f1eec16
commit
47551895f3
|
@ -13,6 +13,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
"github.com/windmilleng/tilt/internal/logger"
|
||||
"github.com/windmilleng/tilt/internal/testutils/tempdir"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue