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

This commit is contained in:
Renovate Bot 2022-04-24 13:10:34 +00:00
commit 5407d5f0dc
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.0
github.com/gdamore/tcell/v2 v2.5.1
github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8
)