-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
42 lines (40 loc) · 1.59 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
37
38
39
40
41
42
module go-crawler-distributed
go 1.13
require (
github.com/HdrHistogram/hdrhistogram-go v1.0.0 // indirect
github.com/PuerkitoBio/goquery v1.5.1
github.com/bwmarrin/snowflake v0.3.0
github.com/coreos/etcd v3.3.18+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/garyburd/redigo v1.6.2
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.9.1
github.com/go-acme/lego/v3 v3.4.0
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.14.0
github.com/golang/protobuf v1.5.0
github.com/jinzhu/gorm v1.9.16
github.com/kayon/iploc v0.0.0-20200312105652-bda3e968a794
github.com/mailru/easyjson v0.7.6
github.com/micro/go-micro/v2 v2.9.1
github.com/micro/go-plugins/registry/consul/v2 v2.9.1
github.com/olivere/elastic/v7 v7.0.22
github.com/opentracing/opentracing-go v1.2.0
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/spf13/viper v1.7.1
github.com/streadway/amqp v1.0.0
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
go.mongodb.org/mongo-driver v1.5.1
go.uber.org/atomic v1.6.0 // indirect
golang.org/x/net v0.17.0
golang.org/x/text v0.13.0
google.golang.org/protobuf v1.23.0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)