fix hexutils import path
This commit is contained in:
parent
3abea2751b
commit
65bb826b6c
|
@ -6,10 +6,10 @@ import (
|
|||
"errors"
|
||||
|
||||
ethcrypto "github.com/ethereum/go-ethereum/crypto"
|
||||
"github.com/status-im/keycard-cli/vendor_/github.com/status-im/keycard-go/hexutils"
|
||||
"github.com/status-im/keycard-go/apdu"
|
||||
"github.com/status-im/keycard-go/crypto"
|
||||
"github.com/status-im/keycard-go/globalplatform"
|
||||
"github.com/status-im/keycard-go/hexutils"
|
||||
"github.com/status-im/keycard-go/types"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue