apollo-backend/go.mod

24 lines
703 B
Modula-2
Raw Normal View History

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 (
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
github.com/go-co-op/gocron v1.7.1
github.com/go-redis/redis/v8 v8.11.3
2021-08-08 18:19:47 +00:00
github.com/gorilla/mux v1.8.0
2021-07-13 19:35:46 +00:00
github.com/heroku/x v0.0.31
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
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
)