1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-08 23:42:06 +03:00

fix: update ChannelWithSubscriptions to accept options

This commit is contained in:
Vladimir Mihailenco
2022-06-04 16:20:10 +03:00
parent f44b325a6d
commit c98c5f0eeb
3 changed files with 2 additions and 4 deletions

1
go.mod
View File

@@ -4,7 +4,6 @@ go 1.17
require (
github.com/cespare/xxhash/v2 v2.1.2
github.com/davecgh/go-spew v1.1.1
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.19.0