1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

go.mod: update to current golang.org/x/sys revision

go get -d golang.org/x/sys@c0bba94af5f85fbad9f6dc2e04ed5b8fac9696cf
go mod tidy

This brings in linux/loong64 support.
This commit is contained in:
Guoqi Chen
2022-07-18 10:07:08 +08:00
parent 789518f70d
commit c2615dd746
2 changed files with 3 additions and 5 deletions

2
go.mod
View File

@@ -19,7 +19,7 @@ require (
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)