summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-11-21 11:45:45 +0100
committerToni Uhlig <matzeton@googlemail.com>2021-11-21 11:45:45 +0100
commitcfecf3e11017142193428e8830d8e0e8562d795b (patch)
treefeba563945c738f5a7e7e85e78403ca0363d0a0f /examples
parent25b974af67d98fa19e0953194347a1260d684ef5 (diff)
go-dashboard renaming, ignore go-mod and it's file structure
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/go-dashboard/go.mod9
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/.travis.yml (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/.travis.yml)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/LICENSE (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/LICENSE)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/README.md (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/README.md)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/go.mod (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/go.mod)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/go.test.sh (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/go.test.sh)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth.go (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_appengine.go (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_js.go (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_js.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_posix.go (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_posix.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_table.go (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_table.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_windows.go (renamed from examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_windows.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/.gitignore (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/.gitignore)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/.travis.yml (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/.travis.yml)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/CHANGELOG.md (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/CHANGELOG.md)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/CONTRIBUTING.md (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/CONTRIBUTING.md)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/LICENSE (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/LICENSE)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/README.md (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/README.md)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/align/align.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/align/align.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/cell/cell.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/cell/cell.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/cell/color.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/cell/color.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/container/container.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/container/container.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/container/draw.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/container/draw.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/container/focus.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/container/focus.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/container/options.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/container/options.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/container/traversal.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/container/traversal.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/go.mod (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/go.mod)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/keyboard/keyboard.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/keyboard/keyboard.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/linestyle/linestyle.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/linestyle/linestyle.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/mouse/mouse.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/mouse/mouse.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/alignfor/alignfor.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/alignfor/alignfor.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/area/area.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/area/area.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/button/button.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/button/button.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/canvas/braille/braille.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/canvas/braille/braille.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/canvas/buffer/buffer.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/canvas/buffer/buffer.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/canvas/canvas.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/canvas/canvas.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/border.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/border.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/braille_circle.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/braille_circle.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/braille_fill.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/braille_fill.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/braille_line.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/braille_line.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/draw.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/draw.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/hv_line.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/hv_line.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/hv_line_graph.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/hv_line_graph.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/line_style.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/line_style.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/rectangle.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/rectangle.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/text.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/text.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/vertical_text.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/vertical_text.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/event/event.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/event/event.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/event/eventqueue/eventqueue.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/event/eventqueue/eventqueue.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/numbers/numbers.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/numbers/numbers.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/numbers/trig/trig.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/numbers/trig/trig.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/runewidth/runewidth.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/runewidth/runewidth.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/private/wrap/wrap.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/private/wrap/wrap.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/termdash.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/termdash.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/cell_options.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/cell_options.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/color_mode.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/color_mode.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/event.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/event.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/termbox.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/termbox.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/terminal/terminalapi/color_mode.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/terminalapi/color_mode.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/terminal/terminalapi/event.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/terminalapi/event.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/terminal/terminalapi/terminalapi.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/terminalapi/terminalapi.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/widgetapi/widgetapi.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/widgetapi/widgetapi.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/line_trim.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/line_trim.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/options.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/options.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/scroll.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/scroll.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/text.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/text.go)0
-rw-r--r--examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/write_options.go (renamed from examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/write_options.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/AUTHORS (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/AUTHORS)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/LICENSE (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/LICENSE)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/README.md (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/README.md)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/api.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/api.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/api_common.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/api_common.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/api_windows.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/api_windows.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/collect_terminfo.py (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/collect_terminfo.py)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/escwait.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/escwait.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/escwait_darwin.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/escwait_darwin.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_darwin.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_darwin.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_darwin_amd64.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_darwin_amd64.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_dragonfly.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_dragonfly.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_freebsd.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_freebsd.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_linux.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_linux.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_netbsd.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_netbsd.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_openbsd.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_openbsd.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_windows.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_windows.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/termbox.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/termbox.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/termbox_common.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/termbox_common.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/termbox_windows.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/termbox_windows.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/terminfo.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/terminfo.go)0
-rw-r--r--examples/go-dashboard/src/github.com/nsf/termbox-go/terminfo_builtin.go (renamed from examples/go-dashboard/vendor/github.com/nsf/termbox-go/terminfo_builtin.go)0
-rw-r--r--examples/go-dashboard/src/ui/go.mod (renamed from examples/go-dashboard/ui/go.mod)0
-rw-r--r--examples/go-dashboard/src/ui/ui.go (renamed from examples/go-dashboard/ui/ui.go)0
-rw-r--r--examples/go-dashboard/src/ui/ui/go.mod (renamed from examples/go-dashboard/vendor/ui/go.mod)0
-rw-r--r--examples/go-dashboard/src/ui/ui/ui.go (renamed from examples/go-dashboard/vendor/ui/ui.go)0
-rw-r--r--examples/go-dashboard/vendor/modules.txt33
94 files changed, 0 insertions, 42 deletions
diff --git a/examples/go-dashboard/go.mod b/examples/go-dashboard/go.mod
deleted file mode 100644
index e8ba35d43..000000000
--- a/examples/go-dashboard/go.mod
+++ /dev/null
@@ -1,9 +0,0 @@
-module github.com/lnslbrty/nDPId/examples/go-dashboard
-
-go 1.14
-
-require (
- ui v0.0.0-00010101000000-000000000000
-)
-
-replace ui => ./ui
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/.travis.yml b/examples/go-dashboard/src/github.com/mattn/go-runewidth/.travis.yml
index 6a21813a3..6a21813a3 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/.travis.yml
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/.travis.yml
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/LICENSE b/examples/go-dashboard/src/github.com/mattn/go-runewidth/LICENSE
index 91b5cef30..91b5cef30 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/LICENSE
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/LICENSE
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/README.md b/examples/go-dashboard/src/github.com/mattn/go-runewidth/README.md
index aa56ab96c..aa56ab96c 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/README.md
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/README.md
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/go.mod b/examples/go-dashboard/src/github.com/mattn/go-runewidth/go.mod
index fa7f4d864..fa7f4d864 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/go.mod
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/go.mod
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/go.test.sh b/examples/go-dashboard/src/github.com/mattn/go-runewidth/go.test.sh
index 012162b07..012162b07 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/go.test.sh
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/go.test.sh
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth.go b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth.go
index 19f8e0449..19f8e0449 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth.go
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth.go
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_appengine.go
index 7d99f6e52..7d99f6e52 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_appengine.go
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_js.go b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_js.go
index c5fdf40ba..c5fdf40ba 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_js.go
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_js.go
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_posix.go b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_posix.go
index 480ad7485..480ad7485 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_posix.go
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_posix.go
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_table.go b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_table.go
index b27d77d89..b27d77d89 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_table.go
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_table.go
diff --git a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_windows.go b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_windows.go
index d6a61777d..d6a61777d 100644
--- a/examples/go-dashboard/vendor/github.com/mattn/go-runewidth/runewidth_windows.go
+++ b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_windows.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/.gitignore b/examples/go-dashboard/src/github.com/mum4k/termdash/.gitignore
index 97e9bcbaa..97e9bcbaa 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/.gitignore
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/.gitignore
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/.travis.yml b/examples/go-dashboard/src/github.com/mum4k/termdash/.travis.yml
index 7c8b739a0..7c8b739a0 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/.travis.yml
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/.travis.yml
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/CHANGELOG.md b/examples/go-dashboard/src/github.com/mum4k/termdash/CHANGELOG.md
index 6889100b4..6889100b4 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/CHANGELOG.md
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/CHANGELOG.md
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/CONTRIBUTING.md b/examples/go-dashboard/src/github.com/mum4k/termdash/CONTRIBUTING.md
index 9f2027288..9f2027288 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/CONTRIBUTING.md
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/CONTRIBUTING.md
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/LICENSE b/examples/go-dashboard/src/github.com/mum4k/termdash/LICENSE
index 261eeb9e9..261eeb9e9 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/LICENSE
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/LICENSE
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/README.md b/examples/go-dashboard/src/github.com/mum4k/termdash/README.md
index 8ecd1fd53..8ecd1fd53 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/README.md
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/README.md
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/align/align.go b/examples/go-dashboard/src/github.com/mum4k/termdash/align/align.go
index da4087f57..da4087f57 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/align/align.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/align/align.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/cell/cell.go b/examples/go-dashboard/src/github.com/mum4k/termdash/cell/cell.go
index c3eb6df24..c3eb6df24 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/cell/cell.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/cell/cell.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/cell/color.go b/examples/go-dashboard/src/github.com/mum4k/termdash/cell/color.go
index 94560b74c..94560b74c 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/cell/color.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/cell/color.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/container.go b/examples/go-dashboard/src/github.com/mum4k/termdash/container/container.go
index 54cef7856..54cef7856 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/container.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/container/container.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/draw.go b/examples/go-dashboard/src/github.com/mum4k/termdash/container/draw.go
index d186b1272..d186b1272 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/draw.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/container/draw.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/focus.go b/examples/go-dashboard/src/github.com/mum4k/termdash/container/focus.go
index 4320eea73..4320eea73 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/focus.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/container/focus.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/options.go b/examples/go-dashboard/src/github.com/mum4k/termdash/container/options.go
index 2d34af4db..2d34af4db 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/options.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/container/options.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/traversal.go b/examples/go-dashboard/src/github.com/mum4k/termdash/container/traversal.go
index f728b50ba..f728b50ba 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/container/traversal.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/container/traversal.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/go.mod b/examples/go-dashboard/src/github.com/mum4k/termdash/go.mod
index 3a81b3235..3a81b3235 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/go.mod
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/go.mod
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/keyboard/keyboard.go b/examples/go-dashboard/src/github.com/mum4k/termdash/keyboard/keyboard.go
index 3a852b326..3a852b326 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/keyboard/keyboard.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/keyboard/keyboard.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/linestyle/linestyle.go b/examples/go-dashboard/src/github.com/mum4k/termdash/linestyle/linestyle.go
index c34fc3959..c34fc3959 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/linestyle/linestyle.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/linestyle/linestyle.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/mouse/mouse.go b/examples/go-dashboard/src/github.com/mum4k/termdash/mouse/mouse.go
index d21e1d310..d21e1d310 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/mouse/mouse.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/mouse/mouse.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/alignfor/alignfor.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/alignfor/alignfor.go
index 93cbac844..93cbac844 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/alignfor/alignfor.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/alignfor/alignfor.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/area/area.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/area/area.go
index 34b21a1b5..34b21a1b5 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/area/area.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/area/area.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/button/button.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/button/button.go
index d4e0601b8..d4e0601b8 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/button/button.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/button/button.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/canvas/braille/braille.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/canvas/braille/braille.go
index 7cd902f87..7cd902f87 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/canvas/braille/braille.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/canvas/braille/braille.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/canvas/buffer/buffer.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/canvas/buffer/buffer.go
index 5c21dd0ba..5c21dd0ba 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/canvas/buffer/buffer.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/canvas/buffer/buffer.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/canvas/canvas.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/canvas/canvas.go
index 65a1e6963..65a1e6963 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/canvas/canvas.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/canvas/canvas.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/border.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/border.go
index a19ec096c..a19ec096c 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/border.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/border.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/braille_circle.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/braille_circle.go
index d2b3b86bc..d2b3b86bc 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/braille_circle.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/braille_circle.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/braille_fill.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/braille_fill.go
index 8bb311f1c..8bb311f1c 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/braille_fill.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/braille_fill.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/braille_line.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/braille_line.go
index c9f412321..c9f412321 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/braille_line.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/braille_line.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/draw.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/draw.go
index 37c01bf7e..37c01bf7e 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/draw.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/draw.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/hv_line.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/hv_line.go
index 35318f42d..35318f42d 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/hv_line.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/hv_line.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/hv_line_graph.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/hv_line_graph.go
index ccbc72a57..ccbc72a57 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/hv_line_graph.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/hv_line_graph.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/line_style.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/line_style.go
index 41f1df4ee..41f1df4ee 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/line_style.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/line_style.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/rectangle.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/rectangle.go
index cd96ff715..cd96ff715 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/rectangle.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/rectangle.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/text.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/text.go
index 17c4954a0..17c4954a0 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/text.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/text.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/vertical_text.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/vertical_text.go
index 44aadc9e5..44aadc9e5 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/draw/vertical_text.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/draw/vertical_text.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/event/event.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/event/event.go
index e9ef18dbb..e9ef18dbb 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/event/event.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/event/event.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/event/eventqueue/eventqueue.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/event/eventqueue/eventqueue.go
index eb22d4f2c..eb22d4f2c 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/event/eventqueue/eventqueue.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/event/eventqueue/eventqueue.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/numbers/numbers.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/numbers/numbers.go
index e91620f77..e91620f77 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/numbers/numbers.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/numbers/numbers.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/numbers/trig/trig.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/numbers/trig/trig.go
index 16d179d02..16d179d02 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/numbers/trig/trig.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/numbers/trig/trig.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/runewidth/runewidth.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/runewidth/runewidth.go
index 4f2f63a8f..4f2f63a8f 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/runewidth/runewidth.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/runewidth/runewidth.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/wrap/wrap.go b/examples/go-dashboard/src/github.com/mum4k/termdash/private/wrap/wrap.go
index 5ee78a7a5..5ee78a7a5 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/private/wrap/wrap.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/private/wrap/wrap.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/termdash.go b/examples/go-dashboard/src/github.com/mum4k/termdash/termdash.go
index 8103ee717..8103ee717 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/termdash.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/termdash.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/cell_options.go b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/cell_options.go
index 41ee76013..41ee76013 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/cell_options.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/cell_options.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/color_mode.go b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/color_mode.go
index 793f2a966..793f2a966 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/color_mode.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/color_mode.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/event.go b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/event.go
index c26d88c18..c26d88c18 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/event.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/event.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/termbox.go b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/termbox.go
index 4329e4686..4329e4686 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/termbox/termbox.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/termbox/termbox.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/terminalapi/color_mode.go b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/terminalapi/color_mode.go
index 28c93277f..28c93277f 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/terminalapi/color_mode.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/terminalapi/color_mode.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/terminalapi/event.go b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/terminalapi/event.go
index a543e8433..a543e8433 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/terminalapi/event.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/terminalapi/event.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/terminalapi/terminalapi.go b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/terminalapi/terminalapi.go
index 831abc169..831abc169 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/terminal/terminalapi/terminalapi.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/terminal/terminalapi/terminalapi.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgetapi/widgetapi.go b/examples/go-dashboard/src/github.com/mum4k/termdash/widgetapi/widgetapi.go
index ee27136a1..ee27136a1 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgetapi/widgetapi.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/widgetapi/widgetapi.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/line_trim.go b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/line_trim.go
index 6ca8c83aa..6ca8c83aa 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/line_trim.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/line_trim.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/options.go b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/options.go
index b91cec85e..b91cec85e 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/options.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/options.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/scroll.go b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/scroll.go
index f63092fdb..f63092fdb 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/scroll.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/scroll.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/text.go b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/text.go
index 0712cbcbe..0712cbcbe 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/text.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/text.go
diff --git a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/write_options.go b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/write_options.go
index ddb5c40bc..ddb5c40bc 100644
--- a/examples/go-dashboard/vendor/github.com/mum4k/termdash/widgets/text/write_options.go
+++ b/examples/go-dashboard/src/github.com/mum4k/termdash/widgets/text/write_options.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/AUTHORS b/examples/go-dashboard/src/github.com/nsf/termbox-go/AUTHORS
index fe26fb0fb..fe26fb0fb 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/AUTHORS
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/AUTHORS
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/LICENSE b/examples/go-dashboard/src/github.com/nsf/termbox-go/LICENSE
index d9bc068ce..d9bc068ce 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/LICENSE
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/LICENSE
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/README.md b/examples/go-dashboard/src/github.com/nsf/termbox-go/README.md
index a54d21878..a54d21878 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/README.md
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/README.md
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/api.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/api.go
index 3adfdc635..3adfdc635 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/api.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/api.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/api_common.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/api_common.go
index 5ca1371a5..5ca1371a5 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/api_common.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/api_common.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/api_windows.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/api_windows.go
index 373e6c76c..373e6c76c 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/api_windows.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/api_windows.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/collect_terminfo.py b/examples/go-dashboard/src/github.com/nsf/termbox-go/collect_terminfo.py
index 5e50975e6..5e50975e6 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/collect_terminfo.py
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/collect_terminfo.py
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/escwait.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/escwait.go
index b7bbb891f..b7bbb891f 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/escwait.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/escwait.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/escwait_darwin.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/escwait_darwin.go
index dde69b6cb..dde69b6cb 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/escwait_darwin.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/escwait_darwin.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_darwin.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_darwin.go
index 25b78f7ab..25b78f7ab 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_darwin.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_darwin.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_darwin_amd64.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_darwin_amd64.go
index 11f25be79..11f25be79 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_darwin_amd64.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_darwin_amd64.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_dragonfly.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_dragonfly.go
index e03624ebc..e03624ebc 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_dragonfly.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_dragonfly.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_freebsd.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_freebsd.go
index e03624ebc..e03624ebc 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_freebsd.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_freebsd.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_linux.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_linux.go
index b88960de6..b88960de6 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_linux.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_linux.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_netbsd.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_netbsd.go
index 49a3355b9..49a3355b9 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_netbsd.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_netbsd.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_openbsd.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_openbsd.go
index 49a3355b9..49a3355b9 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_openbsd.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_openbsd.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_windows.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_windows.go
index 472d002a5..472d002a5 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/syscalls_windows.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/syscalls_windows.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/termbox.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/termbox.go
index fbe4c3de9..fbe4c3de9 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/termbox.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/termbox.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/termbox_common.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/termbox_common.go
index c3355cc25..c3355cc25 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/termbox_common.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/termbox_common.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/termbox_windows.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/termbox_windows.go
index d46eb043e..d46eb043e 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/termbox_windows.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/termbox_windows.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/terminfo.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/terminfo.go
index ab2e7a198..ab2e7a198 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/terminfo.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/terminfo.go
diff --git a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/terminfo_builtin.go b/examples/go-dashboard/src/github.com/nsf/termbox-go/terminfo_builtin.go
index a94866067..a94866067 100644
--- a/examples/go-dashboard/vendor/github.com/nsf/termbox-go/terminfo_builtin.go
+++ b/examples/go-dashboard/src/github.com/nsf/termbox-go/terminfo_builtin.go
diff --git a/examples/go-dashboard/ui/go.mod b/examples/go-dashboard/src/ui/go.mod
index 358d49b79..358d49b79 100644
--- a/examples/go-dashboard/ui/go.mod
+++ b/examples/go-dashboard/src/ui/go.mod
diff --git a/examples/go-dashboard/ui/ui.go b/examples/go-dashboard/src/ui/ui.go
index 8a42803dd..8a42803dd 100644
--- a/examples/go-dashboard/ui/ui.go
+++ b/examples/go-dashboard/src/ui/ui.go
diff --git a/examples/go-dashboard/vendor/ui/go.mod b/examples/go-dashboard/src/ui/ui/go.mod
index 358d49b79..358d49b79 100644
--- a/examples/go-dashboard/vendor/ui/go.mod
+++ b/examples/go-dashboard/src/ui/ui/go.mod
diff --git a/examples/go-dashboard/vendor/ui/ui.go b/examples/go-dashboard/src/ui/ui/ui.go
index 8a42803dd..8a42803dd 100644
--- a/examples/go-dashboard/vendor/ui/ui.go
+++ b/examples/go-dashboard/src/ui/ui/ui.go
diff --git a/examples/go-dashboard/vendor/modules.txt b/examples/go-dashboard/vendor/modules.txt
deleted file mode 100644
index b0fb7f4d6..000000000
--- a/examples/go-dashboard/vendor/modules.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-# github.com/mattn/go-runewidth v0.0.9
-github.com/mattn/go-runewidth
-# github.com/mum4k/termdash v0.12.3-0.20200901030524-fe3e97353191
-github.com/mum4k/termdash
-github.com/mum4k/termdash/align
-github.com/mum4k/termdash/cell
-github.com/mum4k/termdash/container
-github.com/mum4k/termdash/keyboard
-github.com/mum4k/termdash/linestyle
-github.com/mum4k/termdash/mouse
-github.com/mum4k/termdash/private/alignfor
-github.com/mum4k/termdash/private/area
-github.com/mum4k/termdash/private/button
-github.com/mum4k/termdash/private/canvas
-github.com/mum4k/termdash/private/canvas/braille
-github.com/mum4k/termdash/private/canvas/buffer
-github.com/mum4k/termdash/private/draw
-github.com/mum4k/termdash/private/event
-github.com/mum4k/termdash/private/event/eventqueue
-github.com/mum4k/termdash/private/numbers
-github.com/mum4k/termdash/private/numbers/trig
-github.com/mum4k/termdash/private/runewidth
-github.com/mum4k/termdash/private/wrap
-github.com/mum4k/termdash/terminal/termbox
-github.com/mum4k/termdash/terminal/terminalapi
-github.com/mum4k/termdash/widgetapi
-github.com/mum4k/termdash/widgets/text
-# github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
-github.com/nsf/termbox-go
-# ui v0.0.0-00010101000000-000000000000 => ./ui
-## explicit
-ui
-# ui => ./ui