chore(deps): bump go-f3#6998
Conversation
WalkthroughGo module dependencies across three projects are bumped to newer versions: f3-sidecar updates direct dependencies on Filecoin and libp2p libraries, both f3-sidecar and interop-tests sync common indirect dependencies (IPFS, libp2p, Pion libraries, Uber Zap), and the Prometheus metrics validator tool updates its single direct dependency. ChangesGo Dependency Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.1)level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain modules listed in go.work or their selected dependencies" Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@f3-sidecar/go.mod`:
- Line 16: The go.mod entry for module github.com/libp2p/go-libp2p-pubsub
references a non-existent release v0.16.0; replace that version with the latest
published release v0.15.0 or, if you intentionally need unreleased commits,
replace v0.16.0 with a concrete pseudo-version that pins the exact commit (not a
floating "v0.16.0") so dependency resolution is deterministic; update the line
containing "github.com/libp2p/go-libp2p-pubsub" accordingly and run `go mod
tidy` to ensure the module graph is consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 750c36ac-358b-4d83-9f0b-ae2e7ee365a3
⛔ Files ignored due to path filters (3)
f3-sidecar/go.sumis excluded by!**/*.suminterop-tests/src/tests/go_app/go.sumis excluded by!**/*.sumtools/prometheus_metrics_validator/go.sumis excluded by!**/*.sum
📒 Files selected for processing (3)
f3-sidecar/go.modinterop-tests/src/tests/go_app/go.modtools/prometheus_metrics_validator/go.mod
Summary of changes
Changes introduced in this pull request:
go-f3to match chore: bump deps for release prep filecoin-project/lotus#13597Reference issue to close (if applicable)
Closes
Other information and links
Change checklist
Outside contributions
Summary by CodeRabbit