Skip to content

Commit bf8911b

Browse files
renovate-botbluecmd
authored andcommitted
fix(deps): update golang.org/x/sys commit hash to d867a43
1 parent b28fd4b commit bf8911b

File tree

6 files changed

+40
-30
lines changed

6 files changed

+40
-30
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ require (
77
github.com/prometheus/client_golang v1.11.0
88
github.com/prometheus/common v0.30.0
99
golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122
10-
golang.org/x/sys v0.0.0-20210809203939-894668206c86
10+
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
1111
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c h1:F1jZWGFhYfh0Ci55sIpILtKKK
330330
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
331331
golang.org/x/sys v0.0.0-20210809203939-894668206c86 h1:MmHNJuaWvdCGJjEzhPN709DMlCsVJvzBr1s8b2HduQE=
332332
golang.org/x/sys v0.0.0-20210809203939-894668206c86/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
333+
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e h1:WUoyKPm6nCo1BnNUvPGnFG3T5DUVem42yDJZZ4CNxMA=
334+
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
333335
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
334336
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
335337
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

vendor/golang.org/x/sys/unix/ioctl_linux.go

Lines changed: 15 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sys/unix/syscall_linux.go

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sys/unix/zsyscall_linux.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ github.com/prometheus/procfs/internal/util
3131
# golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122
3232
## explicit
3333
golang.org/x/crypto/pbkdf2
34-
# golang.org/x/sys v0.0.0-20210809203939-894668206c86
34+
# golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
3535
## explicit
3636
golang.org/x/sys/internal/unsafeheader
3737
golang.org/x/sys/unix

0 commit comments

Comments
 (0)