chore(deps): bump golang.org/x/sys from 0.1.0 to 0.2.0

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/compare/v0.1.0...v0.2.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]
2022-11-14 11:03:46 +00:00
committed by GitHub
parent 6ddab61fa5
commit 09a83cf01f
2 changed files with 3 additions and 5 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/prometheus/common v0.37.0
github.com/prometheus/exporter-toolkit v0.8.1
github.com/sirupsen/logrus v1.9.0
golang.org/x/sys v0.1.0
golang.org/x/sys v0.2.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v3 v3.0.1
)