-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
21 lines (19 loc) · 744 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/hw-cs-reps/platform
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/go-emmanuel/cache v0.0.0-20200825180601-ed78c94de03e
github.com/go-emmanuel/captcha v0.0.0-20200825180646-9e87449c05e0
github.com/go-emmanuel/csrf v0.0.0-20200825175703-0e53c8d97419
github.com/go-emmanuel/emmanuel v0.0.0-20200825180229-b370dcf288b3
github.com/go-emmanuel/session v0.0.0-20200825175235-170d159e503a
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.1.1
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
github.com/mattn/go-sqlite3 v1.14.1
github.com/microcosm-cc/bluemonday v1.0.3
github.com/urfave/cli/v2 v2.2.0
github.com/yuin/goldmark v1.2.0
xorm.io/core v0.7.3
xorm.io/xorm v1.0.3
)