forked from appleboy/gin-jwt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (22 loc) · 1.05 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
module github.com/appleboy/gin-jwt
require (
github.com/appleboy/gofight v2.0.0+incompatible
github.com/davecgh/go-spew v1.1.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7
github.com/gin-gonic/gin v1.3.0
github.com/golang/protobuf v0.0.0-20170307001533-c9c7427a2a70
github.com/json-iterator/go v0.0.0-20170804232253-1cfa233923ea
github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739
github.com/mattn/go-isatty v0.0.0-20170307163044-57fdcb988a5c
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/objx v0.0.0-20150928122152-1a9d0bb9f541
github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1
github.com/tidwall/gjson v0.0.0-20180429151328-3cd3a1192327
github.com/tidwall/match v0.0.0-20171002075945-1731857f09b1
github.com/ugorji/go v0.0.0-20170620104852-5efa3251c7f7
golang.org/x/net v0.0.0-20170308210134-a6577fac2d73
golang.org/x/sys v0.0.0-20170308153327-99f16d856c98
gopkg.in/go-playground/validator.v8 v8.18.1
gopkg.in/yaml.v2 v2.0.0-20170208141851-a3f3340b5840
)