summaryrefslogtreecommitdiff
path: root/examples/go-dashboard/ui/go.mod
blob: 358d49b792123166978b87b494c4c72f71ca1844 (plain)
1
2
3
4
5
6
7
8
module github.com/lnslbrty/nDPId/examples/go-dashboard/ui

go 1.14

require (
	github.com/mum4k/termdash v0.12.3-0.20200901030524-fe3e97353191
	github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
)