This commit is contained in:
nquidox 2026-04-03 20:52:33 +03:00
parent 88db05604a
commit e77521f3aa
2 changed files with 29 additions and 1 deletions

9
go.mod
View file

@ -1,13 +1,20 @@
module parser-mandarake
module scrapper-mandarake
go 1.26.1
require (
github.com/chromedp/chromedp v0.15.1
github.com/sirupsen/logrus v1.9.4
repo.nqws.ru/merch-tracker-v2/mt-rabbit v0.1.16
)
require (
github.com/chromedp/cdproto v0.0.0-20260328224638-b7b298a31867 // indirect
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
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