Conversation
…th 5 updates Bumps the go-dev-dependencies group with 4 updates in the / directory: [github.com/lib/pq](https://github.com/lib/pq), [github.com/bytedance/sonic](https://github.com/bytedance/sonic), [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) and [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil). Updates `github.com/lib/pq` from 1.10.9 to 1.11.1 - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.10.9...v1.11.1) Updates `github.com/bytedance/sonic` from 1.14.2 to 1.15.0 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](bytedance/sonic@v1.14.2...v1.15.0) Updates `github.com/bytedance/sonic/loader` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](bytedance/sonic@loader/v0.4.0...loader/v0.5.0) Updates `github.com/gabriel-vasile/mimetype` from 1.4.12 to 1.4.13 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](gabriel-vasile/mimetype@v1.4.12...v1.4.13) Updates `github.com/shirou/gopsutil/v4` from 4.25.12 to 4.26.1 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v4.25.12...v4.26.1) --- updated-dependencies: - dependency-name: github.com/lib/pq dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: github.com/bytedance/sonic dependency-version: 1.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-version: 0.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-version: 1.4.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-version: 4.26.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Conventional Commits Report😢 No conventional commits found. 👉 Learn more about the conventional commits usage at Greenbone. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #283 +/- ##
=======================================
Coverage 57.66% 57.66%
=======================================
Files 69 69
Lines 3812 3812
=======================================
Hits 2198 2198
Misses 1433 1433
Partials 181 181
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mgoetzegb
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dev-dependencies group with 4 updates in the / directory: github.com/lib/pq, github.com/bytedance/sonic, github.com/gabriel-vasile/mimetype and github.com/shirou/gopsutil/v4.
Updates
github.com/lib/pqfrom 1.10.9 to 1.11.1Release notes
Sourced from github.com/lib/pq's releases.
... (truncated)
Changelog
Sourced from github.com/lib/pq's changelog.
... (truncated)
Commits
eec526cRelease v1.11.1 (#1255)1928a1dFix []byte types incorrectly converted to PostgreSQL array (#1252)9e2aa8eRun staticcheck on all GOOS/GOARCH combinationsc9320c4Fix build on Windows and Plan92809526Fix build on 32bit systems8e88f7eRelease 1.11.00ad3049Handle pre-protocol errors to prevent memory exhaustionf1fae2eAdd pqtest.Fake.Close()3815d03Remove assumption that the auth response is AuthenticateOk589ad43Implement load_balance_hosts=randomUpdates
github.com/bytedance/sonicfrom 1.14.2 to 1.15.0Release notes
Sourced from github.com/bytedance/sonic's releases.
Commits
afa2fcechore: update go mod (#899)97eeff6feat: support Go 1.26 (#898)3afe8f2chore: update Go CI (#886)388df2dopt: ast node set (#883)8a732a3chore: benchmark with msgpack (#881)Updates
github.com/bytedance/sonic/loaderfrom 0.4.0 to 0.5.0Commits
97eeff6feat: support Go 1.26 (#898)3afe8f2chore: update Go CI (#886)388df2dopt: ast node set (#883)8a732a3chore: benchmark with msgpack (#881)3fbf6d5chore: update loader version to 0.4.0 (#878)Updates
github.com/gabriel-vasile/mimetypefrom 1.4.12 to 1.4.13Release notes
Sourced from github.com/gabriel-vasile/mimetype's releases.
Commits
8822588build(deps): bump the github-actions group across 1 directory with 3 updatesdfcfd00m3u: check NL after signature for fewer false-positivesb40e4dendjson: remove duplicate testcaseb9d4202m3u: add x-mpegurl alias (#755)913ef6eExtend: Ensure MIME string normalization (#756)02cce61bufr: add support (#754)fe42f3eframemaker: add support (#752)0beb64fttf: use ints instead of string for better performance (#751)3e267fcfonts: harden TTF and OTF detection (#750)789eb1dmisc: remove an outdated TODOUpdates
github.com/shirou/gopsutil/v4from 4.25.12 to 4.26.1Release notes
Sourced from github.com/shirou/gopsutil/v4's releases.
Commits
b2abf60Merge pull request #1997 from Aoang/fix/kelvin-to-celsius20de7d5Merge pull request #1994 from shirou/fix/get_terminal_map_bug01bdbbafix(sensors): kelvin to Celsiuse699d49Merge pull request #1996 from shirou/dependabot/github_actions/actions/checko...01bd7b4Merge pull request #1987 from shirou/dependabot/go_modules/golang.org/x/sys-0...7f96671Merge pull request #1979 from Dylan-M/dylanmyers/aix_foundation2f99176[process][posix]: fix getTerminalMap path construction bug8db834fMerge pull request #1995 from pgimalac/pgimalac/fix-empty-read-proc-pid-stat-...23555bfchore(deps): bump actions/checkout from 5.0.0 to 6.0.262a181cfix: return an error on reading empty proc pid stat fileDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions