2026-05-06 12:20:31 -04:00
|
|
|
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
|
|
|
|
|
)
|
2026-05-06 14:24:58 -04:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
|
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
|
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
|
|
|
golang.org/x/text v0.21.0 // indirect
|
|
|
|
|
)
|