Skip to content

Commit 4930a75

Browse files
committed
Fix go.mod
1 parent 3617f07 commit 4930a75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.2
77
github.com/go-git/go-git/v5 v5.4.2
8-
github.com/mattn/go-colorable v0.1.11
8+
github.com/mattn/go-colorable v0.1.12
99
github.com/spf13/cobra v1.2.1
1010
)
1111

@@ -21,7 +21,6 @@ require (
2121
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2222
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
2323
github.com/kevinburke/ssh_config v1.1.0 // indirect
24-
github.com/mattn/go-colorable v0.1.12 // indirect
2524
github.com/mattn/go-isatty v0.0.14 // indirect
2625
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
2726
github.com/mitchellh/go-homedir v1.1.0 // indirect

0 commit comments

Comments
 (0)