1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

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
This commit is contained in:
Tyler Yahn
2022-09-27 09:08:34 -07:00
committed by GitHub
parent 111a1d7bbd
commit 12e16d41e7
49 changed files with 74 additions and 63 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ require (
github.com/stretchr/testify v1.7.1
go.opentelemetry.io/otel v1.10.0
go.opentelemetry.io/otel/trace v1.10.0
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
)
require (