forked from revel/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
53 lines (49 loc) · 2.11 KB
/
go.mod
File metadata and controls
53 lines (49 loc) · 2.11 KB
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
module github.com/Laur1nMartins/revel-modules
go 1.23.0
toolchain go1.23.4
require (
github.com/Laur1nMartins/revel v1.1.2
github.com/Masterminds/squirrel v1.5.4
github.com/casbin/casbin v1.9.1
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
github.com/go-gorp/gorp v2.2.0+incompatible
github.com/go-sql-driver/mysql v1.9.2
github.com/jinzhu/gorm v1.9.16
github.com/newrelic/go-agent v3.4.0+incompatible
github.com/revel/cron v1.1.0
github.com/tylerb/gls v0.0.0-20150407001822-e606233f194d
github.com/valyala/fasthttp v1.62.0
github.com/yosssi/ace v0.0.5
golang.org/x/crypto v0.38.0
golang.org/x/net v0.40.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/log15 v2.16.0+incompatible // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/poy/onpar v0.3.5 // indirect
github.com/revel/config v1.1.0 // indirect
github.com/revel/log15 v2.11.20+incompatible // indirect
github.com/revel/pathtree v0.0.0-20140121041023-41257a1839e9 // indirect
github.com/tylerb/is v2.1.4+incompatible // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/xeonx/timeago v1.0.0-rc5 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/stack.v0 v0.0.0-20141108040640-9b43fcefddd0 // indirect
)