1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/exporters/otlp/otlptrace/otlptracegrpc
Tyler Yahn 12e16d41e7
Bump golang.org/x/sys/unix (#3235)
* Bump golang.org/x/sys/unix

Fix #3234

Address GO-2022-0493 by upgrading golang.org/x/sys/unix from
v0.0.0-20210423185535-09eb48e85fd7 to
v0.0.0-20220919091848-fb04ddd9f9c8.

* Add changes to changelog
2022-09-27 09:08:34 -07:00
..
client_test.go Handle partial-success responses for OTLP trace (#3106) 2022-09-06 14:20:19 -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 Move partialsuccess code to internal package (#3146) 2022-09-08 10:46:36 -07:00
exporter.go Refactor exporter creation functions (#1985) 2021-06-10 09:22:47 -07:00
go.mod Bump golang.org/x/sys/unix (#3235) 2022-09-27 09:08:34 -07:00
go.sum Bump golang.org/x/sys/unix (#3235) 2022-09-27 09:08:34 -07:00
mock_collector_test.go Handle partial-success responses for OTLP trace (#3106) 2022-09-06 14:20:19 -05:00
options.go Use already enabled revive linter and add depguard (#2883) 2022-05-19 15:15:07 -05:00