Conversation
Bumps the go-dev-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/lib/pq](https://github.com/lib/pq) | `1.11.1` | `1.11.2` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.47.0` | `0.48.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.3` | `1.18.4` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.33` | `1.14.34` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.32.0` | `0.33.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.49.0` | `0.50.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.33.0` | `0.34.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.41.0` | `0.42.0` | Updates `github.com/lib/pq` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.11.1...v1.11.2) Updates `golang.org/x/crypto` from 0.47.0 to 0.48.0 - [Commits](golang/crypto@v0.47.0...v0.48.0) Updates `github.com/klauspost/compress` from 1.18.3 to 1.18.4 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.18.3...v1.18.4) Updates `github.com/mattn/go-sqlite3` from 1.14.33 to 1.14.34 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.33...v1.14.34) Updates `golang.org/x/mod` from 0.32.0 to 0.33.0 - [Commits](golang/mod@v0.32.0...v0.33.0) Updates `golang.org/x/net` from 0.49.0 to 0.50.0 - [Commits](golang/net@v0.49.0...v0.50.0) Updates `golang.org/x/text` from 0.33.0 to 0.34.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.33.0...v0.34.0) Updates `golang.org/x/tools` from 0.41.0 to 0.42.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: github.com/lib/pq dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: github.com/klauspost/compress dependency-version: 1.18.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.34 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: golang.org/x/mod dependency-version: 0.33.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: golang.org/x/net dependency-version: 0.50.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: golang.org/x/text dependency-version: 0.34.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: golang.org/x/tools dependency-version: 0.42.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuesgo.mod
OpenSSF Scorecard
Scanned Files
|
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 #288 +/- ##
=======================================
Coverage 57.71% 57.71%
=======================================
Files 69 69
Lines 3862 3862
=======================================
Hits 2229 2229
Misses 1445 1445
Partials 188 188
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 16, 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 8 updates:
1.11.11.11.20.47.00.48.01.18.31.18.41.14.331.14.340.32.00.33.00.49.00.50.00.33.00.34.00.41.00.42.0Updates
github.com/lib/pqfrom 1.11.1 to 1.11.2Release notes
Sourced from github.com/lib/pq's releases.
Changelog
Sourced from github.com/lib/pq's changelog.
Commits
1412805Don't send empty startup parameters0c529dbDon't send dbname= as a startup parameter when database= is usedUpdates
golang.org/x/cryptofrom 0.47.0 to 0.48.0Commits
e08b067go.mod: update golang.org/x dependencies7d0074cscrypt: fix panic on parameters <= 0Updates
github.com/klauspost/compressfrom 1.18.3 to 1.18.4Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
c03560fzstd: Add ResetWithOptions to encoder/decoder (#1122)0874ab8build(deps): bump the github-actions group with 3 updates (#1126)4a36836doc: Clarify documentation in readme (#1125)4309644zstd: document concurrency option handling in encoder (#1124)c262ec6Update README.md861ca97Downstream CVE-2025-61728 (#1123)03de960gzhttp: Add zstandard to server handler wrapper (#1121)bb1ab3bbuild(deps): bump the github-actions group with 2 updates (#1120)986a51efix(gzhttp): preserve qvalue when extra parameters follow in Accept-Encoding ...fbe3b12build(deps): bump the github-actions group with 3 updates (#1118)Updates
github.com/mattn/go-sqlite3from 1.14.33 to 1.14.34Commits
2087331add script to create pull-requesta510883Upgrade SQLite to version 3051002dce6b34Add percentile extensionUpdates
golang.org/x/modfrom 0.32.0 to 0.33.0Commits
27761a2go.mod: update golang.org/x dependenciesUpdates
golang.org/x/netfrom 0.49.0 to 0.50.0Commits
ebddb99go.mod: update golang.org/x dependencies4a490d4internal/http3: add Expect: 100-continue support to ClientConn73fe701internal/http3: add Expect: 100-continue support to Serveraf0c9dfhtml: add NodeType.String() methode02fb33internal/http3: make responseWriter.Flush write headers if not done yetda558ffinternal/http3: ensure bodyReader cannot be read after being closedd7c76fainternal/http3: make responseWriter behave closer to other http.ResponseWriter64b3af9http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit1973e8dinternal/http3: add Server support for handling HEAD requests57ea86dicmp, internal/socket, ipv4, ipv6: use binary.NativeEndianUpdates
golang.org/x/textfrom 0.33.0 to 0.34.0Commits
817fba9go.mod: update golang.org/x dependencies3264de9all: clean up old Go hacks74af298all: fix tags in remaining Unicode tables117e03ball: delete old Unicode tables9463ea4all: update to Unicode 177278b25internal/export/idna: update for post-Unicode 10 idna changesf964ad8internal/export/idna: delete old code678d34eunicode/norm: preserve QC Maybe bit in packed forminfoUpdates
golang.org/x/toolsfrom 0.41.0 to 0.42.0Commits
009367fgo.mod: update golang.org/x dependencies2182926go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods27020acinternal/server: add module upgrade pathway after vulncheck scanningc4ec0f5internal/server: list vulnerabilities within vulncheck prompt80d1715gopls/internal/protocol: add document uri field type0e23509gopls/doc: update link to Acme LSP plugin7b3ed75gopls/internal/server: respect SemanticTokens option during initializationfddd4a6gopls/filecache: prevent premature CAS file evictione3a69ffgopls/internal/golang: refactor.inline.variable: add parens955d132gopls/internal/golang: migrate pkgdoc to cursorDependabot 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 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