mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
This addresses [CVE-2020-26521](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26521) This is mainly a port of #1624 with some other updates related to tests. Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
12 lines
343 B
Modula-2
12 lines
343 B
Modula-2
module github.com/nats-io/nats-server/v2
|
|
|
|
require (
|
|
github.com/nats-io/jwt v1.1.0
|
|
github.com/nats-io/nats.go v1.10.0
|
|
github.com/nats-io/nkeys v0.1.4
|
|
github.com/nats-io/nuid v1.0.1
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
|
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e
|
|
google.golang.org/protobuf v1.22.0 // indirect
|
|
)
|