mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
647 B
Modula-2
22 lines
647 B
Modula-2
module github.com/go-redis/redis/v9
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.20.0
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
|
|
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|