Update module github.com/gdamore/tcell/v2 to v2.7.0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-12-14 22:01:33 +00:00
parent 6658edfd09
commit 138a4a62c1
2 changed files with 15 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.yetaga.in/alazyreader/library
go 1.16
require (
github.com/gdamore/tcell/v2 v2.6.0
github.com/gdamore/tcell/v2 v2.7.0
github.com/go-sql-driver/mysql v1.7.1
github.com/irlndts/go-discogs v0.3.6
github.com/kelseyhightower/envconfig v1.4.0