forked from iyear/pure-live-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (33 loc) · 1.24 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
module github.com/iyear/pure-live-core
go 1.16
require (
github.com/TarsCloud/TarsGo v1.1.6
github.com/andybalholm/brotli v1.0.4
github.com/dop251/goja v0.0.0-20211115154819-26ebff68a7d5
github.com/fatih/color v1.13.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/static v0.0.1
github.com/gin-gonic/gin v1.7.4
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
github.com/guonaihong/gout v0.2.10
github.com/iyear/biligo v0.1.5
github.com/iyear/sqlite v1.0.2
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/q191201771/lal v0.26.1-0.20211127051713-e208a3ac3635
github.com/q191201771/naza v0.28.0
github.com/shirou/gopsutil/v3 v3.21.11
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/tidwall/gjson v1.11.0
github.com/xuri/excelize/v2 v2.4.1
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
golang.org/x/text v0.3.7 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gorm.io/gorm v1.22.3
)