2024-09-03 08:07:45 +01: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 08:07:45 +01:00
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
2024-03-23 18:02:11 +00:00
|
|
|
github.com/lib/pq v1.10.9
|
|
|
|
)
|
2024-09-23 00:57:23 +01:00
|
|
|
|
|
|
|
require golang.org/x/crypto v0.27.0 // indirect
|
2025-01-26 20:09:18 +00:00
|
|
|
|
|
|
|
require (
|
2025-04-02 23:04:09 +01:00
|
|
|
github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b // indirect
|
2025-03-14 20:42:44 +00:00
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
2025-01-26 20:09:18 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
|
|
|
)
|