Skip to content

Commit

Permalink
Merge pull request #85 from org0000h/master
Browse files Browse the repository at this point in the history
for  updating etcd
  • Loading branch information
org0000h authored Jun 23, 2021
2 parents 489048d + b2779eb commit ebcb002
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 334 deletions.
29 changes: 8 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,29 @@ go 1.14

require (
github.com/ClickHouse/clickhouse-go v1.4.3
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.13+incompatible
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dchest/siphash v1.2.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/frankban/quicktest v1.10.2 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/go-sql-driver/mysql v1.5.0
github.com/go-xorm/builder v0.3.4
github.com/google/go-cmp v0.5.4 // indirect
github.com/json-iterator/go v1.1.10
github.com/json-iterator/go v1.1.11
github.com/klauspost/compress v1.11.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/common v0.15.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.26.0
github.com/segmentio/kafka-go v0.4.8
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tal-tech/go-zero v1.1.4
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
go.etcd.io/etcd v3.3.4+incompatible
github.com/stretchr/testify v1.7.0
github.com/tal-tech/go-zero v1.1.8-0.20210623065737-9ccb997ed85c
go.etcd.io/etcd/client/v3 v3.5.0
go.mongodb.org/mongo-driver v1.4.3
go.uber.org/atomic v1.7.0
go.uber.org/automaxprocs v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20201125231158-b5590deeca9b // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
honnef.co/go/tools v0.0.1-2020.1.6 // indirect
)
Loading

0 comments on commit ebcb002

Please sign in to comment.