Bump golang.org/x/sys from 0.0.0-20171017063910-8dbc5d05d6ed to 0.1.0

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20171017063910-8dbc5d05d6ed 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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-25 00:34:50 +00:00 committed by GitHub
parent 493275c780
commit 8abd0d9dcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

2
go.mod
View file

@ -6,5 +6,5 @@ require (
github.com/hanwen/go-fuse v0.0.0-20170609101909-5690be47d614
github.com/joho/godotenv v1.2.0
golang.org/x/crypto v0.0.0-20171019172325-541b9d50ad47
golang.org/x/sys v0.0.0-20171017063910-8dbc5d05d6ed
golang.org/x/sys v0.1.0 // indirect
)