aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/protocol/packp/sideband
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-01-30 23:52:39 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-01-30 23:52:39 +0100
commit85a4efcc45312f022111907d82c5cc4ee3bdbb73 (patch)
tree2664a776225ba29d70b1dfcb4e89365f7682007d /plumbing/protocol/packp/sideband
parent30ebf1bd9bb44f540d31633a12689c7d8b6a0167 (diff)
downloadgo-git-85a4efcc45312f022111907d82c5cc4ee3bdbb73.tar.gz
new srcd.works/go-git.v4 path
Diffstat (limited to 'plumbing/protocol/packp/sideband')
-rw-r--r--plumbing/protocol/packp/sideband/demux.go2
-rw-r--r--plumbing/protocol/packp/sideband/demux_test.go2
-rw-r--r--plumbing/protocol/packp/sideband/muxer.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/plumbing/protocol/packp/sideband/demux.go b/plumbing/protocol/packp/sideband/demux.go
index 352336d..f82adc2 100644
--- a/plumbing/protocol/packp/sideband/demux.go
+++ b/plumbing/protocol/packp/sideband/demux.go
@@ -5,7 +5,7 @@ import (
"fmt"
"io"
- "gopkg.in/src-d/go-git.v4/plumbing/format/pktline"
+ "srcd.works/go-git.v4/plumbing/format/pktline"
)
// ErrMaxPackedExceeded returned by Read, if the maximum packed size is exceeded
diff --git a/plumbing/protocol/packp/sideband/demux_test.go b/plumbing/protocol/packp/sideband/demux_test.go
index 3d2d6ed..98e5059 100644
--- a/plumbing/protocol/packp/sideband/demux_test.go
+++ b/plumbing/protocol/packp/sideband/demux_test.go
@@ -7,7 +7,7 @@ import (
"io/ioutil"
"testing"
- "gopkg.in/src-d/go-git.v4/plumbing/format/pktline"
+ "srcd.works/go-git.v4/plumbing/format/pktline"
. "gopkg.in/check.v1"
)
diff --git a/plumbing/protocol/packp/sideband/muxer.go b/plumbing/protocol/packp/sideband/muxer.go
index 45fecc2..9cbf4e7 100644
--- a/plumbing/protocol/packp/sideband/muxer.go
+++ b/plumbing/protocol/packp/sideband/muxer.go
@@ -3,7 +3,7 @@ package sideband
import (
"io"
- "gopkg.in/src-d/go-git.v4/plumbing/format/pktline"
+ "srcd.works/go-git.v4/plumbing/format/pktline"
)
// Muxer multiplex the packfile along with the progress messages and the error