]> git.lizzy.rs Git - micro.git/commitdiff
Add goconvey dependency to vendor
authorZachary Yedidia <zyedidia@gmail.com>
Sun, 4 Feb 2018 03:33:32 +0000 (22:33 -0500)
committerZachary Yedidia <zyedidia@gmail.com>
Sun, 4 Feb 2018 03:33:32 +0000 (22:33 -0500)
Ref #1

.gitmodules
cmd/micro/vendor/github.com/jtolds/gls [new submodule]
cmd/micro/vendor/github.com/smartystreets/assertions [new submodule]
cmd/micro/vendor/github.com/smartystreets/goconvey [new submodule]

index caceb2a621212b2cc640f0393a4c29674e1e0edd..107a94824ba2752fed628f85e8b3fe1062c5c9b1 100644 (file)
 [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 (submodule)
index 0000000..77f1821
--- /dev/null
@@ -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 (submodule)
index 0000000..0b37b35
--- /dev/null
@@ -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 (submodule)
index 0000000..e5b2b7c
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit e5b2b7c9111590d019a696c7800593f666e1a7f4