File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
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/pkg/logger"
8
+ "github.com/tilt-dev /tilt/pkg/logger"
9
9
)
10
10
11
11
var (
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import (
15
15
"github.com/stretchr/testify/assert"
16
16
"github.com/stretchr/testify/require"
17
17
18
- "github.com/windmilleng /tilt/internal/dockerignore"
19
- "github.com/windmilleng /tilt/internal/testutils/tempdir"
20
- "github.com/windmilleng /tilt/pkg/logger"
18
+ "github.com/tilt-dev /tilt/internal/dockerignore"
19
+ "github.com/tilt-dev /tilt/internal/testutils/tempdir"
20
+ "github.com/tilt-dev /tilt/pkg/logger"
21
21
)
22
22
23
23
// Each implementation of the notify interface should have the same basic
Original file line number Diff line number Diff line change 7
7
8
8
"github.com/pkg/errors"
9
9
10
- "github.com/windmilleng /tilt/internal/ospath"
10
+ "github.com/tilt-dev /tilt/internal/ospath"
11
11
)
12
12
13
13
func greatestExistingAncestors (paths []string ) ([]string , error ) {
Original file line number Diff line number Diff line change 6
6
7
7
"github.com/stretchr/testify/assert"
8
8
9
- "github.com/windmilleng /tilt/internal/testutils/tempdir"
9
+ "github.com/tilt-dev /tilt/internal/testutils/tempdir"
10
10
)
11
11
12
12
func TestGreatestExistingAncestor (t * testing.T ) {
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/pkg/logger"
9
+ "github.com/tilt-dev /tilt/pkg/logger"
10
10
11
- "github.com/windmilleng /fsevents"
11
+ "github.com/tilt-dev /fsevents"
12
12
)
13
13
14
14
// A file watcher optimized for Darwin.
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ import (
8
8
"path/filepath"
9
9
10
10
"github.com/pkg/errors"
11
- "github.com/windmilleng /fsnotify"
11
+ "github.com/tilt-dev /fsnotify"
12
12
13
- "github.com/windmilleng /tilt/internal/ospath"
14
- "github.com/windmilleng /tilt/pkg/logger"
13
+ "github.com/tilt-dev /tilt/internal/ospath"
14
+ "github.com/tilt-dev /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