-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 872 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
module gitlab.com/menuxd/api-rest
go 1.12
require (
github.com/dgrijalva/jwt-go v0.0.0-20180308231308-06ea1031745c // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/githubnemo/CompileDaemon v1.0.0 // indirect
github.com/go-chi/chi v4.0.0+incompatible
github.com/go-chi/cors v1.0.0
github.com/go-chi/jwtauth v3.3.0+incompatible
github.com/gorilla/websocket v1.4.0 // indirect
github.com/howeyc/fsnotify v0.9.0 // indirect
github.com/jinzhu/gorm v1.9.8
github.com/joho/godotenv v1.3.0
github.com/mailjet/mailjet-apiv3-go v0.0.0-20190724151621-55e56f74078c
github.com/sethvargo/go-password v0.0.0-20181008190013-bc15c697eeda
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
)