22 lines
596 B
Modula-2
22 lines
596 B
Modula-2
module code.icb4dc0.de/prskr/pg_v_man
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.0
|
|
|
|
require (
|
|
github.com/alecthomas/kong v0.9.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jackc/pglogrepl v0.0.0-20240307033717-828fbfe908e9
|
|
github.com/jackc/pgx/v5 v5.6.0
|
|
github.com/wagslane/go-rabbitmq v0.13.0
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
|
|
golang.org/x/crypto v0.24.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|