From 810b52b0dbd23bba35cd1b4645dd87fbde2e1f7a Mon Sep 17 00:00:00 2001 From: zhangzhiqiang <745124335@aa.com> Date: Mon, 7 May 2018 15:48:49 +0800 Subject: [PATCH] =?UTF-8?q?IRISHUB-28:=E5=9F=BA=E4=BA=8Ecosmos-sdk[0.14.1]?= =?UTF-8?q?=E5=BC=80=E5=8F=91iservice=E7=9A=84=E6=9C=8D=E5=8A=A1=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E9=83=A8=E5=88=86=E7=9A=84demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/iris/client.go | 2 +- cmd/iris/node.go | 2 +- cmd/iris/rest.go | 2 +- glide.lock | 4 ++-- glide.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/iris/client.go b/cmd/iris/client.go index 11dd6b791..b79d9b6a0 100644 --- a/cmd/iris/client.go +++ b/cmd/iris/client.go @@ -18,7 +18,7 @@ import ( noncecmd "github.com/cosmos/cosmos-sdk/modules/nonce/commands" rolecmd "github.com/cosmos/cosmos-sdk/modules/roles/commands" - stakecmd "github.com/cosmos/gaia/modules/stake/commands" + stakecmd "github.com/MrXJC/gaia/modules/stake/commands" ) // clientCmd is the entry point for this binary diff --git a/cmd/iris/node.go b/cmd/iris/node.go index 24037ee1a..ece739afb 100644 --- a/cmd/iris/node.go +++ b/cmd/iris/node.go @@ -17,7 +17,7 @@ import ( "github.com/cosmos/cosmos-sdk/stack" "github.com/cosmos/cosmos-sdk/state" - "github.com/cosmos/gaia/modules/stake" + "github.com/MrXJC/gaia/modules/stake" ) // nodeCmd is the entry point for this binary diff --git a/cmd/iris/rest.go b/cmd/iris/rest.go index 45c8c5ff2..c287727b7 100644 --- a/cmd/iris/rest.go +++ b/cmd/iris/rest.go @@ -17,7 +17,7 @@ import ( noncerest "github.com/cosmos/cosmos-sdk/modules/nonce/rest" rolerest "github.com/cosmos/cosmos-sdk/modules/roles/rest" - stakerest "github.com/cosmos/gaia/modules/stake/rest" + stakerest "github.com/MrXJC/gaia/modules/stake/rest" ) const defaultAlgo = "ed25519" diff --git a/glide.lock b/glide.lock index aa50d9ced..0e912f491 100644 --- a/glide.lock +++ b/glide.lock @@ -46,8 +46,8 @@ imports: - stack - state - version -- name: github.com/cosmos/gaia - version: 2ac7ed920446ef8edf582c2b3e890cb7676a7d77 +- name: github.com/MrXJC/gaia + version: develop subpackages: - modules/stake - modules/stake/commands diff --git a/glide.yaml b/glide.yaml index f93104cc9..a279a3c69 100644 --- a/glide.yaml +++ b/glide.yaml @@ -1,6 +1,6 @@ package: github.com/irisnet/iris-hub import: -- package: github.com/cosmos/gaia +- package: github.com/MrXJC/gaia version: develop - package: github.com/cosmos/cosmos-sdk version: tm-develop