2021-01-10 21:26:17 +00:00
|
|
|
module git.kill0.net/chill9/lume
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-01-11 01:24:46 +00:00
|
|
|
require (
|
2021-03-29 22:37:00 +00:00
|
|
|
git.kill0.net/chill9/lifx-go v0.0.0-20210329222320-2107a0586447
|
2021-01-11 01:24:46 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2021-03-07 16:28:21 +00:00
|
|
|
github.com/fatih/color v1.10.0
|
2021-03-23 04:49:43 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
2021-03-11 02:57:05 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2021-03-23 04:49:43 +00:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2021-03-29 22:37:00 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181
|
2021-01-11 01:24:46 +00:00
|
|
|
)
|