File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ import (
55 "testing"
66
77 gethcrypto "github.com/ethereum/go-ethereum/crypto"
8- chainsel "github.com/smartcontractkit/chain-selectors"
98 "github.com/stretchr/testify/require"
109
10+ chainsel "github.com/smartcontractkit/chain-selectors"
11+
1112 "github.com/smartcontractkit/chainlink-ccv/deployment/operations/fetch_signing_keys"
1213)
1314
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ replace (
1010require (
1111 github.com/BurntSushi/toml v1.5.0
1212 github.com/Masterminds/semver/v3 v3.4.0
13+ github.com/ethereum/go-ethereum v1.17.2
1314 github.com/google/uuid v1.6.0
1415 github.com/smartcontractkit/chain-selectors v1.0.98
1516 github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260630184409-79e0c5cd667f
@@ -60,7 +61,6 @@ require (
6061 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
6162 github.com/digital-asset/dazl-client/v8 v8.9.0 // indirect
6263 github.com/ethereum/c-kzg-4844/v2 v2.1.6 // indirect
63- github.com/ethereum/go-ethereum v1.17.2 // indirect
6464 github.com/fatih/color v1.18.0 // indirect
6565 github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b // indirect
6666 github.com/fsnotify/fsnotify v1.9.0 // indirect
You can’t perform that action at this time.
0 commit comments