chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 (#1566)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-12 14:24:45 +02:00
committed by GitHub
parent ca4ad46e2d
commit d7f052fb27
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
github.com/yusufpapurcu/wmi v1.2.4
go.opencensus.io v0.24.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
golang.org/x/sys v0.23.0
golang.org/x/sys v0.24.0
gopkg.in/yaml.v3 v3.0.1
)