mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
823957739c
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.6.2 to 1.7.1. - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](https://github.com/go-co-op/gocron/compare/v1.6.2...v1.7.1) --- updated-dependencies: - dependency-name: github.com/go-co-op/gocron dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
703 B
Modula-2
23 lines
703 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/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/go-co-op/gocron v1.7.1
|
|
github.com/go-redis/redis/v8 v8.11.3
|
|
github.com/gorilla/mux v1.8.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/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
|
|
)
|