8 lines
109 B
Modula-2
8 lines
109 B
Modula-2
|
|
module github.com/CubeCraft-Creations/Extrudex/backend
|
||
|
|
|
||
|
|
go 1.24
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/jackc/pgx/v5 v5.7.4
|
||
|
|
)
|