We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2705c8e commit d784c95Copy full SHA for d784c95
cmd/go-vcs/go-vcs.go
@@ -15,7 +15,7 @@ import (
15
"time"
16
17
"github.com/kr/text"
18
- "sourcegraph.com/sourcegraph/go-diff/diff"
+ "github.com/sourcegraph/go-diff/diff"
19
"sourcegraph.com/sourcegraph/go-vcs/vcs"
20
_ "sourcegraph.com/sourcegraph/go-vcs/vcs/git"
21
_ "sourcegraph.com/sourcegraph/go-vcs/vcs/gitcmd"
vcs/hgcmd/repo.go
@@ -16,7 +16,7 @@ import (
"strings"
"sourcegraph.com/sourcegraph/go-vcs/vcs/internal"
22
"sourcegraph.com/sourcegraph/go-vcs/vcs/util"
0 commit comments