Files
Extrudex/backend/go.mod
dex-bot 3fe0850711
Some checks failed
Dev Build / build-test (pull_request) Failing after 1m39s
CUB-112: scaffold Go backend with Chi, pgx, health check
2026-05-06 12:20:31 -04:00

10 lines
187 B
Modula-2

module github.com/CubeCraft-Creations/Extrudex/backend
go 1.24
require (
github.com/go-chi/chi/v5 v5.2.0
github.com/jackc/pgx/v5 v5.7.4
github.com/kelseyhightower/envconfig v1.4.0
)