mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
19 lines
656 B
Modula-2
19 lines
656 B
Modula-2
module github.com/christianselig/apollo-backend
|
|
|
|
// +heroku goVersion go1.16
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DataDog/datadog-go v4.8.0+incompatible // indirect
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/lib/pq v1.10.1
|
|
github.com/sideshow/apns2 v0.20.0
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/valyala/fastjson v1.6.3 // indirect
|
|
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|