2021-07-05 23:22:24 +00:00
|
|
|
module github.com/christianselig/apollo-backend
|
2021-05-10 00:51:15 +00:00
|
|
|
|
2021-07-06 00:12:53 +00:00
|
|
|
// +heroku goVersion go1.16
|
2021-05-10 00:51:15 +00:00
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-07-08 01:44:52 +00:00
|
|
|
github.com/DataDog/datadog-go v4.8.0+incompatible
|
2021-07-06 02:13:39 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
2021-07-08 23:03:46 +00:00
|
|
|
github.com/adjust/rmq/v4 v4.0.1
|
|
|
|
github.com/go-co-op/gocron v1.6.2
|
|
|
|
github.com/go-redis/redis/v8 v8.11.0
|
2021-07-08 01:44:52 +00:00
|
|
|
github.com/heroku/x v0.0.31
|
2021-07-08 23:03:46 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.11.0
|
2021-05-10 00:51:15 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
|
|
github.com/lib/pq v1.10.1
|
2021-07-06 00:08:19 +00:00
|
|
|
github.com/sideshow/apns2 v0.20.0
|
2021-07-08 23:03:46 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-07-08 01:44:52 +00:00
|
|
|
github.com/valyala/fastjson v1.6.3
|
2021-05-10 00:51:15 +00:00
|
|
|
)
|