about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-05-06 10:03:20 -0400
committerDrew DeVault <sir@cmpwn.com>2020-05-06 10:03:20 -0400
commit38a6d187b910a14ac2f74454d845fcfb24689e41 (patch)
treef1d0460cb11a51037bda61f170ffad1c60b5a5f4 /go.mod
parentd07cf6c667a0d497c67196fca9967db71c1e02f6 (diff)
downloadaerc-38a6d187b910a14ac2f74454d845fcfb24689e41.tar.gz
Revert "Dont detach process under vterm"
This reverts commit d07cf6c667a0d497c67196fca9967db71c1e02f6.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c433c8f..b770905 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.13
 
 require (
 	git.sr.ht/~sircmpwn/getopt v0.0.0-20190808004552-daaf1274538b
-	github.com/creack/pty v1.1.10-0.20200505162710-943a9a2171fd
+	github.com/creack/pty v1.1.9
 	github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
 	github.com/ddevault/go-libvterm v0.0.0-20190526194226-b7d861da3810
 	github.com/emersion/go-imap v1.0.4