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 (
|
2022-03-26 17:46:13 +00:00
|
|
|
github.com/DataDog/datadog-go v4.8.3+incompatible
|
2021-07-06 02:13:39 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
2022-03-26 17:49:14 +00:00
|
|
|
github.com/adjust/rmq/v4 v4.0.5
|
2022-03-28 17:20:01 +00:00
|
|
|
github.com/bugsnag/bugsnag-go/v2 v2.1.2 // indirect
|
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
|
2022-03-26 17:45:04 +00:00
|
|
|
github.com/go-co-op/gocron v1.13.0
|
2021-10-12 14:18:40 +00:00
|
|
|
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
|
2022-03-26 17:46:50 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2022-03-26 17:29:58 +00:00
|
|
|
github.com/go-redis/redismock/v8 v8.0.6
|
2021-08-08 18:19:47 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-03-26 17:43:14 +00:00
|
|
|
github.com/heroku/x v0.0.50
|
2022-03-26 17:45:35 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.15.0
|
2022-03-26 17:48:06 +00:00
|
|
|
github.com/joho/godotenv v1.4.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
|
2022-03-26 17:50:48 +00:00
|
|
|
github.com/spf13/cobra v1.4.0
|
2022-03-26 17:46:44 +00:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2021-07-08 01:44:52 +00:00
|
|
|
github.com/valyala/fastjson v1.6.3
|
2021-05-10 00:51:15 +00:00
|
|
|
)
|