diff --git a/tool/testdata/internal/common.go b/tool/testdata/internal/common.go index 589a427..de0d9ae 100644 --- a/tool/testdata/internal/common.go +++ b/tool/testdata/internal/common.go @@ -4,7 +4,7 @@ import ( "fmt" "github.com/cosmos/cosmos-sdk/codec/types" "github.com/datachainlab/ethereum-ibc-relay-chain/pkg/relay/ethereum" - "github.com/datachainlab/ethereum-ibc-relay-chain/pkg/relay/ethereum/signers/hd" + "github.com/datachainlab/ibc-hd-signer/pkg/hd" "github.com/datachainlab/ibc-parlia-relay/module" "github.com/spf13/viper" "os"