@@ -3,30 +3,36 @@ module github.com/tal-tech/cds
3
3
go 1.14
4
4
5
5
require (
6
- github.com/ClickHouse/clickhouse-go v1.4.3
6
+ github.com/ClickHouse/clickhouse-go v1.4.5
7
+ github.com/aws/aws-sdk-go v1.38.65 // indirect
7
8
github.com/dchest/siphash v1.2.2
8
9
github.com/dgrijalva/jwt-go v3.2.0+incompatible
9
- github.com/frankban/quicktest v1.10.2 // indirect
10
10
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
11
- github.com/go-sql-driver/mysql v1.5 .0
11
+ github.com/go-sql-driver/mysql v1.6 .0
12
12
github.com/go-xorm/builder v0.3.4
13
+ github.com/golang/mock v1.6.0 // indirect
14
+ github.com/google/uuid v1.2.0 // indirect
13
15
github.com/json-iterator/go v1.1.11
14
- github.com/klauspost/compress v1.11.0 // indirect
16
+ github.com/klauspost/compress v1.13.1 // indirect
15
17
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
16
- github.com/pierrec/lz4 v2.5.2 +incompatible // indirect
18
+ github.com/pierrec/lz4 v2.6.1 +incompatible // indirect
17
19
github.com/prometheus/client_golang v1.11.0
18
- github.com/prometheus/common v0.26 .0
19
- github.com/segmentio/kafka-go v0.4.8
20
+ github.com/prometheus/common v0.29 .0
21
+ github.com/segmentio/kafka-go v0.4.16
20
22
github.com/sirupsen/logrus v1.7.0 // indirect
21
23
github.com/stretchr/testify v1.7.0
22
24
github.com/tal-tech/go-zero v1.1.8-0.20210623065737-9ccb997ed85c
25
+ github.com/xdg/scram v1.0.3 // indirect
26
+ github.com/xdg/stringprep v1.0.3 // indirect
27
+ github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
23
28
go.etcd.io/etcd/client/v3 v3.5.0
24
- go.mongodb.org/mongo-driver v1.4 .3
25
- go.uber.org/atomic v1.7 .0
29
+ go.mongodb.org/mongo-driver v1.5 .3
30
+ go.uber.org/atomic v1.8 .0
26
31
go.uber.org/automaxprocs v1.4.0 // indirect
27
- golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
32
+ go.uber.org/multierr v1.7.0 // indirect
33
+ golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
28
34
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
29
- golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
35
+ golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
30
36
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
31
37
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
32
38
)
0 commit comments