2022-09-22 14:05:20 +02:00
|
|
|
module github.com/exhq/neowofetch
|
2022-09-09 22:24:04 +02:00
|
|
|
|
|
|
|
go 1.19
|
2022-09-10 08:31:27 +02:00
|
|
|
|
2022-09-11 13:55:08 +02:00
|
|
|
require (
|
2022-09-21 13:17:42 +02:00
|
|
|
github.com/fatih/color v1.13.0
|
2022-09-11 13:55:08 +02:00
|
|
|
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
|
|
|
|
)
|