Skip to content

Commit 688d40c

Browse files
Bump golang.org/x/crypto
Bumps the go_modules group with 1 update in the /chains/evm directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.38.0 to 0.45.0 - [Commits](golang/crypto@v0.38.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aed7f5f commit 688d40c

File tree

2 files changed

+215
-6
lines changed

2 files changed

+215
-6
lines changed

chains/evm/go.mod

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,29 @@ require (
1111
)
1212

1313
require (
14+
github.com/Microsoft/go-winio v0.6.2 // indirect
15+
github.com/StackExchange/wmi v1.2.1 // indirect
16+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
17+
github.com/consensys/bavard v0.1.27 // indirect
18+
github.com/consensys/gnark-crypto v0.16.0 // indirect
19+
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
20+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
21+
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
1422
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
23+
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
24+
github.com/ethereum/go-verkle v0.2.2 // indirect
25+
github.com/fsnotify/fsnotify v1.6.0 // indirect
26+
github.com/go-ole/go-ole v1.3.0 // indirect
27+
github.com/google/uuid v1.6.0 // indirect
28+
github.com/gorilla/websocket v1.4.2 // indirect
1529
github.com/holiman/uint256 v1.3.2 // indirect
16-
golang.org/x/crypto v0.38.0 // indirect
17-
golang.org/x/sys v0.33.0 // indirect
30+
github.com/mmcloughlin/addchain v0.4.0 // indirect
31+
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
32+
github.com/supranational/blst v0.3.14 // indirect
33+
github.com/tklauser/go-sysconf v0.3.12 // indirect
34+
github.com/tklauser/numcpus v0.6.1 // indirect
35+
golang.org/x/crypto v0.45.0 // indirect
36+
golang.org/x/sync v0.12.0 // indirect
37+
golang.org/x/sys v0.38.0 // indirect
38+
rsc.io/tmplfunc v0.0.3 // indirect
1839
)

0 commit comments

Comments
 (0)