From ab98bffbb1a9d8e1df9fb673406f892ac7f8a414 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 20 Oct 2016 21:57:33 -0400 Subject: [PATCH] codegangsta => urfave --- cmd/tmsp-cli/tmsp-cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tmsp-cli/tmsp-cli.go b/cmd/tmsp-cli/tmsp-cli.go index c80866e3b..084241290 100644 --- a/cmd/tmsp-cli/tmsp-cli.go +++ b/cmd/tmsp-cli/tmsp-cli.go @@ -9,10 +9,10 @@ import ( "os" "strings" - "github.com/codegangsta/cli" . "github.com/tendermint/go-common" "github.com/tendermint/tmsp/client" "github.com/tendermint/tmsp/types" + "github.com/urfave/cli" ) // client is a global variable so it can be reused by the console