mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
They just released some fix that is not affecting the NATS Server but could cause some security vulnerability reports. Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
17 lines
514 B
Modula-2
17 lines
514 B
Modula-2
module github.com/nats-io/nats-server/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/klauspost/compress v1.13.4
|
|
github.com/minio/highwayhash v1.0.1
|
|
github.com/nats-io/jwt/v2 v2.2.0
|
|
github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc
|
|
github.com/nats-io/nkeys v0.3.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
|
)
|