Files
MusicServer/go.mod

10 lines
137 B
Modula-2

module music-server
go 1.15
require (
github.com/gorilla/mux v1.8.0
github.com/jackc/pgtype v1.5.0
github.com/jackc/pgx/v4 v4.9.0
)