10 lines
187 B
Modula-2
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
|
|
)
|