forked from templates/template-go-backend
12 lines
196 B
Modula-2
12 lines
196 B
Modula-2
module backend
|
|
|
|
go 1.24.13
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/rs/cors v1.11.1
|
|
)
|