forked from jaraxasoftware/gorush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
41 lines (39 loc) · 1.61 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
31
32
33
34
35
36
37
38
39
40
41
module github.com/netscale-technologies/gorush
go 1.14
require (
github.com/apex/gateway v1.1.1
github.com/appleboy/com v0.0.6
github.com/appleboy/gin-status-api v1.1.0
github.com/appleboy/go-fcm v0.1.5
github.com/appleboy/gofight/v2 v2.1.2
github.com/appleboy/gorush v1.12.0
github.com/asdine/storm/v3 v3.1.1
github.com/buger/jsonparser v1.0.0
github.com/dgraph-io/badger/v2 v2.0.3
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434 // indirect
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2 // indirect
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
github.com/gin-contrib/logger v0.0.2
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis/v7 v7.2.0
github.com/golang/protobuf v1.4.1
github.com/martijnc/gowebpush v0.0.0-20170723201053-5f56102ce189
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/mapstructure v1.3.0
github.com/prometheus/client_golang v1.6.0
github.com/rs/zerolog v1.18.0
github.com/sideshow/apns2 v0.20.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.5.1
github.com/syndtr/goleveldb v1.0.0
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
github.com/tidwall/buntdb v1.1.2
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
google.golang.org/grpc v1.29.1
gopkg.in/appleboy/gin-status-api.v1 v1.0.1 // indirect
gopkg.in/fukata/golang-stats-api-handler.v1 v1.0.0 // indirect
)