Skip to content

fix(deps): migrate keycloak import from gocloak/v13 to v14#1681

Open
fclairamb wants to merge 1 commit into
mainfrom
fix/gocloak-v14-import
Open

fix(deps): migrate keycloak import from gocloak/v13 to v14#1681
fclairamb wants to merge 1 commit into
mainfrom
fix/gocloak-v14-import

Conversation

@fclairamb
Copy link
Copy Markdown
Owner

Summary

  • Updates import path in fs/keycloak/keycloak.go from gocloak/v13 to gocloak/v14
  • Runs go mod tidy to remove the now-unused v13 dependency from go.mod/go.sum

Why: PR #1672 added gocloak/v14 to go.mod but left the import in keycloak.go pointing at v13. This caused the v13 entry to remain in go.mod as a still-required dependency. PR #1678 (Renovate) tried to remove it but failed CI for the same reason.

Closes #1678

Test plan

  • go build ./... passes locally
  • No gocloak v13 references remain in go.mod

🤖 Generated with Claude Code

Update import path in fs/keycloak/keycloak.go and run go mod tidy to
remove the unused v13 dependency. Closes the gap left by #1672 which
added v14 to go.mod but left v13 imports in place.

Closes #1678

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant