mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user