15 lines
381 B
AMPL
15 lines
381 B
AMPL
module ruben/inventory2
|
|
|
|
go 1.24.2
|
|
|
|
require github.com/jackc/pgx/v5 v5.7.6
|
|
|
|
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
|
|
)
|