Skip to content

Commit b2779eb

Browse files
committed
for updating etcd
1 parent aab5e29 commit b2779eb

File tree

2 files changed

+92
-334
lines changed

2 files changed

+92
-334
lines changed

go.mod

+8-21
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,29 @@ go 1.14
44

55
require (
66
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
127
github.com/dchest/siphash v1.2.2
138
github.com/dgrijalva/jwt-go v3.2.0+incompatible
149
github.com/frankban/quicktest v1.10.2 // indirect
1510
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
1611
github.com/go-sql-driver/mysql v1.5.0
1712
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
2014
github.com/klauspost/compress v1.11.0 // indirect
21-
github.com/kr/text v0.2.0 // indirect
2215
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
2316
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
2619
github.com/segmentio/kafka-go v0.4.8
2720
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
3224
go.mongodb.org/mongo-driver v1.4.3
3325
go.uber.org/atomic v1.7.0
3426
go.uber.org/automaxprocs v1.4.0 // indirect
3527
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
4130
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
4231
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
4532
)

0 commit comments

Comments
 (0)