Files
MusicServer/go.mod
2020-11-27 19:22:48 +01:00

10 lines
136 B
Modula-2

module MusicServer
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
)