fix: replace bitwarden sdk with memory leak fix fork - #73
Conversation
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
WalkthroughUpdated Bitwarden Go SDK dependency from v1 to v2 across the project. Modified go.mod to use v2.0.0 with a replace directive pointing to a fork, and updated all import paths in production and test files accordingly. Changes
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
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. Comment |
Problem Statement
What is the problem you're trying to solve?
Related Issue
Fixes #...
Proposed Changes
How do you like to solve the issue and why?
Checklist
git commit --signoffmake testmake reviewableChanges
This PR replaces the Bitwarden Go SDK dependency with a fork that includes a memory-leak fix.
Dependency Updates
replacedirective to usegithub.com/Skarlso/sdk-go/v2 v2.0.0instead of the officialgithub.com/bitwarden/sdk-go, and updates the required version from v1.0.2 to v2.0.0.Import Path Updates
github.com/bitwarden/sdk-go/v2):pkg/bitwarden/bitwarden.gopkg/bitwarden/bitwarden_test.gopkg/server/server.gopkg/server/server_test.goNo functional logic changes; all modifications are limited to dependency and import path updates.