Browse Source

codegangsta => urfave

pull/1780/head
Ethan Buchman 8 years ago
parent
commit
ab98bffbb1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/tmsp-cli/tmsp-cli.go

+ 1
- 1
cmd/tmsp-cli/tmsp-cli.go View File

@ -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


Loading…
Cancel
Save