We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394ef28 commit 44d1eacCopy full SHA for 44d1eac
git/git.go
@@ -8,7 +8,7 @@ import (
8
"os/exec"
9
"strings"
10
11
- color "github.com/logrusorgru/aurora"
+ color "github.com/logrusorgru/aurora/v3"
12
)
13
14
type git struct{}
go.mod
@@ -4,7 +4,6 @@ go 1.16
4
5
require (
6
github.com/golang/mock v1.6.0 // indirect
7
- github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/logrusorgru/aurora/v3 v3.0.0 // indirect
github.com/mritd/promptx v0.0.0-20201227060029-3c9bd8aa86dd // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
0 commit comments