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

dependabot updates Tue Sep 5 06:35:43 UTC 2023 (#4477)

Bump golang.org/x/sys from 0.11.0 to 0.12.0 in /sdk
This commit is contained in:
OpenTelemetry Bot
2023-09-05 00:04:55 -07:00
committed by GitHub
parent 02616a25c6
commit b17ad41a00
46 changed files with 69 additions and 69 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ require (
github.com/prometheus/procfs v0.10.1 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
go.opentelemetry.io/otel/trace v1.17.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/sys v0.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)