summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 40d1a257b527987aecacccfc8a5d66d6b3c53d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
module github.com/skanehira/pst

go 1.13

require (
	github.com/gdamore/tcell v1.3.0
	github.com/mitchellh/go-homedir v1.1.0
	github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
	github.com/rivo/tview v0.0.0-20190324182152-8a9e26fab0ff
	github.com/rivo/uniseg v0.1.0 // indirect
)