Skip to content

Commit 44d1eac

Browse files
fix(go.mod): fix aurora dependency using v3
1 parent 394ef28 commit 44d1eac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"os/exec"
99
"strings"
1010

11-
color "github.com/logrusorgru/aurora"
11+
color "github.com/logrusorgru/aurora/v3"
1212
)
1313

1414
type git struct{}

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ go 1.16
44

55
require (
66
github.com/golang/mock v1.6.0 // indirect
7-
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
87
github.com/logrusorgru/aurora/v3 v3.0.0 // indirect
98
github.com/mritd/promptx v0.0.0-20201227060029-3c9bd8aa86dd // indirect
109
github.com/onsi/ginkgo v1.16.4 // indirect

0 commit comments

Comments
 (0)