Skip to content

chore: add go-libs/v5 dependency#144

Merged
gfyrag merged 3 commits into
mainfrom
chore/upgrade-go-libs-v5
May 22, 2026
Merged

chore: add go-libs/v5 dependency#144
gfyrag merged 3 commits into
mainfrom
chore/upgrade-go-libs-v5

Conversation

@gfyrag

@gfyrag gfyrag commented May 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add go-libs/v5 alongside existing v3 dependency
  • Fix any transitive dependency breakage

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 22, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@gfyrag has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 53 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: db2408f9-db5c-4d2a-8749-97bae9e07ebb

📥 Commits

Reviewing files that changed from the base of the PR and between 3806a8b and 93355f0.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (3)
  • cmd/serve.go
  • go.mod
  • pkg/api/module.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/upgrade-go-libs-v5

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

gfyrag and others added 2 commits May 22, 2026 11:02
Wire go-libs/v5 audit middleware into the auth HTTP router and add
messaging infrastructure for audit event publishing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The messagingfx module from go-libs/v5 requires a v5 logging.Logger
in the DI container. Auth uses go-libs/v3, so we provide one explicitly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@gfyrag gfyrag marked this pull request as ready for review May 22, 2026 09:29
@gfyrag gfyrag enabled auto-merge (squash) May 22, 2026 09:34
Comment thread go.mod
@@ -7,20 +7,20 @@ replace github.com/formancehq/auth/pkg/client => ./pkg/client
require (
github.com/formancehq/auth/pkg/client v0.0.0-00010101000000-000000000000
github.com/formancehq/go-libs/v3 v3.6.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why go libs is still in v3.6 ?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we not migrate everything to v5 ?

@gfyrag gfyrag disabled auto-merge May 22, 2026 12:44
@gfyrag gfyrag enabled auto-merge (squash) May 22, 2026 12:51
@gfyrag gfyrag merged commit 2f03b20 into main May 22, 2026
11 checks passed
@gfyrag gfyrag deleted the chore/upgrade-go-libs-v5 branch May 22, 2026 13:00
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.

3 participants