Skip to content

Commit b65acaf

Browse files
authored
Merge pull request #43 from cirello-io/dependabot/go_modules/golang.org/x/sys-0.29.0
build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0
2 parents 5f1dda4 + d81550a commit b65acaf

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
2020
golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect
2121
golang.org/x/net v0.33.0 // indirect
22-
golang.org/x/sys v0.28.0 // indirect
22+
golang.org/x/sys v0.29.0 // indirect
2323
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
2424
modernc.org/libc v1.61.6 // indirect
2525
modernc.org/mathutil v1.7.1 // indirect

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
7373
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
7474
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
7575
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
76-
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
7776
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
77+
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
78+
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
7879
golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE=
7980
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
8081
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=

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

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

vendor/golang.org/x/sys/windows/dll_windows.go

+5-6
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
@@ -44,7 +44,7 @@ golang.org/x/exp/constraints
4444
## explicit; go 1.18
4545
golang.org/x/net/html
4646
golang.org/x/net/html/atom
47-
# golang.org/x/sys v0.28.0
47+
# golang.org/x/sys v0.29.0
4848
## explicit; go 1.18
4949
golang.org/x/sys/unix
5050
golang.org/x/sys/windows

0 commit comments

Comments
 (0)