File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55require (
66 github.com/goccy/go-json v0.10.5
7- github.com/mccutchen/websocket v0.0.2
7+ github.com/mccutchen/websocket v0.0.0
88)
99
1010replace github.com/mccutchen/websocket => ../../
Original file line number Diff line number Diff line change 11github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4 =
22github.com/goccy/go-json v0.10.5 /go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M =
3- github.com/mccutchen/websocket v0.0.2 h1:8mhwT0RpZYyV8tPjhHTs2BcFdWcLq15tZ20cH2zC/qI =
4- github.com/mccutchen/websocket v0.0.2 /go.mod h1:a1u/ffSEY8LdQjxJtARp2pxTKdt1vjPxXNmWMr0gE4s =
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module echoserver
22
33go 1.24.0
44
5- require github.com/mccutchen/websocket v0.0.2
5+ require github.com/mccutchen/websocket v0.0.0
66
77replace github.com/mccutchen/websocket => ../../
You can’t perform that action at this time.
0 commit comments