From 2dcc52abd066c968d007114f44c55ae8205ded5a Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 25 Mar 2020 10:37:33 +0100 Subject: go mod tidy --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index f904807e2..2c2310854 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,7 @@ go 1.14 require ( github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 + github.com/creack/pty v1.1.10-0.20191209115840-8ab47f72e854 github.com/fatih/color v1.7.0 github.com/fsnotify/fsnotify v1.4.7 github.com/go-errors/errors v1.0.1 @@ -12,7 +13,6 @@ require ( github.com/google/go-cmp v0.3.1 // indirect github.com/integrii/flaggy v1.4.0 github.com/jesseduffield/gocui v0.3.1-0.20200309001002-7765949e1c8a - github.com/jesseduffield/pty v1.2.1 github.com/jesseduffield/termbox-go v0.0.0-20200130214842-1d31d1faa3c9 // indirect github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect @@ -20,7 +20,6 @@ require ( github.com/mattn/go-isatty v0.0.11 // indirect github.com/mattn/go-runewidth v0.0.8 github.com/mgutz/str v1.2.0 - github.com/mitchellh/gox v1.0.1 // indirect github.com/nicksnyder/go-i18n/v2 v2.0.3 github.com/onsi/ginkgo v1.10.3 // indirect github.com/onsi/gomega v1.7.1 // indirect -- cgit v1.2.3