fix(deps): update module github.com/gdamore/tcell/v2 to v2.5.3
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Renovate Bot 2022-09-11 20:05:54 +00:00 committed by Gitea
commit ead095be1c
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@ module git.nemunai.re/lectures/adlin/pkg/login-app/cmd
go 1.16
require (
github.com/gdamore/tcell/v2 v2.5.2
github.com/gdamore/tcell/v2 v2.5.3
github.com/rivo/tview v0.0.0-20220911190240-55965cf21d8e
)