mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Also added in API responses when no leader is present for meta, streams and consumers. Signed-off-by: Derek Collison <derek@nats.io>
16 lines
495 B
Modula-2
16 lines
495 B
Modula-2
module github.com/nats-io/nats-server/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.11.7
|
|
github.com/minio/highwayhash v1.0.0
|
|
github.com/nats-io/jwt/v2 v2.0.0-20210125223648-1c24d462becc
|
|
github.com/nats-io/nats.go v1.10.1-0.20210127212649-5b4924938a9a
|
|
github.com/nats-io/nkeys v0.2.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
|
)
|