Skip to content

Commit 18dbe92

Browse files
Go mod tidy
1 parent 0818e9b commit 18dbe92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ require (
2929
github.com/samber/lo v1.38.1
3030
golang.org/x/net v0.17.0
3131
golang.org/x/sys v0.13.0
32+
nhooyr.io/websocket v1.8.7
3233
)
3334

3435
require (
@@ -60,5 +61,4 @@ require (
6061
golang.org/x/text v0.13.0 // indirect
6162
google.golang.org/genproto/googleapis/rpc v0.0.0-20231009173412-8bfb1ae86b6c // indirect
6263
gopkg.in/ini.v1 v1.67.0 // indirect
63-
nhooyr.io/websocket v1.8.7 // indirect
6464
)

0 commit comments

Comments
 (0)