-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
25 lines (23 loc) · 880 Bytes
/
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
module github.com/NekoWheel/NekoCAS
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/fatih/color v1.10.0 // indirect
github.com/go-ldap/ldap/v3 v3.4.6 // indirect
github.com/go-macaron/binding v1.1.1
github.com/go-macaron/cache v0.0.0-20200329073519-53bb48172687
github.com/go-macaron/csrf v0.0.0-20200329073418-5d38f39de352
github.com/go-macaron/session v1.0.0
github.com/go-redis/redis/v7 v7.2.0
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/thanhpk/randstr v1.0.4
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
golang.org/x/crypto v0.13.0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/macaron.v1 v1.3.9
gorm.io/driver/mysql v1.0.3
gorm.io/gorm v1.20.5
unknwon.dev/clog/v2 v2.1.2
)