2026-04-03 13:02:10 +03:00
|
|
|
module parser-mandarake
|
|
|
|
|
|
|
|
|
|
go 1.26.1
|
|
|
|
|
|
2026-04-03 19:05:51 +03:00
|
|
|
require (
|
|
|
|
|
github.com/sirupsen/logrus v1.9.4
|
|
|
|
|
repo.nqws.ru/merch-tracker-v2/mt-rabbit v0.1.16
|
|
|
|
|
)
|
2026-04-03 13:02:10 +03:00
|
|
|
|
2026-04-03 19:05:51 +03:00
|
|
|
require (
|
|
|
|
|
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
|
|
|
golang.org/x/time v0.15.0 // indirect
|
|
|
|
|
)
|