Bump golang.org/x/sys from 0.15.0 to 0.16.0

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>
This commit is contained in:
dependabot[bot]
2024-01-05 03:58:59 +00:00
parent be046dcfb7
commit 390b3f8af9
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -13,7 +13,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
golang.org/x/sys v0.15.0
golang.org/x/sys v0.16.0
gopkg.in/yaml.v3 v3.0.1
)