From a56081ef1524a7b43e8334b204c3b3eb42167c9e Mon Sep 17 00:00:00 2001 From: troyspencer Date: Tue, 13 Aug 2019 10:06:38 -0500 Subject: [PATCH] Move vendor folder to top level so 'go get' sees it in CI when run from root --- .../vendor => vendor}/github.com/apcera/termtables/.travis.yml | 0 {dateparse/vendor => vendor}/github.com/apcera/termtables/LICENSE | 0 .../vendor => vendor}/github.com/apcera/termtables/README.md | 0 {dateparse/vendor => vendor}/github.com/apcera/termtables/cell.go | 0 .../vendor => vendor}/github.com/apcera/termtables/cell_test.go | 0 {dateparse/vendor => vendor}/github.com/apcera/termtables/html.go | 0 .../vendor => vendor}/github.com/apcera/termtables/html_test.go | 0 {dateparse/vendor => vendor}/github.com/apcera/termtables/row.go | 0 .../vendor => vendor}/github.com/apcera/termtables/row_test.go | 0 .../vendor => vendor}/github.com/apcera/termtables/separator.go | 0 .../github.com/apcera/termtables/straight_separator.go | 0 .../vendor => vendor}/github.com/apcera/termtables/style.go | 0 .../vendor => vendor}/github.com/apcera/termtables/table.go | 0 .../vendor => vendor}/github.com/apcera/termtables/table_test.go | 0 .../vendor => vendor}/github.com/apcera/termtables/term/env.go | 0 .../github.com/apcera/termtables/term/getsize.go | 0 .../github.com/apcera/termtables/term/sizes_unix.go | 0 .../github.com/apcera/termtables/term/sizes_windows.go | 0 .../github.com/apcera/termtables/term/wrapper.go | 0 .../termtables/vendor/github.com/mattn/go-runewidth/LICENSE | 0 .../termtables/vendor/github.com/mattn/go-runewidth/runewidth.go | 0 .../vendor/github.com/mattn/go-runewidth/runewidth_js.go | 0 .../vendor/github.com/mattn/go-runewidth/runewidth_posix.go | 0 .../vendor/github.com/mattn/go-runewidth/runewidth_windows.go | 0 .../github.com/apcera/termtables/vendor/manifest | 0 25 files changed, 0 insertions(+), 0 deletions(-) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/.travis.yml (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/LICENSE (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/README.md (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/cell.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/cell_test.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/html.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/html_test.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/row.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/row_test.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/separator.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/straight_separator.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/style.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/table.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/table_test.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/term/env.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/term/getsize.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/term/sizes_unix.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/term/sizes_windows.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/term/wrapper.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/LICENSE (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_js.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_posix.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_windows.go (100%) rename {dateparse/vendor => vendor}/github.com/apcera/termtables/vendor/manifest (100%) diff --git a/dateparse/vendor/github.com/apcera/termtables/.travis.yml b/vendor/github.com/apcera/termtables/.travis.yml similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/.travis.yml rename to vendor/github.com/apcera/termtables/.travis.yml diff --git a/dateparse/vendor/github.com/apcera/termtables/LICENSE b/vendor/github.com/apcera/termtables/LICENSE similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/LICENSE rename to vendor/github.com/apcera/termtables/LICENSE diff --git a/dateparse/vendor/github.com/apcera/termtables/README.md b/vendor/github.com/apcera/termtables/README.md similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/README.md rename to vendor/github.com/apcera/termtables/README.md diff --git a/dateparse/vendor/github.com/apcera/termtables/cell.go b/vendor/github.com/apcera/termtables/cell.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/cell.go rename to vendor/github.com/apcera/termtables/cell.go diff --git a/dateparse/vendor/github.com/apcera/termtables/cell_test.go b/vendor/github.com/apcera/termtables/cell_test.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/cell_test.go rename to vendor/github.com/apcera/termtables/cell_test.go diff --git a/dateparse/vendor/github.com/apcera/termtables/html.go b/vendor/github.com/apcera/termtables/html.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/html.go rename to vendor/github.com/apcera/termtables/html.go diff --git a/dateparse/vendor/github.com/apcera/termtables/html_test.go b/vendor/github.com/apcera/termtables/html_test.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/html_test.go rename to vendor/github.com/apcera/termtables/html_test.go diff --git a/dateparse/vendor/github.com/apcera/termtables/row.go b/vendor/github.com/apcera/termtables/row.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/row.go rename to vendor/github.com/apcera/termtables/row.go diff --git a/dateparse/vendor/github.com/apcera/termtables/row_test.go b/vendor/github.com/apcera/termtables/row_test.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/row_test.go rename to vendor/github.com/apcera/termtables/row_test.go diff --git a/dateparse/vendor/github.com/apcera/termtables/separator.go b/vendor/github.com/apcera/termtables/separator.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/separator.go rename to vendor/github.com/apcera/termtables/separator.go diff --git a/dateparse/vendor/github.com/apcera/termtables/straight_separator.go b/vendor/github.com/apcera/termtables/straight_separator.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/straight_separator.go rename to vendor/github.com/apcera/termtables/straight_separator.go diff --git a/dateparse/vendor/github.com/apcera/termtables/style.go b/vendor/github.com/apcera/termtables/style.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/style.go rename to vendor/github.com/apcera/termtables/style.go diff --git a/dateparse/vendor/github.com/apcera/termtables/table.go b/vendor/github.com/apcera/termtables/table.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/table.go rename to vendor/github.com/apcera/termtables/table.go diff --git a/dateparse/vendor/github.com/apcera/termtables/table_test.go b/vendor/github.com/apcera/termtables/table_test.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/table_test.go rename to vendor/github.com/apcera/termtables/table_test.go diff --git a/dateparse/vendor/github.com/apcera/termtables/term/env.go b/vendor/github.com/apcera/termtables/term/env.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/term/env.go rename to vendor/github.com/apcera/termtables/term/env.go diff --git a/dateparse/vendor/github.com/apcera/termtables/term/getsize.go b/vendor/github.com/apcera/termtables/term/getsize.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/term/getsize.go rename to vendor/github.com/apcera/termtables/term/getsize.go diff --git a/dateparse/vendor/github.com/apcera/termtables/term/sizes_unix.go b/vendor/github.com/apcera/termtables/term/sizes_unix.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/term/sizes_unix.go rename to vendor/github.com/apcera/termtables/term/sizes_unix.go diff --git a/dateparse/vendor/github.com/apcera/termtables/term/sizes_windows.go b/vendor/github.com/apcera/termtables/term/sizes_windows.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/term/sizes_windows.go rename to vendor/github.com/apcera/termtables/term/sizes_windows.go diff --git a/dateparse/vendor/github.com/apcera/termtables/term/wrapper.go b/vendor/github.com/apcera/termtables/term/wrapper.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/term/wrapper.go rename to vendor/github.com/apcera/termtables/term/wrapper.go diff --git a/dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/LICENSE b/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/LICENSE similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/LICENSE rename to vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/LICENSE diff --git a/dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth.go b/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth.go rename to vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth.go diff --git a/dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_js.go b/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_js.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_js.go rename to vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_js.go diff --git a/dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_posix.go b/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_posix.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_posix.go rename to vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_posix.go diff --git a/dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_windows.go b/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_windows.go similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_windows.go rename to vendor/github.com/apcera/termtables/vendor/github.com/mattn/go-runewidth/runewidth_windows.go diff --git a/dateparse/vendor/github.com/apcera/termtables/vendor/manifest b/vendor/github.com/apcera/termtables/vendor/manifest similarity index 100% rename from dateparse/vendor/github.com/apcera/termtables/vendor/manifest rename to vendor/github.com/apcera/termtables/vendor/manifest