-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/envoyproxy/protoc-gen-validate in /envoy
Bumps [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases) - [Changelog](https://github.com/bufbuild/protoc-gen-validate/blob/main/.goreleaser.yaml) - [Commits](bufbuild/protoc-gen-validate@v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: github.com/envoyproxy/protoc-gen-validate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
639a4f1
commit e16911e
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,19 @@ replace github.com/envoyproxy/[email protected] => ../ | |
require ( | ||
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 | ||
github.com/envoyproxy/go-control-plane v0.13.4 | ||
github.com/envoyproxy/protoc-gen-validate v1.1.0 | ||
github.com/envoyproxy/protoc-gen-validate v1.2.1 | ||
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 | ||
github.com/prometheus/client_model v0.6.0 | ||
go.opentelemetry.io/proto/otlp v1.0.0 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 | ||
google.golang.org/grpc v1.67.1 | ||
google.golang.org/protobuf v1.35.2 | ||
google.golang.org/protobuf v1.36.3 | ||
) | ||
|
||
require ( | ||
cel.dev/expr v0.16.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters