Use zyedidia/pty instead of kr/pty

This commit is contained in:
Zachary Yedidia
2018-01-20 22:28:17 -05:00
parent 83190a578e
commit 0a7e4c8f06
4 changed files with 5 additions and 5 deletions

6
.gitmodules vendored
View File

@@ -55,9 +55,9 @@
[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/kr/pty"]
path = cmd/micro/vendor/github.com/kr/pty
url = https://github.com/kr/pty
[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