File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import (
15
15
"github.com/shurcooL/htmlg"
16
16
"github.com/shurcooL/users"
17
17
"github.com/sourcegraph/annotate"
18
+ "github.com/sourcegraph/go-diff/diff"
18
19
"golang.org/x/net/html"
19
20
"golang.org/x/net/html/atom"
20
- "sourcegraph.com/sourcegraph/go-diff/diff"
21
21
)
22
22
23
23
// timelineItem represents a timeline item for display purposes.
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ import (
32
32
"github.com/shurcooL/reactions"
33
33
reactionscomponent "github.com/shurcooL/reactions/component"
34
34
"github.com/shurcooL/users"
35
+ "github.com/sourcegraph/go-diff/diff"
35
36
"golang.org/x/net/html"
36
- "sourcegraph.com/sourcegraph/go-diff/diff"
37
37
)
38
38
39
39
// TODO: Find a better way for changes to be able to ensure registration of a top-level route:
You can’t perform that action at this time.
0 commit comments