1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/exporters/otlp/otlptrace/otlptracegrpc
dependabot[bot] 9d61fd024d
Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 in /exporters/otlp/otlptrace (#2730)
* Bump google.golang.org/protobuf in /exporters/otlp/otlptrace

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.27.1 to 1.28.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.27.1...v1.28.0)

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Auto-fix go.sum changes in dependent modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MrAlias <MrAlias@users.noreply.github.com>
2022-03-28 07:59:39 -07:00
..
client_test.go Use randomly-available port in otlp exporters tests (#2627) 2022-02-22 18:03:17 -05:00
client_unit_test.go Use the grpc.ClientConn to handle connections for the otlptracegrpc client (#2329) 2021-11-25 08:06:21 -08:00
client.go Add Marshaling implementations for exporters (#2578) 2022-02-25 10:28:28 -08:00
exporter.go Refactor exporter creation functions (#1985) 2021-06-10 09:22:47 -07:00
go.mod Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 in /exporters/otlp/otlptrace (#2730) 2022-03-28 07:59:39 -07:00
go.sum Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 in /exporters/otlp/otlptrace (#2730) 2022-03-28 07:59:39 -07:00
mock_collector_test.go Use the grpc.ClientConn to handle connections for the otlptracegrpc client (#2329) 2021-11-25 08:06:21 -08:00
options.go Change Options to accept type not pointer (#2558) 2022-02-01 15:51:23 -06:00