fix(deps): update module github.com/gdamore/tcell/v2 to v2.6.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2023-02-21 21:03:16 +00:00
commit ee0978ff1e
2 changed files with 11 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.4
github.com/gdamore/tcell/v2 v2.6.0
github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854
)