Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 303cb32

Browse files
vmarkovtsevmcuadros
authored andcommitted
Fix #62 (#66)
1 parent 92648fe commit 303cb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/ssh/git_upload_pack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"gopkg.in/src-d/go-git.v3/clients/common"
1616
"gopkg.in/src-d/go-git.v3/formats/pktline"
1717

18-
"github.com/sourcegraph/go-vcsurl"
18+
"gopkg.in/sourcegraph/go-vcsurl.v1"
1919
"golang.org/x/crypto/ssh"
2020
)
2121

0 commit comments

Comments
 (0)