-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
36 lines (34 loc) · 1.43 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/ShugetsuSoft/pixivel-back
go 1.15
require (
github.com/PuerkitoBio/goquery v1.7.1 // indirect
github.com/RedisBloom/redisbloom-go v1.0.0
github.com/ShugetsuSoft/loki-client-go v0.0.0-20220122062854-8cfb0cca9636
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/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/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
)