mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.16.4 to 1.16.5. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v1.16.4...v1.16.5) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 lines
273 B
Modula-2
12 lines
273 B
Modula-2
module github.com/go-redis/redis/v8
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.16.0
|
|
)
|