apollo-backend/go.mod

24 lines
710 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.1+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-07-26 17:05:09 +00:00
github.com/dustin/go-humanize v1.0.0 // indirect
2021-07-08 23:03:46 +00:00
github.com/go-co-op/gocron v1.6.2
github.com/go-kit/kit v0.10.0 // indirect
2021-07-08 23:03:46 +00:00
github.com/go-redis/redis/v8 v8.11.0
2021-07-13 19:35:46 +00:00
github.com/heroku/x v0.0.31
github.com/jackc/pgx/v4 v4.13.0
2021-05-10 00:51:15 +00:00
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter 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
)