14 lines
376 B
Modula-2
14 lines
376 B
Modula-2
module git.kill0.net/chill9/lume
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
git.kill0.net/chill9/lifx-go v0.0.0-20210418161634-4c1678b62c73
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/fatih/color v1.10.0
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181
|
|
)
|