Skip to content

Commit

Permalink
fix(deps): update golang.org/x/sys commit hash to d867a43
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and bluecmd committed Aug 12, 2021
1 parent b28fd4b commit bf8911b
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 30 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ require (
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.30.0
golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122
golang.org/x/sys v0.0.0-20210809203939-894668206c86
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c h1:F1jZWGFhYfh0Ci55sIpILtKKK
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210809203939-894668206c86 h1:MmHNJuaWvdCGJjEzhPN709DMlCsVJvzBr1s8b2HduQE=
golang.org/x/sys v0.0.0-20210809203939-894668206c86/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e h1:WUoyKPm6nCo1BnNUvPGnFG3T5DUVem42yDJZZ4CNxMA=
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down
39 changes: 15 additions & 24 deletions vendor/golang.org/x/sys/unix/ioctl_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions vendor/golang.org/x/sys/unix/syscall_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions vendor/golang.org/x/sys/unix/zsyscall_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ github.com/prometheus/procfs/internal/util
# golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122
## explicit
golang.org/x/crypto/pbkdf2
# golang.org/x/sys v0.0.0-20210809203939-894668206c86
# golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
## explicit
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/unix
Expand Down

0 comments on commit bf8911b

Please sign in to comment.