Skip to content

Commit a4ddc7f

Browse files
Bump golang.org/x/crypto from 0.37.0 to 0.41.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.41.0. - [Commits](golang/crypto@v0.37.0...v0.41.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 792b296 commit a4ddc7f

File tree

2 files changed

+21
-171
lines changed

2 files changed

+21
-171
lines changed

go.mod

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,19 @@ require (
1717
github.com/spf13/pflag v1.0.6
1818
github.com/stretchr/testify v1.10.0
1919
go.etcd.io/bbolt v1.4.0
20-
golang.org/x/crypto v0.37.0
20+
golang.org/x/crypto v0.41.0
2121
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
22-
golang.org/x/net v0.39.0
23-
golang.org/x/sys v0.32.0
22+
golang.org/x/net v0.42.0
23+
golang.org/x/sys v0.35.0
2424
)
2525

2626
require (
2727
github.com/DataDog/zstd v1.5.5 // indirect
2828
github.com/Microsoft/go-winio v0.6.2 // indirect
2929
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
30-
github.com/beorn7/perks v1.0.1 // indirect
3130
github.com/bits-and-blooms/bitset v1.22.0 // indirect
32-
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
3331
github.com/cespare/xxhash/v2 v2.3.0 // indirect
34-
github.com/cockroachdb/errors v1.11.3 // indirect
3532
github.com/cockroachdb/fifo v0.0.0-20240616162244-4768e80dfb9a // indirect
36-
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
37-
github.com/cockroachdb/pebble v1.1.2 // indirect
38-
github.com/cockroachdb/redact v1.1.5 // indirect
39-
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
4033
github.com/consensys/bavard v0.1.30 // indirect
4134
github.com/consensys/gnark-crypto v0.17.0 // indirect
4235
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
@@ -46,28 +39,22 @@ require (
4639
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
4740
github.com/ethereum/c-kzg-4844 v1.0.3 // indirect
4841
github.com/ethereum/go-verkle v0.2.2 // indirect
49-
github.com/fjl/gencodec v0.1.1 // indirect
5042
github.com/fsnotify/fsnotify v1.7.0 // indirect
51-
github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61 // indirect
52-
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
5343
github.com/getsentry/sentry-go v0.28.1 // indirect
5444
github.com/go-ole/go-ole v1.3.0 // indirect
5545
github.com/gofrs/flock v0.12.1 // indirect
56-
github.com/gogo/protobuf v1.3.2 // indirect
5746
github.com/golang/snappy v1.0.0 // indirect
5847
github.com/gorilla/websocket v1.5.3 // indirect
5948
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
6049
github.com/huin/goupnp v1.3.0 // indirect
6150
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6251
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
6352
github.com/klauspost/compress v1.17.9 // indirect
64-
github.com/kr/pretty v0.3.1 // indirect
65-
github.com/kr/text v0.2.0 // indirect
6653
github.com/mattn/go-colorable v0.1.14 // indirect
6754
github.com/mattn/go-isatty v0.0.20 // indirect
6855
github.com/mattn/go-runewidth v0.0.16 // indirect
6956
github.com/mmcloughlin/addchain v0.4.0 // indirect
70-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
57+
github.com/nxadm/tail v1.4.11 // indirect
7158
github.com/olekukonko/tablewriter v0.0.5 // indirect
7259
github.com/onsi/gomega v1.33.1 // indirect
7360
github.com/pion/dtls/v2 v2.2.12 // indirect
@@ -81,22 +68,15 @@ require (
8168
github.com/prometheus/common v0.55.0 // indirect
8269
github.com/prometheus/procfs v0.15.1 // indirect
8370
github.com/rivo/uniseg v0.4.7 // indirect
84-
github.com/rogpeppe/go-internal v1.12.0 // indirect
8571
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
86-
github.com/status-im/keycard-go v0.3.2 // indirect
8772
github.com/supranational/blst v0.3.14 // indirect
8873
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
8974
github.com/tklauser/go-sysconf v0.3.15 // indirect
9075
github.com/tklauser/numcpus v0.10.0 // indirect
91-
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
9276
github.com/wlynxg/anet v0.0.5 // indirect
9377
github.com/x448/float16 v0.8.4 // indirect
9478
github.com/yusufpapurcu/wmi v1.2.4 // indirect
95-
golang.org/x/mod v0.24.0 // indirect
96-
golang.org/x/sync v0.13.0 // indirect
97-
golang.org/x/text v0.24.0 // indirect
98-
golang.org/x/tools v0.32.0 // indirect
99-
google.golang.org/protobuf v1.34.2 // indirect
79+
golang.org/x/sync v0.16.0 // indirect
10080
gopkg.in/yaml.v3 v3.0.1 // indirect
10181
rsc.io/tmplfunc v0.0.3 // indirect
10282
)

0 commit comments

Comments
 (0)