Skip to content

chore: update sqlguard dependency to v0.1.0 across all integrations#5

Merged
KARTIKrocks merged 1 commit into
mainfrom
modules-update-v0.1.0
Jun 8, 2026
Merged

chore: update sqlguard dependency to v0.1.0 across all integrations#5
KARTIKrocks merged 1 commit into
mainfrom
modules-update-v0.1.0

Conversation

@KARTIKrocks

@KARTIKrocks KARTIKrocks commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Summary

What does this PR change, and why?

Closes #

Type of change

  • Bug fix
  • New detection rule
  • New integration / parser
  • Feature / enhancement
  • Docs only
  • Refactor / chore

Checklist

  • make ci passes (fmt-check, vet, lint, test-race) across all modules
  • Added/updated tests (and, where practical, a failure-mode check)
  • Updated docs as needed (README.md, CLAUDE.md, .sqlguard.example.yml)
  • Added an entry under ## [Unreleased] in CHANGELOG.md
  • No new third-party deps in analyzer / middleware / reporter
  • Findings stay redaction-safe (no raw literals leak into a Result)

Notes for reviewers

Anything reviewers should focus on — tricky areas, trade-offs, follow-ups.

Summary by CodeRabbit

  • Chores
    • Updated dependency management across all integration modules and parser packages. Core dependencies now resolve to released versions instead of local development paths, streamlining builds and ensuring consistent dependency resolution.

@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 94bdc780-88ed-49a7-8e43-5b710b6455f6

📥 Commits

Reviewing files that changed from the base of the PR and between 5ce4acb and 86b59ce.

⛔ Files ignored due to path filters (8)
  • integrations/bunguard/go.sum is excluded by !**/*.sum
  • integrations/entguard/go.sum is excluded by !**/*.sum
  • integrations/gormguard/go.sum is excluded by !**/*.sum
  • integrations/pgxguard/go.sum is excluded by !**/*.sum
  • integrations/sqlxguard/go.sum is excluded by !**/*.sum
  • integrations/xormguard/go.sum is excluded by !**/*.sum
  • parsers/mysqlparser/go.sum is excluded by !**/*.sum
  • parsers/pgparser/go.sum is excluded by !**/*.sum
📒 Files selected for processing (8)
  • integrations/bunguard/go.mod
  • integrations/entguard/go.mod
  • integrations/gormguard/go.mod
  • integrations/pgxguard/go.mod
  • integrations/sqlxguard/go.mod
  • integrations/xormguard/go.mod
  • parsers/mysqlparser/go.mod
  • parsers/pgparser/go.mod

Walkthrough

Eight Go module files update the sqlguard dependency from v0.0.0 to v0.1.0 and remove local replace directives, switching from workspace-relative paths to published module versioning.

Changes

sqlguard v0.1.0 Release Update

Layer / File(s) Summary
Integration modules version and replace updates
integrations/bunguard/go.mod, integrations/entguard/go.mod, integrations/gormguard/go.mod, integrations/pgxguard/go.mod, integrations/sqlxguard/go.mod, integrations/xormguard/go.mod
Five integration modules (plus entguard's indirect uuid dependency) bump github.com/KARTIKrocks/sqlguard from v0.0.0 to v0.1.0 and remove replace github.com/KARTIKrocks/sqlguard => ../.. directives, eliminating local workspace overrides.
Parser modules version and replace updates
parsers/mysqlparser/go.mod, parsers/pgparser/go.mod
Two parser modules update sqlguard to v0.1.0 and remove local replace directives, completing the unified v0.1.0 migration across all dependents in integrations and parsers.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

📦 From workspace to release,
Eight modules find their peace,
v0.1.0 now declared,
Local paths vanish, versioned paths shared,
Clean dependencies at last. ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch modules-update-v0.1.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@KARTIKrocks KARTIKrocks merged commit 084d3bd into main Jun 8, 2026
5 of 6 checks passed
@KARTIKrocks KARTIKrocks deleted the modules-update-v0.1.0 branch June 8, 2026 11:48
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.

1 participant