summaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-12-18 21:25:28 +1100
committerJesse Duffield <jessedduffield@gmail.com>2018-12-18 21:25:28 +1100
commit319064f040e028d75480ac0093225f23e81ec635 (patch)
tree73ffd64936956c69ad3b13389c4580b0af1fa7ff /Gopkg.lock
parentf5f726e9c46450fee60330c1c453d33d1566e106 (diff)
switch to our own fork of pty which lets us set our own stdout and stderr
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index 4b84d6537..f5ef4c76c 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -196,6 +196,14 @@
revision = "03e26ff3f1de2c1bc2205113c3aba661312eee00"
[[projects]]
+ digest = "1:15416fd2b58d5b2dfa0bc99185cdff3a8f49e73e022291891cb8d5d820d9760d"
+ name = "github.com/jesseduffield/pty"
+ packages = ["."]
+ pruneopts = "NUT"
+ revision = "db8e3cd836b82e82e0a9c8edc6896967dd31374f"
+ version = "v1.1.3"
+
+[[projects]]
branch = "master"
digest = "1:3ab130f65766f5b7cc944d557df31c6a007ec017151705ec1e1b8719f2689021"
name = "github.com/jesseduffield/termbox-go"
@@ -616,6 +624,7 @@
"github.com/heroku/rollrus",
"github.com/jesseduffield/go-getter",
"github.com/jesseduffield/gocui",
+ "github.com/jesseduffield/pty",
"github.com/kardianos/osext",
"github.com/mgutz/str",
"github.com/nicksnyder/go-i18n/v2/i18n",