Update module github.com/gdamore/tcell to v2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-04-08 00:02:44 +00:00
parent 1ab5a20fb2
commit 2118e8b790
2 changed files with 36 additions and 0 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ replace github.com/irlndts/go-discogs v0.3.5 => git.yetaga.in/alazyreader/go-dis
require (
github.com/gdamore/tcell v1.4.0
github.com/gdamore/tcell/v2 v2.6.0
github.com/go-sql-driver/mysql v1.7.0
github.com/irlndts/go-discogs v0.3.5
github.com/kelseyhightower/envconfig v1.4.0