mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
One test had a race. For the other one, the updated go client changed the callback used.s Signed-off-by: Matthias Hanel <mh@synadia.com>
16 lines
468 B
Modula-2
16 lines
468 B
Modula-2
module github.com/nats-io/nats-server/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.11.12
|
|
github.com/minio/highwayhash v1.0.1
|
|
github.com/nats-io/jwt/v2 v2.0.1
|
|
github.com/nats-io/nats.go v1.10.1-0.20210330225420-a0b1f60162f8
|
|
github.com/nats-io/nkeys v0.3.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
|
)
|