Skip to content

deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/DATA-DOG/go-sqlmock v1.5.0 -> v1.5.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

DATA-DOG/go-sqlmock (github.com/DATA-DOG/go-sqlmock)

v1.5.2

Compare Source

What's Changed

Fixes breaking change from: https://github.com/DATA-DOG/go-sqlmock/pull/295

Full Changelog: DATA-DOG/go-sqlmock@v1.5.1...v1.5.2

v1.5.1

Compare Source

Release was tested & verified using aws-sqk

What's Changed

New Contributors

Full Changelog: DATA-DOG/go-sqlmock@v1.5.0...v1.5.1


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed Dec 20, 2024
@renovate renovate bot closed this Dec 20, 2024
@renovate renovate bot deleted the renovate/github.aichem.org-data-dog-go-sqlmock-1.x branch December 20, 2024 10:37
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 Dec 21, 2024
@renovate renovate bot reopened this Dec 21, 2024
@snykbotzup
Copy link

snykbotzup commented Dec 21, 2024

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed Feb 6, 2025
@renovate renovate bot closed this Feb 6, 2025
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 Feb 8, 2025
@renovate renovate bot reopened this Feb 8, 2025
@renovate renovate bot force-pushed the renovate/github.aichem.org-data-dog-go-sqlmock-1.x branch from 4e8eea6 to c45d7ad Compare February 8, 2025 01:43
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed Mar 10, 2025
@renovate renovate bot closed this Mar 10, 2025
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 Mar 15, 2025
@renovate renovate bot reopened this Mar 15, 2025
@renovate renovate bot force-pushed the renovate/github.aichem.org-data-dog-go-sqlmock-1.x branch from 7d5cf4a to c45d7ad Compare March 15, 2025 01:21
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed Apr 6, 2025
@renovate renovate bot closed this Apr 6, 2025
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 Apr 12, 2025
@renovate renovate bot reopened this Apr 12, 2025
@gitbotzup
Copy link

gitbotzup commented Apr 12, 2025

Overall Summary

This PR updates the version of the github.com/DATA-DOG/go-sqlmock dependency from v1.5.0 to v1.5.2, reflecting a minor version bump. Associated checksum updates are made in go.sum, and a new transitive dependency (github.com/kisielk/sqlstruct) is introduced. No direct security concerns are apparent, but reviewers should verify the changelogs and review the new transitive dependency for security and license compliance.


Changed Files

1. go.mod

  • Change:
    • Updated the version of github.com/DATA-DOG/go-sqlmock from v1.5.0 to v1.5.2.
    • No other dependencies were changed.
    • This is a minor version update, likely including bug fixes or minor improvements.
  • Security Advice:
    • No direct security concerns, but it is recommended to review the changelog for v1.5.2 for any security-related fixes or new vulnerabilities.

2. go.sum

  • Change:
    • Added checksums for github.com/DATA-DOG/go-sqlmock v1.5.2 and its go.mod file.
    • Added a checksum for github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46/go.mod, likely as a transitive dependency required by the updated go-sqlmock` version.
  • Security Advice:
    • No direct security concerns, but the addition of the new transitive dependency (sqlstruct) should be reviewed for security and license compliance.

Security Points of Attention

  • Dependency Changelog Review:
    Always review the changelog for updated dependencies to identify any security-related changes or new vulnerabilities.
  • Transitive Dependency Audit:
    The new transitive dependency (github.com/kisielk/sqlstruct) should be checked for known vulnerabilities and license compatibility.

No immediate security issues are apparent, but due diligence on dependency updates and new transitive dependencies is advised.
This is an AI-generated summary, which may be innacurate.
This aims only to assist human reviewers, and does not replace code reviews in any way.
Use responsibly and please submit any feedback to this form.

@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed Apr 22, 2025
@renovate renovate bot closed this Apr 22, 2025
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 Apr 26, 2025
@renovate renovate bot reopened this Apr 26, 2025
@renovate renovate bot force-pushed the renovate/github.aichem.org-data-dog-go-sqlmock-1.x branch from bdcf408 to c45d7ad Compare April 26, 2025 02:43
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed May 16, 2025
@renovate renovate bot closed this May 16, 2025
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 May 17, 2025
@renovate renovate bot reopened this May 17, 2025
@renovate renovate bot force-pushed the renovate/github.aichem.org-data-dog-go-sqlmock-1.x branch from 35767d5 to c45d7ad Compare May 17, 2025 02:33
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed Jun 23, 2025
@renovate renovate bot closed this Jun 23, 2025
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 Jun 28, 2025
@renovate renovate bot reopened this Jun 28, 2025
@renovate renovate bot force-pushed the renovate/github.aichem.org-data-dog-go-sqlmock-1.x branch from 28b129c to c45d7ad Compare June 28, 2025 01:29
@renovate renovate bot changed the title deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 - autoclosed Jul 31, 2025
@renovate renovate bot closed this Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants