base code for color added

This commit is contained in:
echo 2022-09-11 16:25:08 +04:30 committed by nea
parent 9935e437d6
commit b4532bee4a
No known key found for this signature in database
GPG key ID: AA563E93EB628D91
3 changed files with 62 additions and 33 deletions

6
go.mod
View file

@ -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
)