1
0
mirror of https://github.com/taigrr/wtf synced 2026-04-01 07:48:45 -07:00

go mod vendor update

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer
2019-12-14 08:52:34 -08:00
parent 703619bf0a
commit 3d4059de02
665 changed files with 104373 additions and 59789 deletions

View File

@@ -23,6 +23,7 @@ import (
// these are the terminal types we aggregate in this package.
_ "github.com/gdamore/tcell/terminfo/a/adm3a"
_ "github.com/gdamore/tcell/terminfo/a/aixterm"
_ "github.com/gdamore/tcell/terminfo/a/alacritty"
_ "github.com/gdamore/tcell/terminfo/a/ansi"
_ "github.com/gdamore/tcell/terminfo/a/aterm"
_ "github.com/gdamore/tcell/terminfo/b/beterm"
@@ -64,4 +65,5 @@ import (
_ "github.com/gdamore/tcell/terminfo/x/xfce"
_ "github.com/gdamore/tcell/terminfo/x/xnuppc"
_ "github.com/gdamore/tcell/terminfo/x/xterm"
_ "github.com/gdamore/tcell/terminfo/x/xterm_kitty"
)