From ea2e852e79d6e43a2936bf123ad9e33776d1e3a0 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Wed, 22 Feb 2017 14:10:03 -0500 Subject: [PATCH] update deps --- cmd/gexp/bugcmd.go | 2 +- crypto/crypto_test.go | 2 +- crypto/signature_cgo.go | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/gexp/bugcmd.go b/cmd/gexp/bugcmd.go index 6f87ae986a..b6234413ba 100644 --- a/cmd/gexp/bugcmd.go +++ b/cmd/gexp/bugcmd.go @@ -40,7 +40,7 @@ var bugCommand = cli.Command{ Category: "MISCELLANEOUS COMMANDS", } -const issueUrl = "https://github.com/ethereum/go-ethereum/issues/new" +const issueUrl = "https://github.com/expanse-org/go-expanse/issues/new" // reportBug reports a bug by opening a new URL to the go-ethereum GH issue // tracker and setting default values as the issue body. diff --git a/crypto/crypto_test.go b/crypto/crypto_test.go index e518ac22d8..95fed0be6e 100644 --- a/crypto/crypto_test.go +++ b/crypto/crypto_test.go @@ -27,7 +27,7 @@ import ( "testing" "time" - "github.com/ethereum/go-ethereum/common" + "github.com/expanse-org/go-expanse/common" ) var testAddrHex = "970e8128ab834e8eac17ab8e3812f010678cf791" diff --git a/crypto/signature_cgo.go b/crypto/signature_cgo.go index 5faa6061fd..b7d7a6b91d 100644 --- a/crypto/signature_cgo.go +++ b/crypto/signature_cgo.go @@ -23,8 +23,8 @@ import ( "crypto/elliptic" "fmt" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/crypto/secp256k1" + "github.com/expanse-org/go-expanse/common" + "github.com/expanse-org/go-expanse/crypto/secp256k1" ) func Ecrecover(hash, sig []byte) ([]byte, error) {