diff options
Diffstat (limited to 'plumbing/protocol/packp/sideband/muxer.go')
-rw-r--r-- | plumbing/protocol/packp/sideband/muxer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/protocol/packp/sideband/muxer.go b/plumbing/protocol/packp/sideband/muxer.go index 9cbf4e7..45fecc2 100644 --- a/plumbing/protocol/packp/sideband/muxer.go +++ b/plumbing/protocol/packp/sideband/muxer.go @@ -3,7 +3,7 @@ package sideband import ( "io" - "srcd.works/go-git.v4/plumbing/format/pktline" + "gopkg.in/src-d/go-git.v4/plumbing/format/pktline" ) // Muxer multiplex the packfile along with the progress messages and the error |