Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated nhooyr.io/websocket with github.com/coder/websocket #301

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

Newtoniano
Copy link
Contributor

Summary

This PR updates the import path and names from nhooyr.io/websocket to github.com/coder/websocket due to the deprecation of the former import path.

Reason for Change

The nhooyr.io/websocket library has been deprecated, and its functionality and future development have been transferred to github.com/coder/websocket. This change ensures that the codebase remains up-to-date and maintains compatibility with the latest features and fixes.

Changes Made

  • Updated all import statements to reflect the new library path.
  • Renamed any relevant types, functions, and file names to align with the new library's maintainer.
  • Updated go.mod and go.sum

- Updated import statements to use github.com/coder/websocket
- Updated relevant function calls, type references, file names and dependency files
Copy link
Collaborator

@gnvk gnvk left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you for addressing this!

@gnvk gnvk merged commit db57756 into alpacahq:master Sep 16, 2024
1 check passed
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.

2 participants