Replace zyedidia/pty with upstream creack/pty

Bump zyedidia/terminal, which is the actual dependency. We can get the
information we need from the Term's pty file rather than using a buffer
connected to stdout.

Fixes #2775
This commit is contained in:
Zachary Yedidia
2023-03-15 13:14:33 -07:00
parent dda79ca70e
commit 7bef54856c
3 changed files with 9 additions and 8 deletions

3
go.mod
View File

@@ -14,9 +14,8 @@ require (
github.com/zyedidia/clipper v0.1.1
github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d
github.com/zyedidia/pty v1.1.20 // indirect
github.com/zyedidia/tcell/v2 v2.0.10-0.20221007181625-f562052bccb8
github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
github.com/zyedidia/terminal v0.0.0-20230315200948-4b3bcf6dddef
golang.org/x/text v0.3.8
gopkg.in/yaml.v2 v2.2.8
layeh.com/gopher-luar v1.0.7