mirror of
https://gitee.com/shikong-sk/go-rabbitmq-study
synced 2025-02-22 23:12:14 +08:00
9 lines
145 B
Modula-2
9 lines
145 B
Modula-2
module skcks.cn/study/rabbitmq
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/goccy/go-json v0.9.11 // indirect
|
|
github.com/streadway/amqp v1.0.0 // indirect
|
|
)
|