plumbing: color, make package external

This commit is contained in:
Tom Payne
2020-04-29 03:59:41 +01:00
parent 9f7a8726be
commit c7b6d19fba
3 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"