Go: Bump golang.org/x/sys from 0.15.0 to 0.16.0 (#7191)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/sys/compare/v0.15.0...v0.16.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-29 16:08:37 +00:00
committed by GitHub
parent fb94ee697e
commit 5b66702f43
14 changed files with 89 additions and 34 deletions

2
go.mod
View File

@@ -53,7 +53,7 @@ require (
github.com/tidwall/gjson v1.17.0
github.com/zalando/go-keyring v0.2.3
golang.org/x/sync v0.6.0
golang.org/x/sys v0.15.0
golang.org/x/sys v0.16.0
golang.org/x/term v0.15.0
golang.org/x/text v0.14.0
gopkg.in/AlecAivazis/survey.v1 v1.8.8