diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-03-06 17:40:35 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-03-06 17:40:35 +0100 |
commit | 29c72fb30bb7d5614c0a8ebb73bee2ac7eca6608 (patch) | |
tree | 8a58c288c11d6e3be5c4de1651d635776c8efb68 /examples/go-dashboard/src/ui/go.mod | |
parent | 46f68501d575431656b5254a4bda8acb2982ab77 (diff) |
Removed go-dashboard example.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/go-dashboard/src/ui/go.mod')
-rw-r--r-- | examples/go-dashboard/src/ui/go.mod | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/go-dashboard/src/ui/go.mod b/examples/go-dashboard/src/ui/go.mod deleted file mode 100644 index 358d49b79..000000000 --- a/examples/go-dashboard/src/ui/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -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 -) |