Bump golang.org/x/sys from 0.0.0-20210415045647-66c3f260301c to 0.1.0

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210415045647-66c3f260301c to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-25 07:56:11 +00:00
committed by Soren L. Hansen
parent 338566985b
commit 8c8f4d36d0
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -11,5 +11,5 @@ require (
github.com/pkg/errors v0.9.1
github.com/urfave/cli/v2 v2.3.0
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golang.org/x/sys v0.1.0 // indirect
)