updated
This commit is contained in:
parent
1503516a41
commit
353dcd6fe6
2 changed files with 51 additions and 14 deletions
17
go.mod
17
go.mod
|
|
@ -2,13 +2,18 @@ module task-processor
|
|||
|
||||
go 1.25.6
|
||||
|
||||
require github.com/sirupsen/logrus v1.9.4
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.9.4
|
||||
google.golang.org/grpc v1.79.1
|
||||
google.golang.org/protobuf v1.36.11
|
||||
repo.nqws.ru/merch-tracker-v2/mt-rabbit v0.1.10
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/net v0.48.0 // indirect
|
||||
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
|
||||
golang.org/x/net v0.50.0 // indirect
|
||||
golang.org/x/sys v0.41.0 // indirect
|
||||
golang.org/x/text v0.32.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
|
||||
google.golang.org/grpc v1.79.1 // indirect
|
||||
google.golang.org/protobuf v1.36.11 // indirect
|
||||
golang.org/x/text v0.34.0 // indirect
|
||||
golang.org/x/time v0.14.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue