Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,23 @@ require (
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.3.6 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/gin-gonic/gin v1.9.0
github.com/gobwas/glob v0.2.3 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/gocolly/colly v1.2.0
github.com/gomodule/redigo v1.8.5
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/klauspost/compress v1.11.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/olivere/elastic/v7 v7.0.27
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/prometheus/client_golang v1.12.0
github.com/rabbitmq/amqp091-go v0.0.0-20210812094702-b2a427eb7d17
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/ugorji/go v1.2.7 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.4
go.mongodb.org/mongo-driver v1.7.1
golang.org/x/crypto v0.1.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.28.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1
)
Loading