Skip to content

Commit 7baebe8

Browse files
committed
update .../go-diff/diff import path
It has changed in sourcegraph/go-diff#30. Updates sourcegraph/go-diff#27
1 parent 8b9b25c commit 7baebe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ import (
7171
"github.com/shurcooL/httpfs/union"
7272
"github.com/shurcooL/httpgzip"
7373
"github.com/shurcooL/markdownfmt/markdown"
74+
"github.com/sourcegraph/go-diff/diff"
7475
"golang.org/x/net/websocket"
7576
"golang.org/x/tools/godoc/vfs"
7677
goimports "golang.org/x/tools/imports"
7778
"gopkg.in/pipe.v2"
78-
"sourcegraph.com/sourcegraph/go-diff/diff"
7979

8080
"github.com/shurcooL-legacy/Conception-go/caret"
8181
"github.com/shurcooL-legacy/Conception-go/event"

0 commit comments

Comments
 (0)