-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (25 loc) · 874 Bytes
/
go.mod
File metadata and controls
27 lines (25 loc) · 874 Bytes
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
module pkg
go 1.14
require (
github.com/FZambia/sentinel v1.1.0
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/gomodule/redigo/redis v0.0.0-20200429221454-e14091dffc1b
github.com/hashicorp/consul/api v1.8.1
github.com/opentracing/opentracing-go v1.2.0
github.com/pelletier/go-toml v1.7.0
github.com/pkg/errors v0.9.1
github.com/robfig/cron v1.2.0
github.com/satori/go.uuid v1.2.0
github.com/shima-park/agollo v1.2.10
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.4.4
go.uber.org/zap v1.16.0
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
gopkg.in/natefinch/lumberjack.v2 v2.0.0
xorm.io/builder v0.3.7
xorm.io/xorm v1.0.6
)