feat: Notification service qo'shildi va RabbitMQ integratsiya qilindi
This commit is contained in:
12
go.mod
Normal file
12
go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module github.com/JscorpTech/notification
|
||||
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/k0kubun/pp/v3 v3.4.1 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.16 // indirect
|
||||
github.com/streadway/amqp v1.1.0 // indirect
|
||||
golang.org/x/sys v0.5.0 // indirect
|
||||
golang.org/x/text v0.19.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user