2021-07-05 23:22:24 +00:00
|
|
|
// +heroku goVersion go1.16
|
|
|
|
module github.com/christianselig/apollo-backend
|
2021-05-10 00:51:15 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/contribsys/faktory v1.5.1
|
|
|
|
github.com/contribsys/faktory_worker_go v1.4.2
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-06-24 02:19:43 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
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-06-24 02:19:43 +00:00
|
|
|
github.com/sideshow/apns2 v0.20.0 // indirect
|
2021-05-10 00:51:15 +00:00
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
|
|
)
|