forked from umirode/echo-socket.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
49 lines (46 loc) · 1.93 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/webx-top/echo-socket.io
go 1.22
require (
github.com/admpub/log v1.3.6
github.com/googollee/go-socket.io v1.7.0
github.com/stretchr/testify v1.9.0
github.com/webx-top/echo v1.12.12
)
require (
github.com/admpub/color v1.8.1 // indirect
github.com/admpub/decimal v1.3.1 // indirect
github.com/admpub/events v1.3.6 // indirect
github.com/admpub/fsnotify v1.7.0 // indirect
github.com/admpub/go-isatty v0.0.11 // indirect
github.com/admpub/go-reuseport v0.0.4 // indirect
github.com/admpub/humanize v0.0.0-20190501023926-5f826e92c8ca // indirect
github.com/admpub/realip v0.2.7 // indirect
github.com/admpub/timeago v1.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/gomodule/redigo v1.9.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/webx-top/captcha v0.1.0 // indirect
github.com/webx-top/codec v0.3.0 // indirect
github.com/webx-top/com v1.3.19 // indirect
github.com/webx-top/poolx v0.0.0-20210912044716-5cfa2d58e380 // indirect
github.com/webx-top/tagfast v0.0.1 // indirect
github.com/webx-top/validation v0.0.3 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)