-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: Update version to v2, dependent component version updates.
- Loading branch information
1 parent
28960a1
commit 27fce92
Showing
2 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
module github.com/zishang520/socket.io | ||
module github.com/zishang520/socket.io/v2 | ||
|
||
go 1.20 | ||
|
||
retract v1.0.8 | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.0.5 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/zishang520/engine.io v1.5.5 | ||
github.com/zishang520/engine.io v1.5.6 | ||
github.com/zishang520/engine.io-go-parser v1.2.0 | ||
github.com/zishang520/socket.io-go-parser v1.0.2 | ||
) | ||
|
||
require ( | ||
github.com/gookit/color v1.5.4 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect | ||
golang.org/x/net v0.12.0 // indirect | ||
golang.org/x/sys v0.10.0 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
) |
This file contains 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