Skip to content

Commit

Permalink
update gsrpc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuH1 committed Sep 20, 2021
1 parent ca26e8a commit ca941fc
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 7 deletions.
4 changes: 2 additions & 2 deletions crypto/sr25519/sr25519.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ package sr25519
import (
"crypto/rand"

"github.com/centrifuge/go-substrate-rpc-client/v3/signature"
"github.com/centrifuge/go-substrate-rpc-client/v3/types"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ryuh1/chainbridge-utils/crypto"
"github.com/ryuh1/go-substrate-rpc-client/v3/signature"
"github.com/ryuh1/go-substrate-rpc-client/v3/types"
)

var _ crypto.Keypair = &Keypair{}
Expand Down
2 changes: 1 addition & 1 deletion crypto/sr25519/sr25519_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"reflect"
"testing"

"github.com/centrifuge/go-substrate-rpc-client/v3/signature"
"github.com/ryuh1/go-substrate-rpc-client/v3/signature"
)

func TestNewKeypairFromSeed(t *testing.T) {
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.13
require (
github.com/ChainSafe/log15 v1.0.0
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/centrifuge/go-substrate-rpc-client/v3 v3.0.0 // indirect
github.com/ethereum/go-ethereum v1.10.2
github.com/consensys/gurvy v0.3.8 // indirect
github.com/ethereum/go-ethereum v1.10.8
github.com/pierrec/xxHash v0.1.5 // indirect
github.com/prometheus/client_golang v1.4.1
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.0.10 // indirect
github.com/ryuh1/go-substrate-rpc-client/v3 v3.0.3
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
)
Loading

0 comments on commit ca941fc

Please sign in to comment.