71 lines
3.5 KiB
Modula-2
71 lines
3.5 KiB
Modula-2
module github.com/appleboy/gorush
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9 // indirect
|
|
github.com/DataDog/zstd v1.3.5 // indirect
|
|
github.com/Sereal/Sereal v0.0.0-20190203221631-e99c7e10fca4 // indirect
|
|
github.com/apex/gateway v1.1.1
|
|
github.com/appleboy/com v0.0.1
|
|
github.com/appleboy/go-fcm v0.0.0-20190214153823-cfd5eac22a0f
|
|
github.com/appleboy/gofight v2.0.0+incompatible // indirect
|
|
github.com/asdine/storm v2.1.2+incompatible
|
|
github.com/aws/aws-lambda-go v1.9.0 // indirect
|
|
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
|
|
github.com/dgraph-io/badger v1.5.4
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f // indirect
|
|
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
|
|
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
|
|
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
|
|
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
|
|
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2 // indirect
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
|
|
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
|
|
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/labstack/echo v3.3.10+incompatible // indirect
|
|
github.com/labstack/gommon v0.2.8 // indirect
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.7
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/sideshow/apns2 v0.0.0-20181014012405-060d44b53d05
|
|
github.com/sirupsen/logrus v1.4.0
|
|
github.com/spf13/viper v1.3.2
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
github.com/thoas/stats v0.0.0-20181218120333-e97827ebd7ca
|
|
github.com/tidwall/btree v0.0.0-20170113224114-9876f1454cf0 // indirect
|
|
github.com/tidwall/buntdb v1.1.0
|
|
github.com/tidwall/gjson v1.2.1 // indirect
|
|
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
|
|
github.com/tidwall/match v1.0.1 // indirect
|
|
github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect
|
|
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect
|
|
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
|
|
github.com/tj/assert v0.0.0-20171129193455-018094318fb0 // indirect
|
|
github.com/valyala/fasttemplate v1.0.1 // indirect
|
|
github.com/vmihailenco/msgpack v4.0.2+incompatible // indirect
|
|
go.etcd.io/bbolt v1.3.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
|
|
golang.org/x/net v0.0.0-20190313220215-9f648a60d977
|
|
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
|
|
google.golang.org/grpc v1.19.0
|
|
gopkg.in/appleboy/gin-status-api.v1 v1.0.1
|
|
gopkg.in/appleboy/gofight.v1 v1.0.4 // indirect
|
|
gopkg.in/appleboy/gofight.v2 v2.0.0
|
|
gopkg.in/fukata/golang-stats-api-handler.v1 v1.0.0 // indirect
|
|
gopkg.in/gin-gonic/gin.v1 v1.3.0 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
|
gopkg.in/redis.v5 v5.2.9
|
|
)
|