update
This commit is contained in:
parent
a4c78b70a2
commit
8ede019f4b
2 changed files with 23 additions and 23 deletions
14
go.mod
14
go.mod
|
|
@ -4,16 +4,16 @@ go 1.25.6
|
|||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.9.4
|
||||
google.golang.org/grpc v1.79.1
|
||||
google.golang.org/grpc v1.80.0
|
||||
google.golang.org/protobuf v1.36.11
|
||||
repo.nqws.ru/merch-tracker-v2/mt-rabbit v0.1.10
|
||||
repo.nqws.ru/merch-tracker-v2/mt-rabbit v0.1.15
|
||||
)
|
||||
|
||||
require (
|
||||
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.34.0 // indirect
|
||||
golang.org/x/time v0.14.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d // indirect
|
||||
golang.org/x/net v0.52.0 // indirect
|
||||
golang.org/x/sys v0.42.0 // indirect
|
||||
golang.org/x/text v0.35.0 // indirect
|
||||
golang.org/x/time v0.15.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue