22 lines
817 B
Modula-2
22 lines
817 B
Modula-2
module node_rabbit_go
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/ClickHouse/clickhouse-go v1.5.4 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/getsentry/sentry-go v0.27.0 // indirect
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/go-stomp/stomp v2.1.4+incompatible // indirect
|
|
github.com/go-stomp/stomp/v3 v3.1.0 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/streadway/amqp v1.1.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|