-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.41 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
24
25
26
27
28
29
30
module webserver
go 1.12
require (
github.com/auth0/go-jwt-middleware v0.0.0-20170425171159-5493cabe49f7
github.com/dgrijalva/jwt-go v0.0.0-20180921172315-3af4c746e1c2
github.com/go-redis/redis v6.15.5+incompatible
github.com/go-sql-driver/mysql v0.0.0-20190127011111-1b9eda25029c // indirect
github.com/gorilla/mux v0.0.0-20190228181203-15a353a63672
github.com/gorilla/websocket v0.0.0-20190427040306-80c2d40e9b91
github.com/gosu-team/fptu-api v1.0.0 // indirect
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/joho/godotenv v0.0.0-20180927053203-c0b86d615e06
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/meatballhat/negroni-logrus v0.0.0-20170801195057-31067281800f
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/rs/cors v0.0.0-20181011182759-a3460e445dd3
github.com/sirupsen/logrus v0.0.0-20181103062819-44067abb194b
github.com/unrolled/secure v0.0.0-20181022170031-4b6b7cf51606
github.com/urfave/negroni v0.0.0-20181104104510-0af0d913cfc4
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
google.golang.org/appengine v1.6.3 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/ezzarghili/recaptcha-go.v2 v2.0.2
)