forked from snowlyg/iris-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 840 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 IrisApiProject
go 1.13
require (
github.com/betacraft/yaag v1.0.1-0.20191027021412-565f65e36090
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gavv/httpexpect v2.0.0+incompatible
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-redis/redis v6.15.6+incompatible
github.com/iris-contrib/middleware/cors v0.0.0-20191028172159-41f72a73786a
github.com/iris-contrib/middleware/jwt v0.0.0-20191028172159-41f72a73786a
github.com/jameskeane/bcrypt v0.0.0-20120420032655-c3cd44c1e20f
github.com/jinzhu/gorm v1.9.11
github.com/kataras/iris/v12 v12.0.1
github.com/leodido/go-urn v1.2.0 // indirect
github.com/pelletier/go-toml v1.2.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.0
)