lint: fix local-prefixes for goimports (#5453)

Fix local-prefixes on linters imports then resolved imports to be as expected

Signed-off-by: Ken Sipe <kensipe@gmail.com>
This commit is contained in:
Ken Sipe 2022-02-08 08:39:42 -06:00 committed by Nicolas De loof
parent 4d822676ce
commit 1b71e3efb3
1 changed files with 1 additions and 1 deletions

View File

@ -12,8 +12,8 @@ import (
"strings"
"github.com/pkg/errors"
"github.com/tilt-dev/fsnotify"
"github.com/tilt-dev/fsnotify"
"github.com/tilt-dev/tilt/internal/ospath"
"github.com/tilt-dev/tilt/pkg/logger"
)