aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 8cfe0571b15c57efeb4713b9029d62f3f178eb28 (plain)
1
2
3
4
5
6
7
8
9
module smith

go 1.16

require (
	github.com/ebuchman/go-shell-pipes v0.0.0-20150412091402-83e132480862 // indirect
	github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 // indirect
	github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8
)