plumbing: color, make package external
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
package diff
|
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
|
// 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.color subsection of the config. See
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ import (
|
|||||||
"bytes"
|
"bytes"
|
||||||
"testing"
|
"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"
|
||||||
|
"github.com/go-git/go-git/v5/plumbing/color"
|
||||||
"github.com/go-git/go-git/v5/plumbing/filemode"
|
"github.com/go-git/go-git/v5/plumbing/filemode"
|
||||||
|
|
||||||
. "gopkg.in/check.v1"
|
. "gopkg.in/check.v1"
|
||||||
|
|||||||
Reference in New Issue
Block a user