-
Notifications
You must be signed in to change notification settings - Fork 41
/
go.mod
23 lines (20 loc) · 870 Bytes
/
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
module github.com/ratel-online/server
go 1.17
require (
github.com/awesome-cap/hashmap v0.0.0-20211211100532-e3300ac4ae14
github.com/feel-easy/mahjong v0.0.0-20220721030133-7a0f4032c008
github.com/feel-easy/uno v0.0.0-20220721061415-e6a3189cfd70
github.com/gorilla/websocket v1.4.2
github.com/ratel-online/core v0.0.0-20240412044054-42ffde55324d
)
require (
github.com/awesome-cap/im v0.0.0-20210720090440-7556eb92965d // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/spf13/cast v1.6.0 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)