Skip to content

Commit aec0531

Browse files
committed
update .../go-diff/diff import path
It has changed in sourcegraph/go-diff#30. Updates sourcegraph/go-diff#27
1 parent 634c9fc commit aec0531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ import (
2929
"github.com/shurcooL/octicon"
3030
"github.com/shurcooL/users"
3131
"github.com/sourcegraph/annotate"
32+
"github.com/sourcegraph/go-diff/diff"
3233
"golang.org/x/net/html"
3334
"golang.org/x/net/html/atom"
34-
"sourcegraph.com/sourcegraph/go-diff/diff"
3535
)
3636

3737
// commitHandler is a handler for displaying a commit of a git repository.

0 commit comments

Comments
 (0)