diff options
author | Reto Brunner <reto@labrat.space> | 2020-05-08 20:04:13 +0200 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-05-08 22:32:28 +0200 |
commit | 57900235681346b266963fc5f0bd7427e098d452 (patch) | |
tree | 13473eed07136f851f81fe4737fdfeec66efbcd9 /go.mod | |
parent | dc281e46d2aceaab6a7b7a290f9af89fef46159d (diff) | |
download | aerc-57900235681346b266963fc5f0bd7427e098d452.tar.gz |
creak/pty got force pushed: fix version
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index c433c8f..fb32201 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.10 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 |