18 lines
397 B
Modula-2
18 lines
397 B
Modula-2
module vegan-barcode/backend
|
|
|
|
go 1.24.1
|
|
|
|
require github.com/jackc/pgx v3.6.2+incompatible
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgx/v5 v5.7.4
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
)
|