Use direct dependency on color

This commit is contained in:
Sebastiaan de Schaetzen 2024-10-15 16:34:49 +02:00
parent 3899291e15
commit 609e9ad787

2
go.mod
View File

@ -7,6 +7,7 @@ require (
github.com/adrg/xdg v0.5.0 github.com/adrg/xdg v0.5.0
github.com/andygrunwald/go-jira v1.16.0 github.com/andygrunwald/go-jira v1.16.0
github.com/elk-language/go-prompt v1.1.5 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/pkg/errors v0.9.1
github.com/spf13/viper v1.19.0 github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.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/ishell v2.0.0+incompatible // indirect
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // 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/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/fatih/structs v1.1.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect