Skip to content

Commit c696c66

Browse files
fix(security/UNKNOWN/cmd/dataobj-inspect): Update module golang.org/x/sys to v0.44.0 [SECURITY] (release-3.6.x) (#22215)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 90e12c9 commit c696c66

2 files changed

Lines changed: 82 additions & 102 deletions

File tree

‎cmd/dataobj-inspect/go.mod‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ require (
5050
go.opentelemetry.io/otel/metric v1.43.0 // indirect
5151
go.opentelemetry.io/otel/trace v1.43.0 // indirect
5252
go.uber.org/atomic v1.11.0 // indirect
53+
go.yaml.in/yaml/v2 v2.4.4 // indirect
5354
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
5455
golang.org/x/mod v0.33.0 // indirect
5556
golang.org/x/sync v0.20.0 // indirect
56-
golang.org/x/sys v0.42.0 // indirect
57+
golang.org/x/sys v0.44.0 // indirect
58+
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
5759
golang.org/x/text v0.35.0 // indirect
5860
golang.org/x/tools v0.42.0 // indirect
5961
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
6062
google.golang.org/protobuf v1.36.11 // indirect
61-
gopkg.in/yaml.v2 v2.4.0 // indirect
6263
)

0 commit comments

Comments
 (0)