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

go 1.14

require (
	github.com/gdamore/tcell v1.4.0
	github.com/mattn/go-isatty v0.0.3
	github.com/mattn/go-runewidth v0.0.9 // indirect
	github.com/spf13/pflag v1.0.3
	golang.org/x/sys v0.0.0-20201029080932-201ba4db2418 // indirect
	golang.org/x/text v0.3.4 // indirect
)