@@ -3,7 +3,6 @@ module github.com/smartcontractkit/chainlink-evm
33go 1.25.5
44
55require (
6- github.com/esote/minmaxheap v1.0.0
76 github.com/ethereum/go-ethereum v1.17.0
87 github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b
98 github.com/fxamacker/cbor/v2 v2.9.0
@@ -29,7 +28,6 @@ require (
2928 github.com/smartcontractkit/chain-selectors v1.0.91
3029 github.com/smartcontractkit/chainlink-common v0.11.2-0.20260407150650-8115835abd6e
3130 github.com/smartcontractkit/chainlink-common/keystore v1.0.2
32- github.com/smartcontractkit/chainlink-data-streams v0.1.12-0.20260227110503-42b236799872
3331 github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251022073203-7d8ae8cf67c1
3432 github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20260423135514-5b1a7565a99c
3533 github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20260423135514-5b1a7565a99c
@@ -40,12 +38,10 @@ require (
4038 github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20250815105909-75499abc4335
4139 github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e
4240 github.com/smartcontractkit/libocr v0.0.0-20260130195252-6e18e2a30acc
43- github.com/smartcontractkit/wsrpc v0.8.5-0.20250502134807-c57d3d995945
4441 github.com/stretchr/testify v1.11.1
4542 github.com/theodesp/go-heaps v0.0.0-20190520121037-88e35354fe0a
4643 github.com/tidwall/gjson v1.18.0
4744 github.com/ugorji/go/codec v1.2.12
48- github.com/umbracle/ethgo v0.1.3
4945 go.opentelemetry.io/otel v1.41.0
5046 go.opentelemetry.io/otel/metric v1.41.0
5147 go.uber.org/multierr v1.11.0
@@ -70,7 +66,6 @@ require (
7066 github.com/bits-and-blooms/bitset v1.24.0 // indirect
7167 github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
7268 github.com/buger/jsonparser v1.1.1 // indirect
73- github.com/cenkalti/backoff v2.2.1+incompatible // indirect
7469 github.com/cenkalti/backoff/v5 v5.0.3 // indirect
7570 github.com/cespare/xxhash/v2 v2.3.0 // indirect
7671 github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.16.2 // indirect
@@ -112,7 +107,6 @@ require (
112107 github.com/google/btree v1.1.3 // indirect
113108 github.com/google/flatbuffers v25.2.10+incompatible // indirect
114109 github.com/google/go-cmp v0.7.0 // indirect
115- github.com/google/gofuzz v1.2.0 // indirect
116110 github.com/grafana/otel-profiling-go v0.5.1 // indirect
117111 github.com/grafana/pyroscope-go v1.2.8 // indirect
118112 github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect
@@ -177,9 +171,7 @@ require (
177171 github.com/tidwall/pretty v1.2.1 // indirect
178172 github.com/tklauser/go-sysconf v0.3.15 // indirect
179173 github.com/tklauser/numcpus v0.10.0 // indirect
180- github.com/umbracle/fastrlp v0.0.0-20220527094140-59d5dd30e722 // indirect
181174 github.com/urfave/cli/v2 v2.27.6 // indirect
182- github.com/valyala/fastjson v1.4.1 // indirect
183175 github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
184176 github.com/x448/float16 v0.8.4 // indirect
185177 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
0 commit comments