Conversation
Bumps the go-dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/lib/pq](https://github.com/lib/pq) | `1.11.2` | `1.12.0` | | [github.com/bytedance/gopkg](https://github.com/bytedance/gopkg) | `0.1.3` | `0.1.4` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.8.0` | `5.9.1` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.4` | `1.18.5` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.34` | `1.14.37` | Updates `github.com/lib/pq` from 1.11.2 to 1.12.0 - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.11.2...v1.12.0) Updates `github.com/bytedance/gopkg` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/bytedance/gopkg/releases) - [Commits](bytedance/gopkg@v0.1.3...v0.1.4) Updates `github.com/jackc/pgx/v5` from 5.8.0 to 5.9.1 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.8.0...v5.9.1) Updates `github.com/klauspost/compress` from 1.18.4 to 1.18.5 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.18.4...v1.18.5) Updates `github.com/mattn/go-sqlite3` from 1.14.34 to 1.14.37 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.34...v1.14.37) --- updated-dependencies: - dependency-name: github.com/lib/pq dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: github.com/bytedance/gopkg dependency-version: 0.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: github.com/klauspost/compress dependency-version: 1.18.5 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.37 dependency-type: indirect update-type: version-update:semver-patch 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 #298 +/- ##
=======================================
Coverage 57.23% 57.23%
=======================================
Files 70 70
Lines 3945 3945
=======================================
Hits 2258 2258
Misses 1491 1491
Partials 196 196
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
Mar 23, 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 5 updates:
1.11.21.12.00.1.30.1.45.8.05.9.11.18.41.18.51.14.341.14.37Updates
github.com/lib/pqfrom 1.11.2 to 1.12.0Release notes
Sourced from github.com/lib/pq's releases.
... (truncated)
Changelog
Sourced from github.com/lib/pq's changelog.
... (truncated)
Commits
42ab0ffChange default sslmode from "require" to "prefer"6d40f13Release v1.12.0386fc0eDocument NULL behaviour with COPYa62682eBetter staticcheck cache 287ee06cBetter staticcheck cache0962458Rewrite tests to use pqerror, pq.As()0d20981Don't move pq.Error to pqerror.Error4332138Add pqerror package620d6d5Make tests run fasterdc8ff5dImplement connection service fileUpdates
github.com/bytedance/gopkgfrom 0.1.3 to 0.1.4Release notes
Sourced from github.com/bytedance/gopkg's releases.
Commits
165f9e4refactor: clean up dependencies (#262)0ce263fchore: update codeowners (#261)a67f08bchore(README): updated to reflect current status (#258)b17afc1chore: update code owners (#257)cf44e97fix: typos/grammar, and zset perf (#255)bc92114Merge pull request #254 from bytedance/feat/cb_cleanup25d1017feat(circuitbreaker): cleanup breakers with no samples to prevent memory leakd6627d3fix(lang/dirtmake): compat with tinygo (#253)Updates
github.com/jackc/pgx/v5from 5.8.0 to 5.9.1Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
Commits
4e4eaedRelease v5.9.16273188Fix batch result format corruption when using cached prepared statementsf7b90c2Merge pull request #2524 from dbussink/pipeline-result-format-reuse3ce6d75Add failing test: batch scan corrupted in cache_statement modeb4d8e62Release v5.9.0c227cd4Bump minimum Go version from 1.24 to 1.25f492c14Use reflect.TypeFor instead of reflect.TypeOf for static typesad8fb08Use sync.WaitGroup.Go to simplify goroutine spawning3033773Remove go1.26 build tag from synctest test83ffb3cValidate multirange element count against source length before allocatingUpdates
github.com/klauspost/compressfrom 1.18.4 to 1.18.5Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
c5e0077zstd: Fix encoder changing dictionary with same ID (#1135)fd3f23ezstd: Default to full zero frames (#1134)8233c58flate: Clean up histogram order (#1133)bcf0d12build(deps): bump the github-actions group with 3 updates (#1132)cf758feci: Upgrade Go versions, clean up (#1130)77cc520Add v1.18.4Updates
github.com/mattn/go-sqlite3from 1.14.34 to 1.14.37Commits
bb8d0b2Bump Go test matrix versions from 1.23-1.25 to 1.24-1.26bc7436eBump GitHub Actions versions to latest0f12d4eEnsure Close always removes runtime finalizer to prevent memory leakd71eda8Fix upgrade.sh: add already-up-to-date check and fix changelog URL format4ea2a9fUpgrade SQLite to version 30510038c99a68Call sqlite3_clear_bindings() in bind() to reset parameters5a1f4d3use unsafe.Slice8366a00create pull-requestDependabot 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