Skip to content

Commit b9ea3e9

Browse files
committed
deps: replace coder/websocket with aperturerobotics/go-websocket fork
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent e9a2a03 commit b9ea3e9

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ go 1.25
55
require (
66
github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 // indirect
77
github.com/aperturerobotics/cli v1.1.0 // latest
8-
github.com/aperturerobotics/common v0.31.0 // latest
9-
github.com/aperturerobotics/controllerbus v0.52.4 // latest
8+
github.com/aperturerobotics/common v0.31.2-0.20260228110227-ce5507ba2a1c // latest
9+
github.com/aperturerobotics/controllerbus v0.52.5-0.20260228110225-41e149a72e38 // latest
1010
github.com/aperturerobotics/entitygraph v0.11.0 // latest
1111
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509 // indirect
12+
github.com/aperturerobotics/go-websocket v1.8.15-0.20260228104546-35e37959349c // master
1213
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20260223122953-12a7c334f634 // indirect
1314
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // indirect; wasi
1415
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
15-
github.com/aperturerobotics/starpc v0.47.1 // latest
16+
github.com/aperturerobotics/starpc v0.47.2-0.20260228105112-f1337c4314e9 // latest
1617
github.com/aperturerobotics/util v1.32.4 // latest
1718
)
1819

@@ -23,7 +24,6 @@ require (
2324
github.com/aperturerobotics/go-multiaddr v0.16.2-0.20260224063833-8b0f11427d5e
2425
github.com/blang/semver/v4 v4.0.0 // latest
2526
github.com/cloudflare/circl v1.6.3
26-
github.com/coder/websocket v1.8.14 // master
2727
github.com/klauspost/compress v1.18.4
2828
github.com/mr-tron/base58 v1.2.0
2929
github.com/patrickmn/go-cache v2.1.0+incompatible

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 h1:3U7
44
github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017/go.mod h1:lNSJTKECIUFAnfeSqy01kXYTYe1BHubW7198jNX3nEw=
55
github.com/aperturerobotics/cli v1.1.0 h1:7a+YRC+EY3npAnTzhHV5gLCiw91KS0Ts3XwLILGOsT8=
66
github.com/aperturerobotics/cli v1.1.0/go.mod h1:M7BFP9wow5ytTzMyJQOOO991fGfsUqdTI7gGEsHfTQ8=
7-
github.com/aperturerobotics/common v0.31.0 h1:3Pt/9M0/AVb+h1TH6afrOyiT+G2l9NNbkdy7orr/+Yg=
8-
github.com/aperturerobotics/common v0.31.0/go.mod h1:Dq+lDv1PoH5kIV+lZr9bqcRKyTK6Le5ay/kjBaEVaHU=
9-
github.com/aperturerobotics/controllerbus v0.52.4 h1:1O5IOPypiPmQMdt/m3+c+XFp8EYIerubTNmxsKU8Tj0=
10-
github.com/aperturerobotics/controllerbus v0.52.4/go.mod h1:3wQ24/ScyBxvcEwFbZRN5RQ46RJwNC0IIBn+HhSs2w0=
7+
github.com/aperturerobotics/common v0.31.2-0.20260228110227-ce5507ba2a1c h1:6XfIYx35l1HnbVh1dziGHXtrG1D2aHkMdYi2d2iN+pw=
8+
github.com/aperturerobotics/common v0.31.2-0.20260228110227-ce5507ba2a1c/go.mod h1:Ow8R08S/Bwb52g55U2nS85q1wQ2FdPMdxL7ReJP+hv0=
9+
github.com/aperturerobotics/controllerbus v0.52.5-0.20260228110225-41e149a72e38 h1:rVFKf/d+wFPbvQK/VlRMTj6k7bmJd75UPI2StElSBM0=
10+
github.com/aperturerobotics/controllerbus v0.52.5-0.20260228110225-41e149a72e38/go.mod h1:EWdF72//CcwmjRweQKORovFs1lEREhVZ8dxFkEpviGs=
1111
github.com/aperturerobotics/entitygraph v0.11.0 h1:nPnT0SXsEMqsxmn/lWGR50JHbfmSd3pVanyJAm6v8rI=
1212
github.com/aperturerobotics/entitygraph v0.11.0/go.mod h1:/hiKxzHn0rF7Nhju/dTVBLI8FX2i8Om6cIbHED/jbOw=
1313
github.com/aperturerobotics/go-multiaddr v0.16.2-0.20260224063833-8b0f11427d5e h1:WrIB5O3xBeaJ8zRLM1QVIvqhWNliCHOgFhOKZ+N8Dao=
@@ -16,14 +16,16 @@ github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260219012250-e75aa9f430
1616
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260219012250-e75aa9f430a2/go.mod h1:OBb/beWmr/pDIZAUfi86j/4tBh2v5ctTxKMqSnh9c/4=
1717
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509 h1:2O8djle14ujtze1xQb9MVXAdEepumxhoBJPEdf+kNnA=
1818
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509/go.mod h1:vEq8i7EKb32+KXGtIEZjjhNns+BdsL2dUMw4uhy3578=
19+
github.com/aperturerobotics/go-websocket v1.8.15-0.20260228104546-35e37959349c h1:JATtwVM+rTNr0cwQhr9GtDRdi0EsLmfQ0dIT8SlhGMk=
20+
github.com/aperturerobotics/go-websocket v1.8.15-0.20260228104546-35e37959349c/go.mod h1:9KnSGuqxSXbdB/Oi0I6vvfPLkclfJwMGAQaDDGVgGow=
1921
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20260223122953-12a7c334f634 h1:+VPAJqEQnB01ATOMzo/QYfHK7hyFeVJRmxEP3YD98Fs=
2022
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20260223122953-12a7c334f634/go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo=
2123
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 h1:4Dy3BAHh2kgVdHAqtlwcFsgY0kAwUe2m3rfFcaGwGQg=
2224
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4/go.mod h1:tMgO7y6SJo/d9ZcvrpNqIQtdYT9de+QmYaHOZ4KnhOg=
2325
github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5SI8i8m/NlIHAkkuxQcU=
2426
github.com/aperturerobotics/protobuf-go-lite v0.12.2/go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8=
25-
github.com/aperturerobotics/starpc v0.47.1 h1:TxQon4lm3G3Hl4iKecFkrpv0sd7oFO7uQFrhRh27l5Q=
26-
github.com/aperturerobotics/starpc v0.47.1/go.mod h1:SCskS3mjIiRUGflIQ1uV3txzqSxvqdoQqYGcgXKoEys=
27+
github.com/aperturerobotics/starpc v0.47.2-0.20260228105112-f1337c4314e9 h1:shNCGvi5ASsDxcc4i/fOAQXntmCSsBTjWUpOx+XOmc0=
28+
github.com/aperturerobotics/starpc v0.47.2-0.20260228105112-f1337c4314e9/go.mod h1:WQTxkj5kfUkEfG+ewFC7OggKqgKQkutL76vTTZeXCwM=
2729
github.com/aperturerobotics/util v1.32.4 h1:+f4rZuGC0AfgvA6bEwxSiW3Px9awyqr/CB2ltHyX4a8=
2830
github.com/aperturerobotics/util v1.32.4/go.mod h1:qfRZZUDn0sEfc43JRA6rKP8bwFxliqGqJZX+p1jeOnQ=
2931
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
@@ -32,8 +34,6 @@ github.com/bwesterb/go-ristretto v1.2.3 h1:1w53tCkGhCQ5djbat3+MH0BAQ5Kfgbt56UZQ/
3234
github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
3335
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
3436
github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4=
35-
github.com/coder/websocket v1.8.14 h1:9L0p0iKiNOibykf283eHkKUHHrpG7f65OE3BhhO7v9g=
36-
github.com/coder/websocket v1.8.14/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=
3737
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3838
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3939
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=

transport/websocket/packet-conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"net"
77
"time"
88

9-
websocket "github.com/coder/websocket"
9+
websocket "github.com/aperturerobotics/go-websocket"
1010
"github.com/pkg/errors"
1111
)
1212

transport/websocket/websocket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/aperturerobotics/bifrost/util/saddr"
1414
httplog "github.com/aperturerobotics/util/httplog"
1515
"github.com/blang/semver/v4"
16-
websocket "github.com/coder/websocket"
16+
websocket "github.com/aperturerobotics/go-websocket"
1717
"github.com/aperturerobotics/bifrost/crypto"
1818
"github.com/quic-go/quic-go"
1919
"github.com/sirupsen/logrus"

0 commit comments

Comments
 (0)