5
5
require (
6
6
github.com/armon/go-metrics v0.3.10 // indirect
7
7
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
8
- github.com/coreos/etcd v3.3.17+incompatible // indirect
8
+ github.com/coreos/etcd v3.3.27+incompatible // indirect
9
+ github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
10
+ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
9
11
github.com/fatih/color v1.13.0 // indirect
10
12
github.com/fsnotify/fsnotify v1.5.1
11
13
github.com/garyburd/redigo v1.6.2
@@ -23,17 +25,17 @@ require (
23
25
github.com/oklog/run v1.1.0 // indirect
24
26
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
25
27
github.com/tevino/go-zookeeper v0.0.0-20170512024026-c218ec636bef
26
- go.etcd.io/etcd v3.3.17 +incompatible
28
+ go.etcd.io/etcd v3.3.27 +incompatible
27
29
go.etcd.io/etcd/client/v2 v2.305.1
28
- go.etcd.io/etcd/client/v3 v3.5.1
30
+ go.etcd.io/etcd/client/v3 v3.5.2
31
+ go.uber.org/multierr v1.7.0 // indirect
32
+ go.uber.org/zap v1.21.0 // indirect
29
33
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
30
- golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 // indirect
31
- golang.org/x/sys v0.0.0-20211102192858-4dd72447c267 // indirect
32
- golang.org/x/text v0.3.7 // indirect
34
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
35
+ golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
33
36
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
34
- google.golang.org/genproto v0.0.0-20211102202547-e9cf271f7f2c // indirect
35
- google.golang.org/grpc v1.42.0 // indirect
37
+ google.golang.org/genproto v0.0.0-20220217155828-d576998c0009 // indirect
36
38
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
37
39
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
38
- gopkg.in/yaml.v2 v2.3 .0
40
+ gopkg.in/yaml.v2 v2.4 .0
39
41
)
0 commit comments