Skip to content

Commit 2cd3a03

Browse files
tonistiigicrazy-max
authored andcommitted
update etcd to v3.6.5
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
1 parent 9c8dba4 commit 2cd3a03

File tree

1,326 files changed

+155564
-33870
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,326 files changed

+155564
-33870
lines changed

api/raft.pb.go

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/raft.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package docker.swarmkit.v1;
44

55
import "github.com/docker/swarmkit/api/objects.proto";
66
import "github.com/docker/swarmkit/api/types.proto";
7-
import "go.etcd.io/etcd/raft/v3/raftpb/raft.proto";
7+
import "go.etcd.io/raft/v3/raftpb/raft.proto";
88
import weak "gogoproto/gogo.proto";
99
import weak "github.com/docker/swarmkit/protobuf/plugin/plugin.proto";
1010

go.mod

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/moby/swarmkit/v2
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
code.cloudfoundry.org/clock v1.1.0
@@ -13,7 +13,7 @@ require (
1313
github.com/docker/go-metrics v0.0.1
1414
github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee
1515
github.com/gogo/protobuf v1.3.2
16-
github.com/golang/protobuf v1.5.3
16+
github.com/golang/protobuf v1.5.4
1717
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1818
github.com/hashicorp/go-memdb v1.3.2
1919
github.com/onsi/ginkgo v1.16.5
@@ -23,16 +23,16 @@ require (
2323
github.com/pkg/errors v0.9.1
2424
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
2525
github.com/sirupsen/logrus v1.9.3
26-
github.com/spf13/cobra v1.7.0
27-
github.com/stretchr/testify v1.8.4
28-
go.etcd.io/bbolt v1.3.7
29-
go.etcd.io/etcd/client/pkg/v3 v3.5.6
30-
go.etcd.io/etcd/pkg/v3 v3.5.6
31-
go.etcd.io/etcd/raft/v3 v3.5.6
32-
go.etcd.io/etcd/server/v3 v3.5.6
33-
golang.org/x/crypto v0.14.0
34-
golang.org/x/net v0.17.0
35-
golang.org/x/time v0.3.0
26+
github.com/spf13/cobra v1.9.1
27+
github.com/stretchr/testify v1.10.0
28+
go.etcd.io/bbolt v1.4.3
29+
go.etcd.io/etcd/client/pkg/v3 v3.6.5
30+
go.etcd.io/etcd/pkg/v3 v3.6.5
31+
go.etcd.io/etcd/server/v3 v3.6.5
32+
go.etcd.io/raft/v3 v3.6.0
33+
golang.org/x/crypto v0.36.0
34+
golang.org/x/net v0.38.0
35+
golang.org/x/time v0.9.0
3636

3737
// NOTE(dperny,cyli): there is some error handling, found in the
3838
// (*firstSessionErrorTracker).SessionClosed method in node/node.go, which
@@ -47,42 +47,46 @@ require (
4747
//
4848
// - https://github.com/moby/swarmkit/commit/4343384f11737119c3fa1524da2cb2707c70e04a
4949
// - https://github.com/moby/swarmkit/commit/8a2b6fd64944bcef8154ced28f90aeec6abfeb04
50-
google.golang.org/grpc v1.53.0
50+
google.golang.org/grpc v1.71.1
5151
)
5252

5353
require (
5454
github.com/beorn7/perks v1.0.1 // indirect
55-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
55+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
56+
github.com/coreos/go-semver v0.3.1 // indirect
5657
github.com/davecgh/go-spew v1.1.1 // indirect
57-
github.com/dustin/go-humanize v1.0.0 // indirect
58+
github.com/dustin/go-humanize v1.0.1 // indirect
5859
github.com/fsnotify/fsnotify v1.6.0 // indirect
59-
github.com/go-logr/logr v1.2.4 // indirect
60+
github.com/go-logr/logr v1.4.2 // indirect
6061
github.com/google/certificate-transparency-go v1.1.4 // indirect
61-
github.com/google/go-cmp v0.5.9 // indirect
62+
github.com/google/go-cmp v0.7.0 // indirect
63+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
6264
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
6365
github.com/hashicorp/golang-lru v0.5.4 // indirect
6466
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6567
github.com/jmoiron/sqlx v1.3.3 // indirect
66-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
68+
github.com/klauspost/compress v1.17.9 // indirect
69+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6770
github.com/nxadm/tail v1.4.8 // indirect
6871
github.com/pmezard/go-difflib v1.0.0 // indirect
69-
github.com/prometheus/client_golang v1.14.0 // indirect
70-
github.com/prometheus/client_model v0.3.0 // indirect
71-
github.com/prometheus/common v0.42.0 // indirect
72-
github.com/prometheus/procfs v0.9.0 // indirect
73-
github.com/spf13/pflag v1.0.5 // indirect
72+
github.com/prometheus/client_golang v1.20.5 // indirect
73+
github.com/prometheus/client_model v0.6.1 // indirect
74+
github.com/prometheus/common v0.62.0 // indirect
75+
github.com/prometheus/procfs v0.15.1 // indirect
76+
github.com/spf13/pflag v1.0.6 // indirect
7477
github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b // indirect
7578
github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc // indirect
7679
github.com/zmap/zlint/v3 v3.1.0 // indirect
77-
go.uber.org/atomic v1.9.0 // indirect
78-
go.uber.org/multierr v1.8.0 // indirect
79-
go.uber.org/zap v1.21.0 // indirect
80-
golang.org/x/mod v0.11.0 // indirect
81-
golang.org/x/sys v0.13.0 // indirect
82-
golang.org/x/text v0.13.0 // indirect
83-
golang.org/x/tools v0.10.0 // indirect
80+
go.etcd.io/etcd/api/v3 v3.6.5 // indirect
81+
go.uber.org/multierr v1.11.0 // indirect
82+
go.uber.org/zap v1.27.0 // indirect
83+
golang.org/x/mod v0.17.0 // indirect
84+
golang.org/x/sync v0.12.0 // indirect
85+
golang.org/x/sys v0.31.0 // indirect
86+
golang.org/x/text v0.23.0 // indirect
87+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
8488
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
85-
google.golang.org/protobuf v1.31.0 // indirect
89+
google.golang.org/protobuf v1.36.5 // indirect
8690
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
8791
gopkg.in/yaml.v3 v3.0.1 // indirect
8892
k8s.io/klog/v2 v2.90.1 // indirect

0 commit comments

Comments
 (0)