-
Notifications
You must be signed in to change notification settings - Fork 521
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 go.opentelemetry.io/proto/otlp in /envoy
Bumps [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) from 1.0.0 to 1.5.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases) - [Commits](open-telemetry/opentelemetry-proto-go@v1.0.0...v1.5.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/proto/otlp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
323d088
commit 3dff9aa
Showing
12 changed files
with
100 additions
and
43 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
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
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
module github.com/envoyproxy/go-control-plane/envoy | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.22.5 | ||
|
||
// Used to resolve import issues related to go-control-plane package split (https://github.com/envoyproxy/go-control-plane/issues/1074) | ||
replace github.com/envoyproxy/[email protected] => ../ | ||
|
@@ -11,9 +13,9 @@ require ( | |
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.1 | ||
go.opentelemetry.io/proto/otlp v1.0.0 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a | ||
go.opentelemetry.io/proto/otlp v1.5.0 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250102185135-69823020774d | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d | ||
google.golang.org/grpc v1.70.0 | ||
google.golang.org/protobuf v1.36.4 | ||
) | ||
|
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
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
Oops, something went wrong.