chore(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-10 11:57:37 +00:00
committed by GitHub
parent bacd040b17
commit 05abe04d90
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -16,7 +16,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/yusufpapurcu/wmi v1.2.2
go.opencensus.io v0.23.0 // indirect
golang.org/x/sys v0.6.0
golang.org/x/sys v0.7.0
gopkg.in/yaml.v3 v3.0.1
)