823da3f64f
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>
9 lines
154 B
Modula-2
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
|
|
)
|