Images should not be included in the database Removes songs where the path doesn't work Started working on adding cover images Started adding vue directly in the application
10 lines
137 B
Modula-2
10 lines
137 B
Modula-2
module music-server
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/jackc/pgtype v1.5.0
|
|
github.com/jackc/pgx/v4 v4.9.0
|
|
)
|