library/go.mod
renovate 2118e8b790
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update module github.com/gdamore/tcell to v2
2023-04-08 00:02:44 +00:00

14 lines
347 B
Modula-2

module git.yetaga.in/alazyreader/library
go 1.16
replace github.com/irlndts/go-discogs v0.3.5 => git.yetaga.in/alazyreader/go-discogs v0.3.6
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
)