@@ -4,42 +4,29 @@ go 1.14
4
4
5
5
require (
6
6
github.com/ClickHouse/clickhouse-go v1.4.3
7
- github.com/coreos/bbolt v1.3.2 // indirect
8
- github.com/coreos/etcd v3.3.13+incompatible
9
- github.com/coreos/go-semver v0.3.0 // indirect
10
- github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
11
- github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
12
7
github.com/dchest/siphash v1.2.2
13
8
github.com/dgrijalva/jwt-go v3.2.0+incompatible
14
9
github.com/frankban/quicktest v1.10.2 // indirect
15
10
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
16
11
github.com/go-sql-driver/mysql v1.5.0
17
12
github.com/go-xorm/builder v0.3.4
18
- github.com/google/go-cmp v0.5.4 // indirect
19
- github.com/json-iterator/go v1.1.10
13
+ github.com/json-iterator/go v1.1.11
20
14
github.com/klauspost/compress v1.11.0 // indirect
21
- github.com/kr/text v0.2.0 // indirect
22
15
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
23
16
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
24
- github.com/prometheus/client_golang v1.8 .0
25
- github.com/prometheus/common v0.15 .0
17
+ github.com/prometheus/client_golang v1.11 .0
18
+ github.com/prometheus/common v0.26 .0
26
19
github.com/segmentio/kafka-go v0.4.8
27
20
github.com/sirupsen/logrus v1.7.0 // indirect
28
- github.com/stretchr/testify v1.6.1
29
- github.com/tal-tech/go-zero v1.1.4
30
- github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
31
- go.etcd.io/etcd v3.3.4+incompatible
21
+ github.com/stretchr/testify v1.7.0
22
+ github.com/tal-tech/go-zero v1.1.8-0.20210623065737-9ccb997ed85c
23
+ go.etcd.io/etcd/client/v3 v3.5.0
32
24
go.mongodb.org/mongo-driver v1.4.3
33
25
go.uber.org/atomic v1.7.0
34
26
go.uber.org/automaxprocs v1.4.0 // indirect
35
27
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
36
- golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
37
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
38
- golang.org/x/text v0.3.4 // indirect
39
- golang.org/x/time v0.0.0-20191024005414-555d28b269f0
40
- golang.org/x/tools v0.0.0-20201125231158-b5590deeca9b // indirect
28
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
29
+ golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
41
30
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
42
31
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
43
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
44
- honnef.co/go/tools v0.0.1-2020.1.6 // indirect
45
32
)
0 commit comments