multi: update x/crypto to v0.37.0

This commit is contained in:
Boris Nagaev
2025-04-21 15:24:57 -03:00
parent 9059a4e7ba
commit 4ec9708acc
14 changed files with 108 additions and 108 deletions

View File

@@ -5,7 +5,7 @@ require (
github.com/btcsuite/btclog/v2 v2.0.1-0.20250602222548-9967d19bb084
github.com/miekg/dns v1.1.43
github.com/stretchr/testify v1.8.2
golang.org/x/net v0.17.0
golang.org/x/net v0.21.0
)
require (
@@ -16,11 +16,11 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/sys v0.32.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.21
go 1.23.0