-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
63 lines (60 loc) · 2.83 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
module data4perf
go 1.16
require (
github.com/GoAdminGroup/components v0.0.2 // indirect
github.com/GoAdminGroup/filemanager v0.0.7-0.20200920142100-04648eca30c9
github.com/GoAdminGroup/go-admin v1.2.24
github.com/GoAdminGroup/librarian v0.0.5
github.com/GoAdminGroup/themes v0.0.43
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/PuerkitoBio/goquery v1.7.1
github.com/antlabs/deepcopy v0.0.5 // indirect
github.com/astaxie/beego v1.12.3 // indirect
github.com/brianvoe/gofakeit/v6 v6.23.2 // indirect
github.com/buaazp/fasthttprouter v0.1.1 // indirect
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f // indirect
github.com/extrame/ole2 v0.0.0-20160812065207-d69429661ad7 // indirect
github.com/extrame/xls v0.0.1 // indirect
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gamelife1314/logging v0.1.2
github.com/gavv/httpexpect v2.0.0+incompatible
github.com/gavv/httpexpect/v2 v2.3.1
github.com/gencebay/httplive v0.0.0-20201202114750-201502ab0319 // indirect
github.com/george518/PPGo_ApiAdmin v0.0.0-20190201055705-60425b34c52e // indirect
github.com/gin-contrib/cors v1.3.1 // indirect
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.7.2
github.com/go-echarts/go-echarts v1.0.0 // indirect
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/gobuffalo/packr/v2 v2.8.1 // indirect
github.com/gocarina/gocsv v0.0.0-20230226133904-70c27cb2918a // indirect
github.com/gohobby/deepcopy v1.0.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/h2non/filetype v1.1.1 // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.10
github.com/kisielk/goxmind v0.0.0-20130923212359-7f5c532f68f9 // indirect
github.com/mkevac/debugcharts v0.0.0-20191222103121-ae1c48aa8615 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/mritd/chinaid v1.0.3
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.0
github.com/satori/go.uuid v1.2.0
github.com/sclevine/agouti v3.0.0+incompatible // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/sleagon/chinaid v0.4.2 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tealeg/xlsx v1.0.5
github.com/tealeg/xlsx/v3 v3.0.0 // indirect
github.com/uudashr/gocognit v1.0.6 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/xuri/excelize/v2 v2.7.0 // indirect
golang.org/x/text v0.6.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.2.8
syreclabs.com/go/faker v1.2.3 // indirect
)
replace github.com/GoAdminGroup/filemanager v0.0.7-0.20200920142100-04648eca30c9 => github.com/JosingCai/filemanager v0.0.8