Skip to content

Conversation

@renovate
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.0v1.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.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@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

PR Summary

This Pull Request updates the version of the dependency github.com/DATA-DOG/go-sqlmock from v1.5.0 to v1.5.2. The update is reflected in both go.mod and go.sum, and includes new checksums for the updated dependency and a possible new transitive dependency. No other changes are present.

Changed Files and Their Summaries

1. go.mod

  • Change:
    The version of the dependency github.com/DATA-DOG/go-sqlmock was updated from v1.5.0 to v1.5.2.
  • Details:
    No other dependencies were changed. This update likely brings bug fixes or minor improvements from the newer version.
  • Security Advice:
    • Review the changelog for go-sqlmock versions v1.5.1 and v1.5.2 to ensure no new vulnerabilities are introduced and that any previous security issues are addressed.

2. go.sum

  • Change:
    Checksums for github.com/DATA-DOG/go-sqlmock v1.5.2 and its go.mod file were added, reflecting the version bump in go.mod.
  • Details:
    Additionally, a checksum for github.com/kisielk/sqlstruct go.mod was added, possibly as a transitive dependency.
  • Security Advice:
    • No direct security concerns, but as with all dependency updates, ensure that new versions do not introduce vulnerabilities.

Security Points of Attention

  • Dependency Updates:
    Always review the release notes and changelogs for updated dependencies (go-sqlmock in this case) to verify that no new vulnerabilities have been introduced and that any known issues have been addressed.
  • Transitive Dependencies:
    The addition of a checksum for github.com/kisielk/sqlstruct suggests a new or updated transitive dependency; consider reviewing its security posture as well.

Recommendation:
Before merging, confirm that all updated dependencies have been reviewed for security and compatibility with your project.
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
@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 22, 2025
@renovate renovate bot closed this Dec 22, 2025
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 - autoclosed deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 Dec 27, 2025
@renovate renovate bot reopened this Dec 27, 2025
@renovate renovate bot force-pushed the renovate/github.com-data-dog-go-sqlmock-1.x branch 2 times, most recently from c45d7ad to 988989a Compare December 27, 2025 01:31
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