micro-store-redis/go.mod
dependabot[bot] 823da3f64f
Bump github.com/go-redis/redis/v8 from 8.8.2 to 8.11.3
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.2 to 8.11.3.
- [Release notes](https://github.com/go-redis/redis/releases)
- [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-redis/redis/compare/v8.8.2...v8.11.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 12:26:26 +00:00

9 lines
154 B
Modula-2

module github.com/unistack-org/micro-store-redis/v3
go 1.16
require (
github.com/go-redis/redis/v8 v8.11.3
github.com/unistack-org/micro/v3 v3.3.17
)