2
0

chore: update version of golang.org/x/crypto library from v0.6.0 to v0.9.0

During the update also the following packages were updated:

golang.org/x/sys v0.5.0 to v0.8.0
golang.org/x/text v0.7.0 to v0.9.0

Signed-off-by: Jonathan Gonzalez V <jonathan.abdiel@gmail.com>
This commit is contained in:
Jonathan Gonzalez V
2023-05-29 15:27:33 +02:00
committed by Jack Christensen
parent 2c1973de46
commit 4b9aa7c4f2
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ require (
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
github.com/jackc/puddle/v2 v2.2.0
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.6.0
golang.org/x/sys v0.5.0
golang.org/x/text v0.7.0
golang.org/x/crypto v0.9.0
golang.org/x/sys v0.8.0
golang.org/x/text v0.9.0
)
require (