Update dependencies

This commit is contained in:
2021-03-22 23:49:43 -05:00
parent 57983b5a52
commit 29552f7a69
2 changed files with 11 additions and 2 deletions

6
go.mod
View File

@ -3,9 +3,11 @@ module git.kill0.net/chill9/lume
go 1.15
require (
git.kill0.net/chill9/lifx-go v0.0.0-20210215004437-f86c28b0a5ef
git.kill0.net/chill9/lifx-go v0.0.0-20210323044657-dbe1c40e1621
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
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
)