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 3617f07 commit 4930a75Copy full SHA for 4930a75
go.mod
@@ -5,7 +5,7 @@ go 1.17
5
require (
6
github.com/AlecAivazis/survey/v2 v2.3.2
7
github.com/go-git/go-git/v5 v5.4.2
8
- github.com/mattn/go-colorable v0.1.11
+ github.com/mattn/go-colorable v0.1.12
9
github.com/spf13/cobra v1.2.1
10
)
11
@@ -21,7 +21,6 @@ require (
21
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
22
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
23
github.com/kevinburke/ssh_config v1.1.0 // indirect
24
- github.com/mattn/go-colorable v0.1.12 // indirect
25
github.com/mattn/go-isatty v0.0.14 // indirect
26
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
27
github.com/mitchellh/go-homedir v1.1.0 // indirect
0 commit comments