mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
More robust waiting queue for pull mode consumers
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,10 +3,10 @@ module github.com/nats-io/nats-server/v2
|
||||
require (
|
||||
github.com/minio/highwayhash v1.0.0
|
||||
github.com/nats-io/jwt/v2 v2.0.0-20201015190852-e11ce317263c
|
||||
github.com/nats-io/nats.go v1.10.1-0.20200606002146-fc6fed82929a
|
||||
github.com/nats-io/nats.go v1.10.1-0.20201013114232-5a33ce07522f
|
||||
github.com/nats-io/nkeys v0.2.0
|
||||
github.com/nats-io/nuid v1.0.1
|
||||
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
||||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
||||
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7
|
||||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user