From d65d754474ab6b9b7a2c3f7c2f6b5debac07d2d6 Mon Sep 17 00:00:00 2001 From: Silas Davis <silas@monax.io> Date: Mon, 12 Mar 2018 10:21:17 +0000 Subject: [PATCH] Fix broken monax-keys after Tendermint decide to rename go-wire. Signed-off-by: Silas Davis <silas@monax.io> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 293c287c..7bda2257 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ test: check .PHONY: test_integration test_integration: - @go get -u github.com/monax/keys/cmd/monax-keys + @go get -u github.com/monax/bosmarmot/keys/cmd/monax-keys @go test ./keys/integration -tags integration @go test ./rpc/tm/integration -tags integration -- GitLab