2023-06-06: bump up dependencies update identified by dependabot #16023
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of actions:
Pure indirect dependency in tools/mod/go.mod
Other indirect dependency
github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0
which usesgithub.com/sirupsen/logrus@v1.4.2
. This version of indirect dependency seems not used by any modules.Other dependency update
arduino/setup-protoc
v2.0.0 introduces a breaking change: Support only the new protobuf versioning scheme arduino/setup-protoc#78 and the release manager recommends projects that depend on old protoc version (like us v3.14.0) uses v1 in Support only the new protobuf versioning scheme arduino/setup-protoc#78 (comment). Once Protobuf: cleanup both golang/protobuf and gogo/protobuf #14533 is sorted out, we can bump up this dependency.Test workflow passed and merged already
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.