2
0

Upgrade golang.org/x/crypto and golang.org/x/text

This commit is contained in:
Jack Christensen
2023-02-11 08:59:51 -06:00
parent b8262ace75
commit f5d2da7a19
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ 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.0.0-20220829220503-c86fa9a7ed90
golang.org/x/text v0.3.8
golang.org/x/crypto v0.6.0
golang.org/x/text v0.7.0
)
require (