mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
515ac90bf2
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v4.12.0...v4.13.0) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
660 B
Modula-2
22 lines
660 B
Modula-2
module github.com/christianselig/apollo-backend
|
|
|
|
// +heroku goVersion go1.16
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DataDog/datadog-go v4.8.1+incompatible
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/adjust/rmq/v4 v4.0.1
|
|
github.com/go-co-op/gocron v1.6.2
|
|
github.com/go-kit/kit v0.10.0 // indirect
|
|
github.com/go-redis/redis/v8 v8.11.0
|
|
github.com/heroku/x v0.0.31
|
|
github.com/jackc/pgx/v4 v4.13.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/sideshow/apns2 v0.20.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/valyala/fastjson v1.6.3
|
|
)
|