mirror of https://github.com/docker/compose.git
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:
parent
4d822676ce
commit
1b71e3efb3
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue