2018-10-15 03:49:53 +00:00
|
|
|
module github.com/appleboy/gorush
|
|
|
|
|
2020-09-27 04:18:26 +00:00
|
|
|
go 1.15
|
2019-06-10 17:52:07 +00:00
|
|
|
|
2018-10-15 03:49:53 +00:00
|
|
|
require (
|
2021-03-27 05:51:51 +00:00
|
|
|
github.com/apex/gateway v1.1.2
|
2020-01-13 15:05:27 +00:00
|
|
|
github.com/appleboy/gin-status-api v1.1.0
|
2020-02-07 03:39:44 +00:00
|
|
|
github.com/appleboy/go-fcm v0.1.5
|
2020-01-13 15:05:27 +00:00
|
|
|
github.com/appleboy/gofight/v2 v2.1.2
|
2021-08-01 09:12:16 +00:00
|
|
|
github.com/appleboy/queue v0.0.5
|
2021-03-27 05:51:51 +00:00
|
|
|
github.com/asdine/storm/v3 v3.2.1
|
|
|
|
github.com/buger/jsonparser v1.1.1
|
2021-07-11 05:49:56 +00:00
|
|
|
github.com/dgraph-io/badger/v3 v3.2103.1
|
2021-07-11 15:01:19 +00:00
|
|
|
github.com/gin-contrib/logger v0.2.0
|
2021-07-11 05:50:54 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.2
|
2021-03-27 05:51:51 +00:00
|
|
|
github.com/go-redis/redis/v7 v7.4.0
|
2021-07-17 12:14:19 +00:00
|
|
|
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
|
2021-08-01 09:12:16 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-07-13 19:01:50 +00:00
|
|
|
github.com/google/flatbuffers v2.0.0+incompatible // indirect
|
2021-07-17 04:54:13 +00:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2020-05-06 08:41:15 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2021-03-27 05:51:51 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1
|
2020-09-04 03:01:21 +00:00
|
|
|
github.com/msalihkarakasli/go-hms-push v0.0.0-20200616114002-91cd23dfeed4
|
2021-03-27 05:51:51 +00:00
|
|
|
github.com/prometheus/client_golang v1.10.0
|
2021-07-11 15:01:19 +00:00
|
|
|
github.com/rs/zerolog v1.23.0
|
2019-12-07 23:41:16 +00:00
|
|
|
github.com/sideshow/apns2 v0.20.0
|
2021-03-27 05:51:51 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/spf13/viper v1.7.1
|
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-06-10 17:52:07 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
|
|
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
|
2021-03-27 05:51:51 +00:00
|
|
|
github.com/tidwall/buntdb v1.2.0
|
2021-08-01 09:12:16 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
2021-07-11 12:04:46 +00:00
|
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
2021-03-27 05:51:51 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
|
|
google.golang.org/grpc v1.36.1
|
2021-08-01 09:12:16 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2018-10-15 03:49:53 +00:00
|
|
|
)
|