Skip to content

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: #​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.

@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.com-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.com-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.com-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 dependency github.com/DATA-DOG/go-sqlmock from v1.5.0 to v1.5.2, which is expected to bring bug fixes, improvements, or security patches. Corresponding changes in go.sum reflect this update and introduce a new transitive dependency checksum. No application code was changed.


Changed Files

1. go.mod

  • Change:
    • Updated github.com/DATA-DOG/go-sqlmock from v1.5.0 to v1.5.2.
  • Details:
    • This update is likely to include bug fixes, improvements, or security patches from the newer version.
  • Security Advice:
    • While updating to a newer patch version is generally good for security and stability, always verify the changelog for any breaking changes or new vulnerabilities introduced in the updated version.

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 new transitive dependency.
  • Details:
    • These changes reflect the dependency update in go.mod.
  • Security Advice:
    • No direct security concerns, but as with any dependency update, ensure the integrity and security of new dependencies.

Security Points of Attention

  • Dependency Updates:
    • Always review the changelog and security advisories for updated dependencies.
    • Ensure that new or updated dependencies do not introduce vulnerabilities or breaking changes.
    • Consider running automated security scans (e.g., go mod verify, go list -m -u all, or tools like govulncheck) after dependency updates.

In summary:
This PR is a routine dependency update with no direct code changes. The main point of attention is to verify the security and stability of the new dependency versions.
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.com-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.com-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.com-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
@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 Aug 2, 2025
@renovate renovate bot reopened this Aug 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-data-dog-go-sqlmock-1.x branch from f0315ee to c45d7ad Compare August 2, 2025 02:56
@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 Sep 8, 2025
@renovate renovate bot closed this Sep 8, 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 Sep 13, 2025
@renovate renovate bot reopened this Sep 13, 2025
@renovate renovate bot force-pushed the renovate/github.com-data-dog-go-sqlmock-1.x branch from cb0e922 to c45d7ad Compare September 13, 2025 23:07
@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 Sep 28, 2025
@renovate renovate bot closed this Sep 28, 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 Oct 4, 2025
@renovate renovate bot reopened this Oct 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-data-dog-go-sqlmock-1.x branch from ad732fc to c45d7ad Compare October 4, 2025 01:07
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