Skip to content

Commit ba3f2cb

Browse files
authored
Merge pull request #346 from atc0005/dependabot/go_modules/master/golang.org/x/sys-0.24.0
Go Dependency: Bump golang.org/x/sys from 0.23.0 to 0.24.0
2 parents 63e94eb + fd59b13 commit ba3f2cb

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ require (
1010
require (
1111
github.com/mattn/go-colorable v0.1.13 // indirect
1212
github.com/mattn/go-isatty v0.0.20 // indirect
13-
golang.org/x/sys v0.23.0 // indirect
13+
golang.org/x/sys v0.24.0 // indirect
1414
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
1919
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2020
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2121
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
22-
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
23-
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
22+
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg=
23+
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
2424
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

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

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ github.com/mattn/go-isatty
1212
github.com/rs/zerolog
1313
github.com/rs/zerolog/internal/cbor
1414
github.com/rs/zerolog/internal/json
15-
# golang.org/x/sys v0.23.0
15+
# golang.org/x/sys v0.24.0
1616
## explicit; go 1.18
1717
golang.org/x/sys/unix

0 commit comments

Comments
 (0)