Commit 99018a7 1 parent a624446 commit 99018a7 Copy full SHA for 99018a7
File tree 10 files changed +43
-43
lines changed
10 files changed +43
-43
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
var (
27
27
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
28
28
MinClusterVersion = "3.0.0"
29
- Version = "3.5.1 "
29
+ Version = "3.5.2 "
30
30
APIVersion = "unknown"
31
31
32
32
// Git SHA Value will be set during build
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/json-iterator/go v1.1.11
7
7
github.com/modern-go/reflect2 v1.0.1
8
- go.etcd.io/etcd/api/v3 v3.5.1
9
- go.etcd.io/etcd/client/pkg/v3 v3.5.1
8
+ go.etcd.io/etcd/api/v3 v3.5.2
9
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2
10
10
)
11
11
12
12
replace (
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ require (
6
6
github.com/dustin/go-humanize v1.0.0
7
7
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
8
8
github.com/prometheus/client_golang v1.11.0
9
- go.etcd.io/etcd/api/v3 v3.5.1
10
- go.etcd.io/etcd/client/pkg/v3 v3.5.1
9
+ go.etcd.io/etcd/api/v3 v3.5.2
10
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2
11
11
go.uber.org/zap v1.17.0
12
12
google.golang.org/grpc v1.38.0
13
13
sigs.k8s.io/yaml v1.2.0
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ require (
9
9
github.com/spf13/cobra v1.1.3
10
10
github.com/spf13/pflag v1.0.5
11
11
github.com/urfave/cli v1.22.4
12
- go.etcd.io/etcd/api/v3 v3.5.1
13
- go.etcd.io/etcd/client/pkg/v3 v3.5.1
14
- go.etcd.io/etcd/client/v2 v2.305.1
15
- go.etcd.io/etcd/client/v3 v3.5.1
16
- go.etcd.io/etcd/etcdutl/v3 v3.5.1
17
- go.etcd.io/etcd/pkg/v3 v3.5.1
12
+ go.etcd.io/etcd/api/v3 v3.5.2
13
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2
14
+ go.etcd.io/etcd/client/v2 v2.305.2
15
+ go.etcd.io/etcd/client/v3 v3.5.2
16
+ go.etcd.io/etcd/etcdutl/v3 v3.5.2
17
+ go.etcd.io/etcd/pkg/v3 v3.5.2
18
18
go.uber.org/zap v1.17.0
19
19
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
20
20
google.golang.org/grpc v1.38.0
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ require (
25
25
github.com/olekukonko/tablewriter v0.0.5
26
26
github.com/spf13/cobra v1.1.3
27
27
go.etcd.io/bbolt v1.3.6
28
- go.etcd.io/etcd/api/v3 v3.5.1
29
- go.etcd.io/etcd/client/pkg/v3 v3.5.1
30
- go.etcd.io/etcd/client/v3 v3.5.1
31
- go.etcd.io/etcd/pkg/v3 v3.5.1
32
- go.etcd.io/etcd/raft/v3 v3.5.1
33
- go.etcd.io/etcd/server/v3 v3.5.1
28
+ go.etcd.io/etcd/api/v3 v3.5.2
29
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2
30
+ go.etcd.io/etcd/client/v3 v3.5.2
31
+ go.etcd.io/etcd/pkg/v3 v3.5.2
32
+ go.etcd.io/etcd/raft/v3 v3.5.2
33
+ go.etcd.io/etcd/server/v3 v3.5.2
34
34
go.uber.org/zap v1.17.0
35
35
)
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ require (
20
20
github.com/dustin/go-humanize v1.0.0
21
21
github.com/spf13/cobra v1.1.3
22
22
go.etcd.io/bbolt v1.3.6
23
- go.etcd.io/etcd/api/v3 v3.5.1
24
- go.etcd.io/etcd/client/pkg/v3 v3.5.1
25
- go.etcd.io/etcd/client/v2 v2.305.1
26
- go.etcd.io/etcd/client/v3 v3.5.1
27
- go.etcd.io/etcd/etcdctl/v3 v3.5.1
28
- go.etcd.io/etcd/etcdutl/v3 v3.5.1
29
- go.etcd.io/etcd/pkg/v3 v3.5.1
30
- go.etcd.io/etcd/raft/v3 v3.5.1
31
- go.etcd.io/etcd/server/v3 v3.5.1
32
- go.etcd.io/etcd/tests/v3 v3.5.1
23
+ go.etcd.io/etcd/api/v3 v3.5.2
24
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2
25
+ go.etcd.io/etcd/client/v2 v2.305.2
26
+ go.etcd.io/etcd/client/v3 v3.5.2
27
+ go.etcd.io/etcd/etcdctl/v3 v3.5.2
28
+ go.etcd.io/etcd/etcdutl/v3 v3.5.2
29
+ go.etcd.io/etcd/pkg/v3 v3.5.2
30
+ go.etcd.io/etcd/raft/v3 v3.5.2
31
+ go.etcd.io/etcd/server/v3 v3.5.2
32
+ go.etcd.io/etcd/tests/v3 v3.5.2
33
33
go.uber.org/zap v1.17.0
34
34
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
35
35
google.golang.org/grpc v1.38.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/spf13/cobra v1.1.3
10
10
github.com/spf13/pflag v1.0.5
11
11
github.com/stretchr/testify v1.7.0
12
- go.etcd.io/etcd/client/pkg/v3 v3.5.1
12
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2
13
13
go.uber.org/zap v1.17.0
14
14
google.golang.org/grpc v1.38.0
15
15
)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/gogo/protobuf v1.3.2
9
9
github.com/golang/protobuf v1.5.2
10
10
github.com/pkg/errors v0.9.1 // indirect
11
- go.etcd.io/etcd/client/pkg/v3 v3.5.1
11
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2
12
12
)
13
13
14
14
// Bad imports are sometimes causing attempts to pull that code.
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ require (
25
25
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
26
26
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
27
27
go.etcd.io/bbolt v1.3.6
28
- go.etcd.io/etcd/api/v3 v3.5.1
29
- go.etcd.io/etcd/client/pkg/v3 v3.5.1
30
- go.etcd.io/etcd/client/v2 v2.305.1
31
- go.etcd.io/etcd/client/v3 v3.5.1
32
- go.etcd.io/etcd/pkg/v3 v3.5.1
33
- go.etcd.io/etcd/raft/v3 v3.5.1
28
+ go.etcd.io/etcd/api/v3 v3.5.2
29
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2
30
+ go.etcd.io/etcd/client/v2 v2.305.2
31
+ go.etcd.io/etcd/client/v3 v3.5.2
32
+ go.etcd.io/etcd/pkg/v3 v3.5.2
33
+ go.etcd.io/etcd/raft/v3 v3.5.2
34
34
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
35
35
go.opentelemetry.io/otel v0.20.0
36
36
go.opentelemetry.io/otel/exporters/otlp v0.20.0
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ require (
28
28
github.com/spf13/pflag v1.0.5
29
29
github.com/stretchr/testify v1.7.0
30
30
go.etcd.io/bbolt v1.3.6
31
- go.etcd.io/etcd/api/v3 v3.5.1
32
- go.etcd.io/etcd/client/pkg/v3 v3.5.1
33
- go.etcd.io/etcd/client/v2 v2.305.1
34
- go.etcd.io/etcd/client/v3 v3.5.1
35
- go.etcd.io/etcd/etcdutl/v3 v3.5.1
36
- go.etcd.io/etcd/pkg/v3 v3.5.1
37
- go.etcd.io/etcd/raft/v3 v3.5.1
38
- go.etcd.io/etcd/server/v3 v3.5.1
31
+ go.etcd.io/etcd/api/v3 v3.5.2
32
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2
33
+ go.etcd.io/etcd/client/v2 v2.305.2
34
+ go.etcd.io/etcd/client/v3 v3.5.2
35
+ go.etcd.io/etcd/etcdutl/v3 v3.5.2
36
+ go.etcd.io/etcd/pkg/v3 v3.5.2
37
+ go.etcd.io/etcd/raft/v3 v3.5.2
38
+ go.etcd.io/etcd/server/v3 v3.5.2
39
39
go.uber.org/zap v1.17.0
40
40
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
41
41
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
You can’t perform that action at this time.
0 commit comments