-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from okx/develop
update eth go.mod
- Loading branch information
Showing
11 changed files
with
11 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ package ethereum | |
import ( | ||
"encoding/hex" | ||
"fmt" | ||
"github.com/btcsuite/btcd/btcec/v2" | ||
"math/big" | ||
"testing" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,3 @@ | ||
module github.com/okx/go-wallet-sdk | ||
|
||
go 1.19 | ||
|
||
require ( | ||
github.com/btcsuite/btcd v0.23.4 | ||
github.com/btcsuite/btcd/btcec/v2 v2.3.2 | ||
github.com/btcsuite/btcd/btcutil v1.1.3 | ||
github.com/btcsuite/btcd/btcutil/psbt v1.1.8 | ||
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 | ||
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d | ||
github.com/dchest/blake2b v1.0.0 | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 | ||
github.com/ethereum/go-ethereum v1.12.0 | ||
github.com/fxamacker/cbor v1.5.1 | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/shopspring/decimal v1.3.1 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/tyler-smith/go-bip32 v1.0.0 | ||
github.com/tyler-smith/go-bip39 v1.1.0 | ||
golang.org/x/crypto v0.1.0 | ||
) | ||
|
||
require ( | ||
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect | ||
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect | ||
github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |