2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-21 00:00:20 +08:00
asynq/go.mod
dependabot[bot] 704fa0677c
Bump github.com/redis/go-redis/v9 from 9.0.3 to 9.2.0
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.0.3 to 9.2.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.0.3...v9.2.0)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 23:05:21 +00:00

19 lines
510 B
Modula-2

module github.com/hibiken/asynq
go 1.14
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/redis/go-redis/v9 v9.2.0
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cast v1.5.1
go.uber.org/goleak v1.1.12
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.31.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)