summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: ecbfe907c86c931a803e1459a0c3f9a75ab2beaf (plain)
1
2
3
4
5
6
7
8
9
10
11
module github.com/akavel/up

require (
	github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635
	github.com/gdamore/tcell v0.0.0-20180924055237-493f3b46b3c2
	github.com/lucasb-eyer/go-colorful v0.0.0-20170903184257-231272389856
	github.com/mattn/go-isatty v0.0.3
	github.com/mattn/go-runewidth v0.0.2
	github.com/spf13/pflag v1.0.3
	golang.org/x/text v0.0.0-20171214130843-f21a4dfb5e38
)