Use terminal color library

This commit is contained in:
2021-03-07 10:28:21 -06:00
parent 518e304948
commit 40851c6a62
5 changed files with 36 additions and 21 deletions

1
go.mod
View File

@ -5,5 +5,6 @@ go 1.15
require (
git.kill0.net/chill9/lifx-go v0.0.0-20210215004437-f86c28b0a5ef
github.com/BurntSushi/toml v0.3.1
github.com/fatih/color v1.10.0
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061
)