gorush/go.mod

39 lines
1.4 KiB
Modula-2
Raw Normal View History

2018-10-15 03:49:53 +00:00
module github.com/appleboy/gorush
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
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/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
github.com/dgraph-io/badger/v3 v3.2103.1
github.com/gin-contrib/logger v0.2.0
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
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
github.com/golang/protobuf v1.5.2
github.com/google/flatbuffers v2.0.0+incompatible // indirect
github.com/json-iterator/go v1.1.10
github.com/mattn/go-isatty v0.0.12
2021-03-27 05:51:51 +00:00
github.com/mitchellh/mapstructure v1.4.1
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
github.com/rs/zerolog v1.23.0
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
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
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
google.golang.org/protobuf v1.27.1
2018-10-15 03:49:53 +00:00
)