Skip to content

Commit 8eb7a0d

Browse files
committed
evm v0.18.17: go mod tidy after genesis v1.13.8 cascade
luxfi/genesis is now indirect (no direct EVM imports), but tidy pulled in fresher minimum versions of its transitive deps: - constants v1.5.2 -> v1.5.7 - crypto v1.19.6 -> v1.19.15 - metric v1.5.1 -> v1.5.5 - precompile v0.5.23 -> v0.5.27 - otel v1.42.0 -> v1.43.0 Plus drops StephenButtolph/canoto, fatih/structtag, grpc-prometheus from indirect block (no longer transitively required). No functional changes; this is purely the dependency cleanup that follows the luxfi/genesis v1.13.8 bump.
1 parent 3ca9052 commit 8eb7a0d

3 files changed

Lines changed: 30 additions & 92 deletions

File tree

go.mod

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ require (
1818
github.com/luxfi/cache v1.2.1
1919
github.com/luxfi/codec v1.1.4
2020
github.com/luxfi/consensus v1.24.0
21-
github.com/luxfi/constants v1.5.2
22-
github.com/luxfi/crypto v1.19.6
21+
github.com/luxfi/constants v1.5.7
22+
github.com/luxfi/crypto v1.19.15
2323
github.com/luxfi/database v1.19.0
2424
github.com/luxfi/filesystem v0.0.1
2525
github.com/luxfi/geth v1.16.98
@@ -30,10 +30,10 @@ require (
3030
github.com/luxfi/math v1.4.1
3131
github.com/luxfi/math/big v0.1.0
3232
github.com/luxfi/math/safe v0.0.1
33-
github.com/luxfi/metric v1.5.1
33+
github.com/luxfi/metric v1.5.5
3434
github.com/luxfi/p2p v1.21.0
3535
github.com/luxfi/pq v1.0.3
36-
github.com/luxfi/precompile v0.5.23
36+
github.com/luxfi/precompile v0.5.27
3737
github.com/luxfi/runtime v1.0.1
3838
github.com/luxfi/sys v0.0.0-20260110090042-50187ec5ffd8
3939
github.com/luxfi/timer v1.0.2
@@ -51,8 +51,8 @@ require (
5151
github.com/spf13/viper v1.21.0
5252
github.com/stretchr/testify v1.11.1
5353
github.com/urfave/cli/v2 v2.27.7
54-
go.opentelemetry.io/otel v1.42.0
55-
go.opentelemetry.io/otel/trace v1.42.0
54+
go.opentelemetry.io/otel v1.43.0
55+
go.opentelemetry.io/otel/trace v1.43.0
5656
go.uber.org/goleak v1.3.0
5757
go.uber.org/mock v0.6.0
5858
golang.org/x/crypto v0.50.0
@@ -69,7 +69,6 @@ require (
6969
filippo.io/hpke v0.4.0 // indirect
7070
github.com/ChainSafe/go-schnorrkel v1.1.0 // indirect
7171
github.com/DataDog/zstd v1.5.7 // indirect
72-
github.com/StephenButtolph/canoto v0.17.3 // indirect
7372
github.com/cockroachdb/errors v1.12.0 // indirect
7473
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
7574
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
@@ -78,19 +77,17 @@ require (
7877
github.com/cockroachdb/tokenbucket v0.0.0-20250429170803-42689b6311bb // indirect
7978
github.com/cosmos/go-bip39 v1.0.0 // indirect
8079
github.com/cronokirby/saferith v0.33.0 // indirect
81-
github.com/fatih/structtag v1.2.0 // indirect
8280
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
8381
github.com/getsentry/sentry-go v0.44.1 // indirect
8482
github.com/go-ini/ini v1.67.0 // indirect
8583
github.com/gogo/protobuf v1.3.2 // indirect
8684
github.com/google/renameio/v2 v2.0.2 // indirect
87-
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
8885
github.com/gtank/merlin v0.1.1 // indirect
8986
github.com/gtank/ristretto255 v0.2.0 // indirect
9087
github.com/klauspost/crc32 v1.3.0 // indirect
9188
github.com/kr/pretty v0.3.1 // indirect
9289
github.com/kr/text v0.2.0 // indirect
93-
github.com/luxfi/accel v1.1.0 // indirect
90+
github.com/luxfi/accel v1.1.8 // indirect
9491
github.com/luxfi/age v1.5.0 // indirect
9592
github.com/luxfi/ai v0.1.0 // indirect
9693
github.com/luxfi/api v1.0.12 // indirect
@@ -102,10 +99,7 @@ require (
10299
github.com/luxfi/corona v0.4.1 // indirect
103100
github.com/luxfi/crypto/ipa v1.2.4 // indirect
104101
github.com/luxfi/fhe v1.8.2 // indirect
105-
github.com/luxfi/genesis v1.11.2 // indirect
106102
github.com/luxfi/lattice/v7 v7.1.0 // indirect
107-
github.com/luxfi/lens v0.1.3 // indirect
108-
github.com/luxfi/node v1.27.6 // indirect
109103
github.com/luxfi/protocol v0.0.5 // indirect
110104
github.com/luxfi/resource v0.0.1 // indirect
111105
github.com/luxfi/threshold v1.8.0 // indirect
@@ -200,8 +194,8 @@ require (
200194
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect
201195
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 // indirect
202196
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.42.0 // indirect
203-
go.opentelemetry.io/otel/metric v1.42.0 // indirect
204-
go.opentelemetry.io/otel/sdk v1.42.0 // indirect
197+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
198+
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
205199
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
206200
go.yaml.in/yaml/v2 v2.4.4 // indirect
207201
go.yaml.in/yaml/v3 v3.0.4 // indirect

0 commit comments

Comments
 (0)