2021-06-26 18:08:35 +00:00
|
|
|
module git.yetaga.in/alazyreader/library
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2021-07-02 22:47:14 +00:00
|
|
|
require (
|
2023-04-08 00:02:44 +00:00
|
|
|
github.com/gdamore/tcell/v2 v2.6.0
|
2023-04-07 01:00:58 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.7.0
|
2023-04-13 00:00:57 +00:00
|
|
|
github.com/irlndts/go-discogs v0.3.6
|
2021-07-02 22:47:14 +00:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
|
|
)
|