module github.com/appleboy/gorush go 1.14 require ( github.com/apex/gateway v1.1.1 github.com/appleboy/com v0.0.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/asdine/storm/v3 v3.1.1 github.com/aws/aws-lambda-go v1.13.3 // indirect github.com/buger/jsonparser v0.0.0-20191204142016-1a29609e0929 github.com/cespare/xxhash/v2 v2.1.1 // indirect github.com/dgraph-io/badger/v2 v2.0.3 github.com/dgryski/go-farm v0.0.0-20191112170834-c2139c5d712b // 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.3.5 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/mattn/go-isatty v0.0.12 github.com/mitchellh/mapstructure v1.1.2 github.com/msalihkarakasli/go-hms-push v0.0.0-20200616114002-91cd23dfeed4 github.com/pelletier/go-toml v1.6.0 // indirect github.com/prometheus/client_golang v1.2.1 github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee // indirect github.com/prometheus/procfs v0.0.8 // indirect github.com/rs/zerolog v1.16.0 github.com/sideshow/apns2 v0.20.0 github.com/sirupsen/logrus v1.4.2 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.5.0 github.com/stretchr/testify v1.4.0 github.com/syndtr/goleveldb v1.0.0 github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678 github.com/tidwall/buntdb v1.1.2 github.com/tidwall/gjson v1.3.5 // indirect github.com/tj/assert v0.0.0-20171129193455-018094318fb0 // indirect golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e golang.org/x/net v0.0.0-20200301022130-244492dfa37a golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect google.golang.org/genproto v0.0.0-20200313141609-30c55424f95d // indirect google.golang.org/grpc v1.28.0 )