summaryrefslogtreecommitdiff
path: root/examples/go-dashboard/src/github.com/mum4k/termdash/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'examples/go-dashboard/src/github.com/mum4k/termdash/go.mod')
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/go.mod10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/go-dashboard/src/github.com/mum4k/termdash/go.mod b/examples/go-dashboard/src/github.com/mum4k/termdash/go.mod
deleted file mode 100644
index 3a81b3235..000000000
--- a/examples/go-dashboard/src/github.com/mum4k/termdash/go.mod
+++ /dev/null
@@ -1,10 +0,0 @@
-module github.com/mum4k/termdash
-
-go 1.14
-
-require (
- github.com/gdamore/tcell v1.3.0
- github.com/kylelemons/godebug v1.1.0
- github.com/mattn/go-runewidth v0.0.9
- github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be
-)