From c7b6d19fba4a389926bdf6fcf74fb628d439c82c Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 29 Apr 2020 03:59:41 +0100 Subject: plumbing: color, make package external --- plumbing/format/diff/unified_encoder_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/format/diff/unified_encoder_test.go') 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" -- cgit