-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
22 lines (20 loc) · 804 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 notify-center
go 1.12
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/emirpasic/gods v1.12.0
github.com/gin-gonic/gin v1.4.0
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-redis/redis v6.15.2+incompatible
github.com/gorilla/websocket v1.4.0
github.com/jinzhu/gorm v1.9.11
github.com/mailru/easyjson v0.7.0 // indirect
github.com/olivere/elastic v6.2.27+incompatible
github.com/satori/go.uuid v1.2.0
github.com/sideshow/apns2 v0.20.0
github.com/sirupsen/logrus v1.4.2
github.com/ylywyn/jpush-api-go-client v0.0.0-20190906031852-8c4466c6e369
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/sohlich/elogrus.v3 v3.0.0-20180410122755-1fa29e2f2009
)