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

This commit is contained in:
Renovate Bot 2022-08-16 21:16:54 +00:00 committed by Gitea
commit 1eb6818157
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.1
github.com/gdamore/tcell/v2 v2.5.2
github.com/rivo/tview v0.0.0-20220812085834-0e6b21a48e96
)