Files
nats-server/go.mod
pgvishnuram 5cc4d0ca4a fix for CVE-2022-27191
* our CVE scanner has detected crypto go module vulnerability in nats exporter this PR fixes that issue by updating the module version
2022-04-21 10:19:35 +05:30

21 lines
575 B
Modula-2

module github.com/nats-io/nats-server/v2
go 1.17
require (
github.com/klauspost/compress v1.14.4
github.com/minio/highwayhash v1.0.2
github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a
github.com/nats-io/nats.go v1.14.0
github.com/nats-io/nkeys v0.3.0
github.com/nats-io/nuid v1.0.1
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
golang.org/x/sys v0.0.0-20220111092808-5a964db01320
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
)
require (
github.com/golang/protobuf v1.4.2 // indirect
google.golang.org/protobuf v1.23.0 // indirect
)