module github.com/appleboy/gorush go 1.13 require ( github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect github.com/DataDog/zstd v1.4.0 // indirect github.com/Sereal/Sereal v0.0.0-20190606082811-cf1bab6c7a3a // indirect 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 v2.1.2+incompatible 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 v1.6.0 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.5.0 github.com/go-playground/universal-translator v0.17.0 // indirect github.com/golang/protobuf v1.3.2 github.com/golang/snappy v0.0.1 // indirect github.com/json-iterator/go v1.1.8 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/leodido/go-urn v1.2.0 // indirect github.com/mattn/go-isatty v0.0.10 github.com/mitchellh/mapstructure v1.1.2 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 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect go.etcd.io/bbolt v1.3.3 // indirect golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect google.golang.org/genproto v0.0.0-20191203220235-3fa9dbf08042 // indirect google.golang.org/grpc v1.25.1 gopkg.in/go-playground/validator.v9 v9.30.2 // indirect gopkg.in/redis.v5 v5.2.9 gopkg.in/yaml.v2 v2.2.7 // indirect )