31 lines
1022 B
Modula-2
31 lines
1022 B
Modula-2
module tailly_messages
|
|
|
|
go 1.25rc2
|
|
|
|
require (
|
|
github.com/jackc/pgx/v4 v4.18.3
|
|
github.com/rabbitmq/amqp091-go v1.10.0
|
|
github.com/stretchr/testify v1.8.1
|
|
google.golang.org/grpc v1.74.2
|
|
google.golang.org/protobuf v1.36.7
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.14.3 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgtype v1.14.0 // indirect
|
|
github.com/jackc/puddle v1.3.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|