corazawaf / coraza-benchmark

Coraza Benchmark
Apache License 2.0
1 stars 1 forks source link

fix(deps): update module github.com/shirou/gopsutil/v3 to v4 #19

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/shirou/gopsutil/v3 v3.24.5 -> v4.24.6 age adoption passing confidence

Release Notes

shirou/gopsutil (github.com/shirou/gopsutil/v3) ### [`v4.24.6`](https://togithub.com/shirou/gopsutil/releases/tag/v4.24.6) [Compare Source](https://togithub.com/shirou/gopsutil/compare/v4.24.5...v4.24.6) #### What's Changed ##### host - Issue 1658: Fix for parsing error where 'day,' is ignored on AIX uptime check by [@​aidangill-projects](https://togithub.com/aidangill-projects) in [https://github.com/shirou/gopsutil/pull/1659](https://togithub.com/shirou/gopsutil/pull/1659) - Resolved Issue 1661 - AIX Runtime Panic in Host by [@​aidangill-projects](https://togithub.com/aidangill-projects) in [https://github.com/shirou/gopsutil/pull/1663](https://togithub.com/shirou/gopsutil/pull/1663) ##### sensors - fix memory leak by [@​thechampagne](https://togithub.com/thechampagne) in [https://github.com/shirou/gopsutil/pull/1656](https://togithub.com/shirou/gopsutil/pull/1656) - fix: package misnaming in `sensors_freebsd.go` by [@​uubulb](https://togithub.com/uubulb) in [https://github.com/shirou/gopsutil/pull/1668](https://togithub.com/shirou/gopsutil/pull/1668) ##### Other Changes - Fix boot time not returning stat file value by [@​govrin](https://togithub.com/govrin) in [https://github.com/shirou/gopsutil/pull/1655](https://togithub.com/shirou/gopsutil/pull/1655) #### New Contributors - [@​thechampagne](https://togithub.com/thechampagne) made their first contribution in [https://github.com/shirou/gopsutil/pull/1656](https://togithub.com/shirou/gopsutil/pull/1656) - [@​aidangill-projects](https://togithub.com/aidangill-projects) made their first contribution in [https://github.com/shirou/gopsutil/pull/1659](https://togithub.com/shirou/gopsutil/pull/1659) - [@​govrin](https://togithub.com/govrin) made their first contribution in [https://github.com/shirou/gopsutil/pull/1655](https://togithub.com/shirou/gopsutil/pull/1655) - [@​uubulb](https://togithub.com/uubulb) made their first contribution in [https://github.com/shirou/gopsutil/pull/1668](https://togithub.com/shirou/gopsutil/pull/1668) **Full Changelog**: https://github.com/shirou/gopsutil/compare/v4.24.5...v4.24.6 #### What's Changed ##### host - Issue 1658: Fix for parsing error where 'day,' is ignored on AIX uptime check by [@​aidangill-projects](https://togithub.com/aidangill-projects) in [https://github.com/shirou/gopsutil/pull/1659](https://togithub.com/shirou/gopsutil/pull/1659) - Resolved Issue 1661 - AIX Runtime Panic in Host by [@​aidangill-projects](https://togithub.com/aidangill-projects) in [https://github.com/shirou/gopsutil/pull/1663](https://togithub.com/shirou/gopsutil/pull/1663) ##### Other Changes - fix memory leak by [@​thechampagne](https://togithub.com/thechampagne) in [https://github.com/shirou/gopsutil/pull/1656](https://togithub.com/shirou/gopsutil/pull/1656) - Fix boot time not returning stat file value by [@​govrin](https://togithub.com/govrin) in [https://github.com/shirou/gopsutil/pull/1655](https://togithub.com/shirou/gopsutil/pull/1655) - fix: package misnaming in `sensors_freebsd.go` by [@​uubulb](https://togithub.com/uubulb) in [https://github.com/shirou/gopsutil/pull/1668](https://togithub.com/shirou/gopsutil/pull/1668) #### New Contributors - [@​thechampagne](https://togithub.com/thechampagne) made their first contribution in [https://github.com/shirou/gopsutil/pull/1656](https://togithub.com/shirou/gopsutil/pull/1656) - [@​aidangill-projects](https://togithub.com/aidangill-projects) made their first contribution in [https://github.com/shirou/gopsutil/pull/1659](https://togithub.com/shirou/gopsutil/pull/1659) - [@​govrin](https://togithub.com/govrin) made their first contribution in [https://github.com/shirou/gopsutil/pull/1655](https://togithub.com/shirou/gopsutil/pull/1655) - [@​uubulb](https://togithub.com/uubulb) made their first contribution in [https://github.com/shirou/gopsutil/pull/1668](https://togithub.com/shirou/gopsutil/pull/1668) **Full Changelog**: https://github.com/shirou/gopsutil/compare/v4.24.5...v4.24.6 ### [`v4.24.5`](https://togithub.com/shirou/gopsutil/releases/tag/v4.24.5) [Compare Source](https://togithub.com/shirou/gopsutil/compare/v3.24.5...v4.24.5) #### What's Changed gopsutil v4 is released as `v4.24.5`. `v3` will not be updated except for high level security issues. #### Breaking Changes - `host/SensorsTemperatures()` moved to in the new `sensors` package. - `process.Groups()` now returns uint32. ([#​1424](https://togithub.com/shirou/gopsutil/issues/1424)) - `process.Uids()` and `process.Gids()` also now uint32. - The Pid remains int32. This is because changing it is expected to have a significant impact. - `mem.VirtualMemoryExStat` is now `ExVirtualMemory` with `ExLinux` and `ExWindows`. See document about [`Ex structs`](https://togithub.com/shirou/gopsutil?tab=readme-ov-file#ex-struct-from-v4245). #### Other - Add SPDX license header line. - Remove [coveralls.io](https://coveralls.io/) - Remove old go build tag such as `// +build` **Full Changelog**: https://github.com/shirou/gopsutil/compare/v3.24.5...v4.24.5

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.