-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1.12 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
module mahjongSoul
go 1.19
require (
github.com/Pragmatism0220/majsoul v0.1.4
github.com/didip/tollbooth/v7 v7.0.1
github.com/go-http-utils/favicon v0.0.0-20161126135952-0951e1268fd5
github.com/golang/protobuf v1.5.2
github.com/nbari/violetear v0.0.0-20210524103009-ce83b52538c9
github.com/thedevsaddam/gojsonq/v2 v2.5.2
)
require (
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a // indirect
github.com/go-ping/ping v1.1.0 // indirect
github.com/go-pkgz/expirable-cache v0.1.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220919141832-68c03719ef51 // indirect
google.golang.org/grpc v1.49.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)