Skip to content

Commit 17fb2d9

Browse files
committed
examples
1 parent 37fb260 commit 17fb2d9

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

examples/benchserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
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

1010
replace github.com/mccutchen/websocket => ../../

examples/benchserver/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
22
github.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=

examples/echoserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module echoserver
22

33
go 1.24.0
44

5-
require github.com/mccutchen/websocket v0.0.2
5+
require github.com/mccutchen/websocket v0.0.0
66

77
replace github.com/mccutchen/websocket => ../../

0 commit comments

Comments
 (0)