rewrote a shit ton of stuff, and added color
This commit is contained in:
parent
3d140971a6
commit
2237931b5d
59 changed files with 150 additions and 874 deletions
4
go.mod
4
go.mod
|
|
@ -1,9 +1,9 @@
|
|||
module github.com/exhq/neowofetch
|
||||
module color
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/fatih/color v1.13.0
|
||||
github.com/fatih/color v1.13.0 // indirect
|
||||
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