Skip to content

Commit b9cbf24

Browse files
chore(deps): update module golang.org/x/sys to v0.16.0 (#548)
| datasource | package | from | to | | ---------- | ---------------- | ------- | ------- | | go | golang.org/x/sys | v0.15.0 | v0.16.0 | Co-authored-by: l50-renovate-bot[bot] <153877091+l50-renovate-bot[bot]@users.noreply.github.com> Co-authored-by: Jayson Grace <[email protected]>
1 parent c763670 commit b9cbf24

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ require (
5454
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
5555
golang.org/x/mod v0.14.0 // indirect
5656
golang.org/x/net v0.19.0 // indirect
57+
golang.org/x/sys v0.16.0 // indirect
5758
golang.org/x/sync v0.6.0 // indirect
58-
golang.org/x/sys v0.15.0 // indirect
5959
golang.org/x/text v0.14.0 // indirect
6060
golang.org/x/tools v0.16.1 // indirect
6161
gopkg.in/warnings.v0 v0.1.2 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
196196
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
197197
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
198198
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
199+
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
200+
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
199201
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
200202
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
201203
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=

magefiles/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ require (
3838
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
3939
golang.org/x/mod v0.14.0 // indirect
4040
golang.org/x/net v0.19.0 // indirect
41+
golang.org/x/sys v0.16.0 // indirect
4142
golang.org/x/sync v0.6.0 // indirect
42-
golang.org/x/sys v0.15.0 // indirect
4343
golang.org/x/text v0.14.0 // indirect
4444
golang.org/x/tools v0.16.1 // indirect
4545
gopkg.in/warnings.v0 v0.1.2 // indirect

magefiles/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
157157
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
158158
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
159159
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
160+
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
160161
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
161162
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
162163
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=

0 commit comments

Comments
 (0)