-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathgo.mod
38 lines (36 loc) · 1.58 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
module github.com/revel/modules
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Masterminds/squirrel v1.3.0
github.com/casbin/casbin v1.9.1
github.com/fatih/color v1.9.0 // indirect
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-gorp/gorp v2.2.0+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/myesui/uuid v1.0.0 // indirect
github.com/newrelic/go-agent v3.4.0+incompatible
github.com/poy/onpar v0.0.0-20200406201722-06f95a1c68e8 // indirect
github.com/revel/config v0.21.0 // indirect
github.com/revel/cron v0.21.0
github.com/revel/log15 v2.11.20+incompatible // indirect
github.com/revel/pathtree v0.0.0-20140121041023-41257a1839e9 // indirect
github.com/revel/revel v0.21.0
github.com/twinj/uuid v1.0.0 // indirect
github.com/tylerb/gls v0.0.0-20150407001822-e606233f194d
github.com/tylerb/is v2.1.4+incompatible // indirect
github.com/valyala/fasthttp v1.34.0
github.com/xeonx/timeago v1.0.0-rc4 // indirect
github.com/yosssi/ace v0.0.5
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/stack.v0 v0.0.0-20141108040640-9b43fcefddd0 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
)