Skip to content

Commit

Permalink
Merge pull request #11 from okx/develop
Browse files Browse the repository at this point in the history
 update eth go.mod
  • Loading branch information
yanminmin authored Aug 18, 2023
2 parents 8e81fa8 + b0cd065 commit 7cc5122
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 47 deletions.
2 changes: 1 addition & 1 deletion coins/bitcoin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
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.2
github.com/stretchr/testify v1.8.4
github.com/okx/go-wallet-sdk/crypto v0.0.1
github.com/okx/go-wallet-sdk/util v0.0.1
github.com/stretchr/testify v1.8.4
)

require (
Expand Down
2 changes: 1 addition & 1 deletion coins/cosmos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/btcsuite/btcd/btcutil v1.1.3
github.com/ethereum/go-ethereum v1.12.2
github.com/okx/go-wallet-sdk/crypto v0.0.1
github.com/stretchr/testify v1.8.4
github.com/tyler-smith/go-bip39 v1.1.0
github.com/okx/go-wallet-sdk/crypto v0.0.1
golang.org/x/crypto v0.12.0
)

Expand Down
1 change: 1 addition & 0 deletions coins/ethereum/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package ethereum
import (
"encoding/hex"
"fmt"
"github.com/btcsuite/btcd/btcec/v2"
"math/big"

"github.com/btcsuite/btcd/btcec/v2/ecdsa"
Expand Down
1 change: 1 addition & 0 deletions coins/ethereum/eth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package ethereum
import (
"encoding/hex"
"fmt"
"github.com/btcsuite/btcd/btcec/v2"
"math/big"
"testing"

Expand Down
4 changes: 1 addition & 3 deletions coins/ethereum/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.19
require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/ethereum/go-ethereum v1.12.2
github.com/stretchr/testify v1.8.1
github.com/okx/go-wallet-sdk/crypto v0.0.1
github.com/okx/go-wallet-sdk/util v0.0.1
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.12.0
)

Expand All @@ -20,5 +20,3 @@ require (
golang.org/x/sys v0.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/okx/go-wallet-sdk/util => ../../util
2 changes: 1 addition & 1 deletion coins/filecoin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/dchest/blake2b v1.0.0
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/fxamacker/cbor v1.5.1
github.com/stretchr/testify v1.8.4
github.com/okx/go-wallet-sdk/util v0.0.1
github.com/stretchr/testify v1.8.4
)

require (
Expand Down
4 changes: 2 additions & 2 deletions coins/near/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/okx/go-wallet-sdk/coins/near
go 1.19

require (
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.4
github.com/okx/go-wallet-sdk/crypto v0.0.1
github.com/okx/go-wallet-sdk/util v0.0.1
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.4
)

require (
Expand Down
2 changes: 1 addition & 1 deletion coins/solana/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/okx/go-wallet-sdk/coins/solana
go 1.19

require (
github.com/tyler-smith/go-bip39 v1.1.0
github.com/okx/go-wallet-sdk/crypto v0.0.1
github.com/tyler-smith/go-bip39 v1.1.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion coins/stacks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.19
require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/stretchr/testify v1.8.4
github.com/okx/go-wallet-sdk/crypto v0.0.1
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.12.0
)

Expand Down
2 changes: 1 addition & 1 deletion coins/sui/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.19

require (
github.com/dchest/blake2b v1.0.0
github.com/stretchr/testify v1.8.4
github.com/okx/go-wallet-sdk/crypto v0.0.1
github.com/stretchr/testify v1.8.4
)

require (
Expand Down
36 changes: 0 additions & 36 deletions go.mod
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
)

0 comments on commit 7cc5122

Please sign in to comment.