Add goconvey dependency to vendor

Ref #1
This commit is contained in:
Zachary Yedidia
2018-02-03 22:33:32 -05:00
parent aa81cf5cf6
commit 1d24609ed1
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored
View File

@@ -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