aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/diff/unified_encoder_test.go
diff options
context:
space:
mode:
authorTom Payne <twpayne@gmail.com>2020-04-29 03:59:41 +0100
committerTom Payne <twpayne@gmail.com>2020-04-29 04:08:08 +0100
commitc7b6d19fba4a389926bdf6fcf74fb628d439c82c (patch)
tree0371bc01a64f81648b20927236ec9429181164c3 /plumbing/format/diff/unified_encoder_test.go
parent9f7a8726be44235a65a1f2cee18b4fa4f56341fe (diff)
downloadgo-git-c7b6d19fba4a389926bdf6fcf74fb628d439c82c.tar.gz
plumbing: color, make package external
Diffstat (limited to 'plumbing/format/diff/unified_encoder_test.go')
-rw-r--r--plumbing/format/diff/unified_encoder_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/format/diff/unified_encoder_test.go b/plumbing/format/diff/unified_encoder_test.go
index 6eaec72..83bc3c2 100644
--- a/plumbing/format/diff/unified_encoder_test.go
+++ b/plumbing/format/diff/unified_encoder_test.go
@@ -4,8 +4,8 @@ import (
"bytes"
"testing"
- "github.com/go-git/go-git/v5/internal/color"
"github.com/go-git/go-git/v5/plumbing"
+ "github.com/go-git/go-git/v5/plumbing/color"
"github.com/go-git/go-git/v5/plumbing/filemode"
. "gopkg.in/check.v1"