Use direct dependency on color
This commit is contained in:
parent
3899291e15
commit
609e9ad787
2
go.mod
2
go.mod
@ -7,6 +7,7 @@ require (
|
||||
github.com/adrg/xdg v0.5.0
|
||||
github.com/andygrunwald/go-jira v1.16.0
|
||||
github.com/elk-language/go-prompt v1.1.5
|
||||
github.com/fatih/color v1.14.1
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/spf13/viper v1.19.0
|
||||
github.com/stretchr/testify v1.9.0
|
||||
@ -16,7 +17,6 @@ require (
|
||||
github.com/abiosoft/ishell v2.0.0+incompatible // indirect
|
||||
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||
github.com/fatih/color v1.14.1 // indirect
|
||||
github.com/fatih/structs v1.1.0 // indirect
|
||||
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
||||
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||
|
Loading…
x
Reference in New Issue
Block a user