mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-23 16:34:47 +02:00
fix(deps): update module golang.org/x/crypto to v0.22.0
This commit is contained in:
parent
594e238b2b
commit
d3ce65e0f7
2 changed files with 12 additions and 4 deletions
8
go.mod
8
go.mod
|
@ -11,7 +11,7 @@ require (
|
|||
github.com/stretchr/testify v1.8.4
|
||||
gitlab.com/hacklunch/ntp v0.2.1-0.20200714090752-d286380a85fb
|
||||
gitlab.com/hacklunch/ntske v0.0.0-20201006122939-e09fea38c855
|
||||
golang.org/x/crypto v0.19.0
|
||||
golang.org/x/crypto v0.22.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -257,11 +257,11 @@ require (
|
|||
go.uber.org/atomic v1.11.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
||||
golang.org/x/mod v0.15.0 // indirect
|
||||
golang.org/x/net v0.20.0 // indirect
|
||||
golang.org/x/net v0.21.0 // indirect
|
||||
golang.org/x/oauth2 v0.16.0 // indirect
|
||||
golang.org/x/sync v0.6.0 // indirect
|
||||
golang.org/x/sys v0.17.0 // indirect
|
||||
golang.org/x/term v0.17.0 // indirect
|
||||
golang.org/x/sys v0.19.0 // indirect
|
||||
golang.org/x/term v0.19.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
golang.org/x/tools v0.16.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue