mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
logger: move to pkg (#2031)
This commit is contained in:
parent
ec781687fd
commit
17087447e9
@ -5,7 +5,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
"github.com/windmilleng/tilt/internal/logger"
|
"github.com/windmilleng/tilt/pkg/logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -15,8 +15,8 @@ import (
|
|||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
|
|
||||||
"github.com/windmilleng/tilt/internal/dockerignore"
|
"github.com/windmilleng/tilt/internal/dockerignore"
|
||||||
"github.com/windmilleng/tilt/internal/logger"
|
|
||||||
"github.com/windmilleng/tilt/internal/testutils/tempdir"
|
"github.com/windmilleng/tilt/internal/testutils/tempdir"
|
||||||
|
"github.com/windmilleng/tilt/pkg/logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Each implementation of the notify interface should have the same basic
|
// Each implementation of the notify interface should have the same basic
|
||||||
|
@ -6,8 +6,8 @@ import (
|
|||||||
|
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
|
|
||||||
"github.com/windmilleng/tilt/internal/logger"
|
|
||||||
"github.com/windmilleng/tilt/internal/ospath"
|
"github.com/windmilleng/tilt/internal/ospath"
|
||||||
|
"github.com/windmilleng/tilt/pkg/logger"
|
||||||
|
|
||||||
"github.com/windmilleng/fsevents"
|
"github.com/windmilleng/fsevents"
|
||||||
)
|
)
|
||||||
|
@ -10,8 +10,8 @@ import (
|
|||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
"github.com/windmilleng/fsnotify"
|
"github.com/windmilleng/fsnotify"
|
||||||
|
|
||||||
"github.com/windmilleng/tilt/internal/logger"
|
|
||||||
"github.com/windmilleng/tilt/internal/ospath"
|
"github.com/windmilleng/tilt/internal/ospath"
|
||||||
|
"github.com/windmilleng/tilt/pkg/logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
// A naive file watcher that uses the plain fsnotify API.
|
// A naive file watcher that uses the plain fsnotify API.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user