lume/go.mod

11 lines
240 B
Modula-2
Raw Normal View History

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 (
git.kill0.net/chill9/lifx-go v0.0.0-20210215004437-f86c28b0a5ef
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-01-11 01:24:46 +00:00
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061
)