Skip to content

deps:chore - update module github.com/DATA-DOG/go-sqlmock to v1.5.2 #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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/DATA-DOG/go-sqlmock v1.5.0 -> v1.5.2 age adoption passing 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.

@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 version of the dependency github.com/DATA-DOG/go-sqlmock from v1.5.0 to v1.5.2, which is a minor version bump likely containing bug fixes or minor improvements. Corresponding updates to dependency checksums are made in go.sum, and a new transitive dependency (github.com/kisielk/sqlstruct) is introduced.


Changed Files and Their Summaries

1. go.mod

  • Change:
    • Updated github.com/DATA-DOG/go-sqlmock from v1.5.0 to v1.5.2.
    • No other dependencies were changed.
  • Details:
    • This is a minor version update, typically including bug fixes or minor improvements.
  • Security Concerns:
    • No direct security concerns are apparent.
    • Reviewer advice: Review the changelog for go-sqlmock 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 new transitive dependency.
  • Details:
    • These changes reflect the dependency update in go.mod.
  • Security Concerns:
    • No direct security concerns from the checksum additions.
    • Reviewer advice: The new transitive dependency (sqlstruct) should be reviewed for security and license compliance.

Security Advice

  • Dependency Updates: Always review the changelog and release notes for updated dependencies to identify any security-related changes or new vulnerabilities.
  • Transitive Dependencies: The introduction of github.com/kisielk/sqlstruct as a transitive dependency warrants a review for security issues and license compatibility.

In summary:
This PR is a routine dependency update with no immediate security concerns, but reviewers should verify the security posture of both the updated and newly introduced dependencies.
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
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