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-09-07 08:23:56 +00:00
|
|
|
github.com/DataDog/datadog-go v4.8.2+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
|
2021-08-08 18:19:47 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2021-09-14 08:21:11 +00:00
|
|
|
github.com/go-co-op/gocron v1.9.0
|
2021-10-12 14:18:40 +00:00
|
|
|
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
|
2021-10-05 08:28:17 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.11.4
|
2021-08-08 18:19:47 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-09-20 08:26:13 +00:00
|
|
|
github.com/heroku/x v0.0.32
|
2021-08-08 18:19:47 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.13.0
|
2021-05-10 00:51:15 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
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-13 17:14:25 +00:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-07-14 19:17:59 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-07-08 01:44:52 +00:00
|
|
|
github.com/valyala/fastjson v1.6.3
|
2021-05-10 00:51:15 +00:00
|
|
|
)
|