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
This commit is contained in:
pgvishnuram
2022-04-21 10:19:35 +05:30
parent 254c970876
commit 5cc4d0ca4a
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
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-20220112180741-5e0467b6c7ce
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
)