2024-09-10 17:26:46 +08:00
|
|
|
module github.com/rabbitmq/rabbitmq-amqp-go-client
|
|
|
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
|
|
require (
|
2025-02-20 16:53:49 +08:00
|
|
|
github.com/Azure/go-amqp v1.4.0
|
2025-03-05 16:46:28 +08:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2024-09-18 00:59:33 +08:00
|
|
|
github.com/google/uuid v1.6.0
|
2025-01-30 18:29:44 +08:00
|
|
|
github.com/onsi/ginkgo/v2 v2.22.1
|
|
|
|
|
github.com/onsi/gomega v1.36.2
|
2024-09-10 17:26:46 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
|
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2025-01-30 18:29:44 +08:00
|
|
|
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
|
2025-01-16 22:29:51 +08:00
|
|
|
golang.org/x/net v0.33.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
|
|
|
golang.org/x/text v0.21.0 // indirect
|
2025-01-30 18:29:44 +08:00
|
|
|
golang.org/x/tools v0.28.0 // indirect
|
2024-09-10 17:26:46 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|