Skip to content

Commit b373973

Browse files
Bump the etcd-dependencies group with 4 updates
Bumps the etcd-dependencies group with 4 updates: [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd), [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd), [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) and [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd). Updates `go.etcd.io/etcd/api/v3` from 3.5.21 to 3.6.1 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.21...v3.6.1) Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.21 to 3.6.1 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.21...v3.6.1) Updates `go.etcd.io/etcd/client/v3` from 3.5.21 to 3.6.1 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.21...v3.6.1) Updates `go.etcd.io/etcd/server/v3` from 3.5.21 to 3.6.1 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.21...v3.6.1) --- updated-dependencies: - dependency-name: go.etcd.io/etcd/api/v3 dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: etcd-dependencies - dependency-name: go.etcd.io/etcd/client/pkg/v3 dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: etcd-dependencies - dependency-name: go.etcd.io/etcd/client/v3 dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: etcd-dependencies - dependency-name: go.etcd.io/etcd/server/v3 dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: etcd-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bdfe49c commit b373973

File tree

2 files changed

+76
-187
lines changed

2 files changed

+76
-187
lines changed

go.mod

Lines changed: 26 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -18,45 +18,42 @@ require (
1818
github.com/sirupsen/logrus v1.9.3
1919
github.com/tidwall/btree v1.8.0
2020
github.com/urfave/cli/v2 v2.27.7
21-
go.etcd.io/etcd/api/v3 v3.5.21
22-
go.etcd.io/etcd/client/pkg/v3 v3.5.21
23-
go.etcd.io/etcd/client/v3 v3.5.21
24-
go.etcd.io/etcd/server/v3 v3.5.21
21+
go.etcd.io/etcd/api/v3 v3.6.4
22+
go.etcd.io/etcd/client/pkg/v3 v3.6.4
23+
go.etcd.io/etcd/client/v3 v3.6.4
24+
go.etcd.io/etcd/server/v3 v3.6.4
2525
google.golang.org/grpc v1.73.0
2626
k8s.io/client-go v0.30.11
2727
)
2828

2929
require (
3030
filippo.io/edwards25519 v1.1.0 // indirect
3131
github.com/beorn7/perks v1.0.1 // indirect
32-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
32+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3333
github.com/cespare/xxhash/v2 v2.3.0 // indirect
34-
github.com/coreos/go-semver v0.3.0 // indirect
35-
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
34+
github.com/coreos/go-semver v0.3.1 // indirect
35+
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
3636
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
3737
github.com/dustin/go-humanize v1.0.1 // indirect
3838
github.com/expr-lang/expr v1.17.2 // indirect
3939
github.com/go-logr/logr v1.4.2 // indirect
4040
github.com/go-logr/stdr v1.2.2 // indirect
4141
github.com/gogo/protobuf v1.3.2 // indirect
42-
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
42+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
4343
github.com/golang/protobuf v1.5.4 // indirect
44-
github.com/google/btree v1.0.1 // indirect
44+
github.com/google/btree v1.1.3 // indirect
45+
github.com/google/go-cmp v0.7.0 // indirect
4546
github.com/google/go-tpm v0.9.4 // indirect
4647
github.com/google/uuid v1.6.0 // indirect
4748
github.com/gorilla/websocket v1.5.0 // indirect
48-
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
49-
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
50-
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
51-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
49+
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
50+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
51+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
5252
github.com/jackc/pgpassfile v1.0.0 // indirect
5353
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
5454
github.com/jackc/puddle/v2 v2.2.2 // indirect
55-
github.com/jonboulle/clockwork v0.2.2 // indirect
56-
github.com/json-iterator/go v1.1.12 // indirect
55+
github.com/jonboulle/clockwork v0.5.0 // indirect
5756
github.com/minio/highwayhash v1.0.3 // indirect
58-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
59-
github.com/modern-go/reflect2 v1.0.2 // indirect
6057
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6158
github.com/nats-io/jwt/v2 v2.7.4 // indirect
6259
github.com/nats-io/nkeys v0.4.11 // indirect
@@ -66,40 +63,38 @@ require (
6663
github.com/prometheus/procfs v0.16.1 // indirect
6764
github.com/russross/blackfriday/v2 v2.1.0 // indirect
6865
github.com/soheilhy/cmux v0.1.5 // indirect
69-
github.com/spf13/pflag v1.0.5 // indirect
66+
github.com/spf13/pflag v1.0.6 // indirect
7067
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
7168
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
7269
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
73-
go.etcd.io/bbolt v1.3.11 // indirect
74-
go.etcd.io/etcd/client/v2 v2.305.21 // indirect
75-
go.etcd.io/etcd/pkg/v3 v3.5.21 // indirect
76-
go.etcd.io/etcd/raft/v3 v3.5.21 // indirect
70+
go.etcd.io/bbolt v1.4.2 // indirect
71+
go.etcd.io/etcd/pkg/v3 v3.6.4 // indirect
72+
go.etcd.io/raft/v3 v3.6.0 // indirect
7773
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
78-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
74+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
7975
go.opentelemetry.io/otel v1.35.0 // indirect
80-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
81-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
76+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
77+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
8278
go.opentelemetry.io/otel/metric v1.35.0 // indirect
8379
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
8480
go.opentelemetry.io/otel/trace v1.35.0 // indirect
85-
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
86-
go.uber.org/atomic v1.7.0 // indirect
87-
go.uber.org/multierr v1.6.0 // indirect
88-
go.uber.org/zap v1.17.0 // indirect
81+
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
82+
go.uber.org/multierr v1.11.0 // indirect
83+
go.uber.org/zap v1.27.0 // indirect
8984
golang.org/x/crypto v0.37.0 // indirect
9085
golang.org/x/net v0.39.0 // indirect
9186
golang.org/x/sync v0.13.0 // indirect
9287
golang.org/x/sys v0.32.0 // indirect
9388
golang.org/x/text v0.24.0 // indirect
9489
golang.org/x/time v0.11.0 // indirect
95-
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
9690
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
9791
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
9892
google.golang.org/protobuf v1.36.6 // indirect
99-
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
93+
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
10094
gopkg.in/yaml.v3 v3.0.1 // indirect
10195
k8s.io/apimachinery v0.30.11 // indirect
10296
k8s.io/klog/v2 v2.130.1 // indirect
10397
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
98+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
10499
sigs.k8s.io/yaml v1.4.0 // indirect
105100
)

0 commit comments

Comments
 (0)