apollo-backend/go.mod
dependabot[bot] 63f1fc9763 Bump github.com/sideshow/apns2 from 0.22.0 to 0.23.0
Bumps [github.com/sideshow/apns2](https://github.com/sideshow/apns2) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/sideshow/apns2/releases)
- [Commits](https://github.com/sideshow/apns2/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/sideshow/apns2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 08:20:04 +00:00

25 lines
771 B
Modula-2

module github.com/christianselig/apollo-backend
// +heroku goVersion go1.16
go 1.16
require (
github.com/DataDog/datadog-go v4.8.3+incompatible
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/adjust/rmq/v4 v4.0.5
github.com/bugsnag/bugsnag-go/v2 v2.1.2
github.com/dustin/go-humanize v1.0.0
github.com/go-co-op/gocron v1.13.0
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/go-redis/redis/v8 v8.11.5
github.com/go-redis/redismock/v8 v8.0.6
github.com/gorilla/mux v1.8.0
github.com/heroku/x v0.0.50
github.com/jackc/pgx/v4 v4.15.0
github.com/joho/godotenv v1.4.0
github.com/sideshow/apns2 v0.23.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.1
github.com/valyala/fastjson v1.6.3
)