base code for color added
This commit is contained in:
parent
3f42e2d147
commit
b6f1827ea5
3 changed files with 62 additions and 33 deletions
6
go.mod
6
go.mod
|
|
@ -2,3 +2,9 @@ module github.com/exhq/neowofetch
|
|||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/fatih/color v1.13.0
|
||||
github.com/mattn/go-colorable v0.1.9 // indirect
|
||||
github.com/mattn/go-isatty v0.0.14 // indirect
|
||||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue