-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
64 lines (61 loc) · 2.63 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
module test
go 1.14
require (
github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.5.0
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
github.com/gin-gonic/gin v1.6.3
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.2.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gobwas/ws v1.1.0
//github.com/go-playground/validator/v10 v10.4.1
github.com/golang/protobuf v1.4.3
github.com/google/gops v0.3.17
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.10 // indirect
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/panjf2000/ants/v2 v2.4.7
github.com/pkg/errors v0.9.1
github.com/robfig/cron v1.2.0
github.com/rs/zerolog v1.26.1
github.com/schollz/progressbar/v3 v3.8.2
github.com/shirou/gopsutil/v3 v3.21.2
github.com/shopspring/decimal v1.3.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/speps/go-hashids v2.0.0+incompatible
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.7.0
github.com/tealeg/xlsx v1.0.6-0.20191105032217-48f552b38ead
github.com/thinkeridea/go-extend v1.3.2
github.com/ugorji/go v1.2.4 // indirect
github.com/urfave/cli/v2 v2.3.0
github.com/valyala/fasthttp v1.24.0
github.com/yanyiwu/gojieba v1.1.2
github.com/zqlpaopao/tool v0.0.0-20211217115851-81527a540512
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/goleak v1.1.11-0.20210813005559-691160354723
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.12
)
replace github.com/xuri/excelize/v2 => github.com/360EntSecGroup-Skylar/excelize/v2 v2.4.1-0.20210728160357-7dbf88f221f2