mirror of
https://github.com/docker/compose.git
synced 2026-07-10 18:24:10 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue