makefile: fix goimports -local (#1763)

This commit is contained in:
Matt Landis 2019-06-24 11:28:29 -04:00 committed by Nicolas De loof
parent 5e0f1eec16
commit 47551895f3
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import (
"time"
"github.com/stretchr/testify/assert"
"github.com/windmilleng/tilt/internal/logger"
"github.com/windmilleng/tilt/internal/testutils/tempdir"
)