19 lines
524 B
AMPL
19 lines
524 B
AMPL
module ruben/inventory2
|
|
|
|
go 1.24.2
|
|
|
|
replace github.com/angelbeltran/templater v0.1.0 => ../../github.com/angelbeltran/templater
|
|
|
|
require github.com/jackc/pgx/v5 v5.7.6
|
|
|
|
require github.com/angelbeltran/templater v0.1.0
|
|
|
|
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.41.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
)
|