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

go 1.14

require (
	ui v0.0.0-00010101000000-000000000000
)

replace ui => ./ui