Skip to content

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

Merged
fclairamb merged 2 commits into
mainfrom
fix/gocloak-v14-import
Jun 22, 2026
Merged

fix(deps): migrate keycloak import from gocloak/v13 to v14#1681
fclairamb merged 2 commits 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>
Resolve go.mod/go.sum conflicts by taking main's dependency versions
and running go mod tidy, which drops the now-unused gocloak/v13.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@fclairamb fclairamb enabled auto-merge (squash) June 22, 2026 23:08
@fclairamb fclairamb merged commit 438cc28 into main Jun 22, 2026
4 checks passed
@fclairamb fclairamb deleted the fix/gocloak-v14-import branch June 22, 2026 23:11
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