From 611db274ac90396e94135d62d794c4f2dda52085 Mon Sep 17 00:00:00 2001 From: stephen mcquay Date: Mon, 29 Jun 2015 23:58:48 -0700 Subject: [PATCH] added gb vendor manifest --- vendor/manifest | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 vendor/manifest diff --git a/vendor/manifest b/vendor/manifest new file mode 100644 index 0000000..cdc5686 --- /dev/null +++ b/vendor/manifest @@ -0,0 +1,35 @@ +{ + "version": 0, + "dependencies": [ + { + "importpath": "github.com/nsf/termbox-go", + "repository": "https://github.com/nsf/termbox-go", + "revision": "675ffd907b7401b8a709a5ef2249978af5616bb2", + "branch": "master" + }, + { + "importpath": "github.com/mattn/go-runewidth", + "repository": "https://github.com/mattn/go-runewidth", + "revision": "5890272cd41c5103531cd7b79e428d99c9e97f76", + "branch": "master" + }, + { + "importpath": "github.com/spf13/cobra", + "repository": "https://github.com/spf13/cobra", + "revision": "385fc87e4343efec233811d3d933509e8975d11a", + "branch": "master" + }, + { + "importpath": "github.com/inconshreveable/mousetrap", + "repository": "https://github.com/inconshreveable/mousetrap", + "revision": "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75", + "branch": "master" + }, + { + "importpath": "github.com/spf13/pflag", + "repository": "https://github.com/spf13/pflag", + "revision": "67cbc198fd11dab704b214c1e629a97af392c085", + "branch": "master" + } + ] +} \ No newline at end of file