File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1515package secp256k1
1616
1717import (
18- _ "github.com/ethereum/go-ethereum /crypto/secp256k1/libsecp256k1/include"
19- _ "github.com/ethereum/go-ethereum /crypto/secp256k1/libsecp256k1/src"
20- _ "github.com/ethereum/go-ethereum /crypto/secp256k1/libsecp256k1/src/modules/recovery"
18+ _ "github.com/XinFinOrg/XDPoSChain /crypto/secp256k1/libsecp256k1/include"
19+ _ "github.com/XinFinOrg/XDPoSChain /crypto/secp256k1/libsecp256k1/src"
20+ _ "github.com/XinFinOrg/XDPoSChain /crypto/secp256k1/libsecp256k1/src/modules/recovery"
2121)
22+
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
1111 github.com/davecgh/go-spew v1.1.1
1212 github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
1313 github.com/edsrzf/mmap-go v1.0.0
14- github.com/ethereum/go-ethereum v1.9.11
1514 github.com/fatih/color v1.13.0
1615 github.com/gizak/termui v2.2.0+incompatible
1716 github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
@@ -59,6 +58,7 @@ require (
5958 github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa // indirect
6059 github.com/go-ole/go-ole v1.2.5 // indirect
6160 github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
61+ github.com/google/go-cmp v0.6.0 // indirect
6262 github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
6363 github.com/google/uuid v1.3.0 // indirect
6464 github.com/kr/pretty v0.3.1 // indirect
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=
7474github.com/edsrzf/mmap-go v1.0.0 /go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M =
7575github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa h1:XKAhUk/dtp+CV0VO6mhG2V7jA9vbcGcnYF/Ay9NjZrY =
7676github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa /go.mod h1:cdorVVzy1fhmEqmtgqkoE3bYtCfSCkVyjTyCIo22xvs =
77- github.com/ethereum/go-ethereum v1.9.11 h1:Z0jugPDfuI5qsPY1XgBGVwikpdFK/ANqP7MrYvkmk+A =
78- github.com/ethereum/go-ethereum v1.9.11 /go.mod h1:7oC0Ni6dosMv5pxMigm6s0hN8g4haJMBnqmmo0D9YfQ =
7977github.com/ethereum/go-ethereum v1.13.5 h1:U6TCRciCqZRe4FPXmy1sMGxTfuk8P7u2UoinF3VbaFk =
8078github.com/ethereum/go-ethereum v1.13.5 /go.mod h1:yMTu38GSuyxaYzQMViqNmQ1s3cE84abZexQmTgenWk0 =
8179github.com/fatih/color v1.3.0 /go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4 =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package rpc
1919import (
2020 "fmt"
2121
22- "github.com/ethereum/go-ethereum /metrics"
22+ "github.com/XinFinOrg/XDPoSChain /metrics"
2323)
2424
2525var (
You can’t perform that action at this time.
0 commit comments