Skip to content

Commit 5e26183

Browse files
committed
Bump tcell to fix broken deployment
1 parent ab7b5f6 commit 5e26183

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aybabtme/humanlog v0.4.1
99
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
1010
github.com/creack/pty v1.1.11
11-
github.com/gdamore/tcell/v2 v2.8.0
11+
github.com/gdamore/tcell/v2 v2.8.1
1212
github.com/go-errors/errors v1.5.1
1313
github.com/gookit/color v1.4.2
1414
github.com/iancoleman/orderedmap v0.3.0

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI
8787
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
8888
github.com/gdamore/encoding v1.0.1 h1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uhw=
8989
github.com/gdamore/encoding v1.0.1/go.mod h1:0Z0cMFinngz9kS1QfMjCP8TY7em3bZYeeklsSDPivEo=
90-
github.com/gdamore/tcell/v2 v2.8.0 h1:IDclow1j6kKpU/gOhjmc+7Pj5Dxnukb74pfKN4Cxrfg=
9190
github.com/gdamore/tcell/v2 v2.8.0/go.mod h1:bj8ori1BG3OYMjmb3IklZVWfZUJ1UBQt9JXrOCOhGWw=
91+
github.com/gdamore/tcell/v2 v2.8.1 h1:KPNxyqclpWpWQlPLx6Xui1pMk8S+7+R37h3g07997NU=
92+
github.com/gdamore/tcell/v2 v2.8.1/go.mod h1:bj8ori1BG3OYMjmb3IklZVWfZUJ1UBQt9JXrOCOhGWw=
9293
github.com/gliderlabs/ssh v0.2.2 h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0=
9394
github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0=
9495
github.com/go-errors/errors v1.0.2/go.mod h1:psDX2osz5VnTOnFWbDeWwS7yejl+uV3FEWEp4lssFEs=

vendor/github.com/gdamore/tcell/v2/attr.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gdamore/tcell/v2/tscreen.go

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ github.com/fatih/color
3737
# github.com/gdamore/encoding v1.0.1
3838
## explicit; go 1.9
3939
github.com/gdamore/encoding
40-
# github.com/gdamore/tcell/v2 v2.8.0
40+
# github.com/gdamore/tcell/v2 v2.8.1
4141
## explicit; go 1.12
4242
github.com/gdamore/tcell/v2
4343
github.com/gdamore/tcell/v2/terminfo

0 commit comments

Comments
 (0)