2024-09-03 07:07:45 +00:00
|
|
|
module arimelody-web
|
2024-03-18 10:34:43 +00:00
|
|
|
|
2024-03-23 18:02:11 +00:00
|
|
|
go 1.22
|
|
|
|
|
|
|
|
require (
|
2024-09-03 07:07:45 +00:00
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
2024-03-23 18:02:11 +00:00
|
|
|
github.com/lib/pq v1.10.9
|
|
|
|
)
|
2024-11-10 05:34:04 +00:00
|
|
|
|
|
|
|
require github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|