nhooyr.io/websocket -> github.com/coder/websocket#116
Merged
starius merged 1 commit intolightninglabs:masterfrom Jun 10, 2025
Merged
nhooyr.io/websocket -> github.com/coder/websocket#116starius merged 1 commit intolightninglabs:masterfrom
starius merged 1 commit intolightninglabs:masterfrom
Conversation
nhooyr.io/websocket is now deprecated. The author proposed to use github.com/coder/websocket: https://github.com/nhooyr/websocket-old/releases Also, version nhooyr.io/websocket@v1.8.7 was removed from GitHub, so the build was failing with GOPROXY=direct. Proxy https://proxy.golang.org still has nhooyr.io/websocket@v1.8.7 in its cache. lightning-node-connect/mailbox$ GOPROXY=direct go install go: downloading nhooyr.io/websocket v1.8.7 client_transport.go:9:2: reading nhooyr.io/websocket/go.mod at revision v1.8.7: unknown revision v1.8.7
ellemouton
approved these changes
Jun 10, 2025
starius
added a commit
to starius/aperture
that referenced
this pull request
Jun 10, 2025
Include lightninglabs/lightning-node-connect#116 It replaced a deprecated and removed dependency (nhooyr.io/websocket) with an updated version. Fix building with GOPROXY=direct.
forge-rangerber45
added a commit
to forge-rangerber45/aperture
that referenced
this pull request
Sep 29, 2025
Include lightninglabs/lightning-node-connect#116 It replaced a deprecated and removed dependency (nhooyr.io/websocket) with an updated version. Fix building with GOPROXY=direct.
infinity-smith580lu
added a commit
to infinity-smith580lu/aperture
that referenced
this pull request
Dec 20, 2025
Include lightninglabs/lightning-node-connect#116 It replaced a deprecated and removed dependency (nhooyr.io/websocket) with an updated version. Fix building with GOPROXY=direct.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
nhooyr.io/websocketis now deprecated. The author proposed to usegithub.com/coder/websocket: https://github.com/nhooyr/websocket-old/releasesAlso, version
nhooyr.io/websocket@v1.8.7was removed from GitHub, so the build was failing withGOPROXY=direct. Proxy https://proxy.golang.org still hasnhooyr.io/websocket@v1.8.7in its cache.