Skip to content

Commit ef346e5

Browse files
committed
vendor: go.etcd.io/raft/v3 v3.7.0-rc.1
Update the dependency to drop the deprecated github.com/golang/protobuf. The CLI only uses the swarmkit protos to fill in service-defaults, so does not depend on the raft parts, but this does raise the minimum Go version. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent e8f837b commit ef346e5

33 files changed

Lines changed: 1136 additions & 13416 deletions

vendor.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module github.com/docker/cli
44
// There is no 'go.mod' file, as that would imply opting in for all the rules
55
// around SemVer, which this repo cannot abide by as it uses CalVer.
66

7-
go 1.25.0
7+
go 1.26
88

99
tool golang.org/x/mod/modfile // for module compatibility check
1010

@@ -80,7 +80,6 @@ require (
8080
github.com/felixge/httpsnoop v1.0.4 // indirect
8181
github.com/go-logr/logr v1.4.3 // indirect
8282
github.com/go-logr/stdr v1.2.2 // indirect
83-
github.com/golang/protobuf v1.5.4 // indirect
8483
github.com/gorilla/mux v1.8.1 // indirect
8584
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
8685
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -96,7 +95,7 @@ require (
9695
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9796
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
9897
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
99-
go.etcd.io/raft/v3 v3.6.0 // indirect
98+
go.etcd.io/raft/v3 v3.7.0-rc.1 // indirect
10099
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
101100
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
102101
go.opentelemetry.io/proto/otlp v1.10.0 // indirect

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17
202202
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=
203203
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
204204
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
205-
go.etcd.io/raft/v3 v3.6.0 h1:5NtvbDVYpnfZWcIHgGRk9DyzkBIXOi8j+DDp1IcnUWQ=
206-
go.etcd.io/raft/v3 v3.6.0/go.mod h1:nLvLevg6+xrVtHUmVaTcTz603gQPHfh7kUAwV6YpfGo=
205+
go.etcd.io/raft/v3 v3.7.0-rc.1 h1:ZjxgOnOT16uEGhR6xiijKT0OcTk+9Nw0sU2ZgGAAjGg=
206+
go.etcd.io/raft/v3 v3.7.0-rc.1/go.mod h1:sWN3FZ3+MUeGidw1pzYc78c11I7VmeteCFB3YjA7tcw=
207207
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
208208
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
209209
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 h1:CqXxU8VOmDefoh0+ztfGaymYbhdB/tT3zs79QaZTNGY=

vendor/github.com/golang/protobuf/AUTHORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/golang/protobuf/CONTRIBUTORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/golang/protobuf/LICENSE

Lines changed: 0 additions & 28 deletions
This file was deleted.

vendor/github.com/golang/protobuf/proto/buffer.go

Lines changed: 0 additions & 324 deletions
This file was deleted.

0 commit comments

Comments
 (0)