From 1d24609ed1099807e3dfe7cbad0eff7a7fca9834 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sat, 3 Feb 2018 22:33:32 -0500 Subject: [PATCH] Add goconvey dependency to vendor Ref #1 --- .gitmodules | 9 +++++++++ cmd/micro/vendor/github.com/jtolds/gls | 1 + cmd/micro/vendor/github.com/smartystreets/assertions | 1 + cmd/micro/vendor/github.com/smartystreets/goconvey | 1 + 4 files changed, 12 insertions(+) create mode 160000 cmd/micro/vendor/github.com/jtolds/gls create mode 160000 cmd/micro/vendor/github.com/smartystreets/assertions create mode 160000 cmd/micro/vendor/github.com/smartystreets/goconvey diff --git a/.gitmodules b/.gitmodules index caceb2a6..107a9482 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,12 @@ [submodule "cmd/micro/vendor/github.com/zyedidia/pty"] path = cmd/micro/vendor/github.com/zyedidia/pty url = https://github.com/zyedidia/pty +[submodule "cmd/micro/vendor/github.com/smartystreets/goconvey"] + path = cmd/micro/vendor/github.com/smartystreets/goconvey + url = https://github.com/smartystreets/goconvey +[submodule "cmd/micro/vendor/github.com/jtolds/gls"] + path = cmd/micro/vendor/github.com/jtolds/gls + url = https://github.com/jtolds/gls +[submodule "cmd/micro/vendor/github.com/smartystreets/assertions"] + path = cmd/micro/vendor/github.com/smartystreets/assertions + url = https://github.com/smartystreets/assertions diff --git a/cmd/micro/vendor/github.com/jtolds/gls b/cmd/micro/vendor/github.com/jtolds/gls new file mode 160000 index 00000000..77f18212 --- /dev/null +++ b/cmd/micro/vendor/github.com/jtolds/gls @@ -0,0 +1 @@ +Subproject commit 77f18212c9c7edc9bd6a33d383a7b545ce62f064 diff --git a/cmd/micro/vendor/github.com/smartystreets/assertions b/cmd/micro/vendor/github.com/smartystreets/assertions new file mode 160000 index 00000000..0b37b35e --- /dev/null +++ b/cmd/micro/vendor/github.com/smartystreets/assertions @@ -0,0 +1 @@ +Subproject commit 0b37b35ec7434b77e77a4bb29b79677cced992ea diff --git a/cmd/micro/vendor/github.com/smartystreets/goconvey b/cmd/micro/vendor/github.com/smartystreets/goconvey new file mode 160000 index 00000000..e5b2b7c9 --- /dev/null +++ b/cmd/micro/vendor/github.com/smartystreets/goconvey @@ -0,0 +1 @@ +Subproject commit e5b2b7c9111590d019a696c7800593f666e1a7f4