summaryrefslogtreecommitdiff
path: root/examples/go-dashboard/src/ui/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'examples/go-dashboard/src/ui/go.mod')
-rw-r--r--examples/go-dashboard/src/ui/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/go-dashboard/src/ui/go.mod b/examples/go-dashboard/src/ui/go.mod
new file mode 100644
index 000000000..358d49b79
--- /dev/null
+++ b/examples/go-dashboard/src/ui/go.mod
@@ -0,0 +1,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
+)