File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"path/filepath"
7
7
8
- "github.com/windmilleng/tilt/internal /logger"
8
+ "github.com/windmilleng/tilt/pkg /logger"
9
9
)
10
10
11
11
var (
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import (
15
15
"github.com/stretchr/testify/assert"
16
16
17
17
"github.com/windmilleng/tilt/internal/dockerignore"
18
- "github.com/windmilleng/tilt/internal/logger"
19
18
"github.com/windmilleng/tilt/internal/testutils/tempdir"
19
+ "github.com/windmilleng/tilt/pkg/logger"
20
20
)
21
21
22
22
// Each implementation of the notify interface should have the same basic
Original file line number Diff line number Diff line change 6
6
7
7
"github.com/pkg/errors"
8
8
9
- "github.com/windmilleng/tilt/internal/logger"
10
9
"github.com/windmilleng/tilt/internal/ospath"
10
+ "github.com/windmilleng/tilt/pkg/logger"
11
11
12
12
"github.com/windmilleng/fsevents"
13
13
)
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
10
10
"github.com/pkg/errors"
11
11
"github.com/windmilleng/fsnotify"
12
12
13
- "github.com/windmilleng/tilt/internal/logger"
14
13
"github.com/windmilleng/tilt/internal/ospath"
14
+ "github.com/windmilleng/tilt/pkg/logger"
15
15
)
16
16
17
17
// A naive file watcher that uses the plain fsnotify API.
You can’t perform that action at this time.
0 commit comments