Upgrade the dependency golang.org/x/crypto to v0.5.0.

This commit is contained in:
Friedrich Wilken
2023-01-05 14:53:18 +01:00
parent b9d10add08
commit 735ce64a7f
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -10,8 +10,8 @@ require (
github.com/nats-io/nkeys v0.3.0
github.com/nats-io/nuid v1.0.1
go.uber.org/automaxprocs v1.5.1
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
golang.org/x/crypto v0.5.0
golang.org/x/sys v0.4.0
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af
)