diff options
-rw-r--r-- | plumbing/color/color.go (renamed from internal/color/color.go) | 0 | ||||
-rw-r--r-- | plumbing/format/diff/colorconfig.go | 2 | ||||
-rw-r--r-- | plumbing/format/diff/unified_encoder_test.go | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/internal/color/color.go b/plumbing/color/color.go index 2cd74bd..2cd74bd 100644 --- a/internal/color/color.go +++ b/plumbing/color/color.go diff --git a/plumbing/format/diff/colorconfig.go b/plumbing/format/diff/colorconfig.go index b7c32e6..1e72e7f 100644 --- a/plumbing/format/diff/colorconfig.go +++ b/plumbing/format/diff/colorconfig.go @@ -1,6 +1,6 @@ package diff -import "github.com/go-git/go-git/v5/internal/color" +import "github.com/go-git/go-git/v5/plumbing/color" // A ColorKey is a key into a ColorConfig map and also equal to the key in the // diff.color subsection of the config. See 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" |