X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitmodules;h=107a94824ba2752fed628f85e8b3fe1062c5c9b1;hb=41a24e61d6b9017dbe010ae36295cb3c1dd701fc;hp=2d9bffcde020d82c51aeae334173b9c1d9080f2f;hpb=202cfb574ca11de2400669eff62b739f330d7e5f;p=micro.git diff --git a/.gitmodules b/.gitmodules index 2d9bffcd..107a9482 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,18 @@ [submodule "cmd/micro/vendor/github.com/flynn/json5"] path = cmd/micro/vendor/github.com/flynn/json5 url = https://github.com/flynn/json5 +[submodule "cmd/micro/vendor/github.com/zyedidia/terminal"] + path = cmd/micro/vendor/github.com/zyedidia/terminal + url = https://github.com/zyedidia/terminal +[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