Upgrade dependencies

Upgrade golang.org/x/crypto to v0.7.0
This commit is contained in:
M. Thiercelin 2023-03-13 13:23:47 +01:00
parent 5718d2a524
commit d3fa075f06
No known key found for this signature in database
GPG key ID: 29581E7E24EBEC0A
3 changed files with 31 additions and 6 deletions

4
go.mod
View file

@ -8,7 +8,5 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/crypto v0.7.0
)