Rename to mempool/mempool-cli

This commit is contained in:
Gustavo Chain 2020-03-29 22:57:15 +02:00
parent 7d6d22186f
commit 07a4573c46
No known key found for this signature in database
GPG Key ID: DA7C1746DC118A46
7 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,5 @@
# mempool
# mempool-cli
[mempool.space](https://mempool.space/) for the terminal
![mempool screenshot](https://github.com/gchaincl/mempool/raw/master/share/screenshot.png)

3
go.mod
View File

@ -1,9 +1,10 @@
module github.com/gchaincl/mempool
module github.com/mempool/mempool-cli
go 1.13
require (
github.com/fatih/color v1.9.0
github.com/gchaincl/mempool v0.1.0
github.com/gorilla/websocket v1.4.1
github.com/jroimartin/gocui v0.4.0
github.com/mattn/go-runewidth v0.0.8 // indirect

2
go.sum
View File

@ -1,5 +1,7 @@
github.com/fatih/color v1.9.0 h1:8xPHl4/q1VyqGIPif1F+1V3Y3lSmrq01EabUW3CoW5s=
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
github.com/gchaincl/mempool v0.1.0 h1:31fcPLzbUQ+t9lhghr8mpxugDh28eepuxPbtMQA3xOY=
github.com/gchaincl/mempool v0.1.0/go.mod h1:kVwBOFvH0zhHSOcPA0xJr4CoI0HinWC7UVz8ISEeyLo=
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/jroimartin/gocui v0.4.0 h1:52jnalstgmc25FmtGcWqa0tcbMEWS6RpFLsOIO+I+E8=
github.com/jroimartin/gocui v0.4.0/go.mod h1:7i7bbj99OgFHzo7kB2zPb8pXLqMBSQegY7azfqXMkyY=

View File

@ -3,7 +3,7 @@ package main
import (
"log"
"github.com/gchaincl/mempool/ui"
"github.com/mempool/mempool-cli/ui"
)
func main() {

View File

@ -7,7 +7,7 @@ import (
"time"
"github.com/fatih/color"
"github.com/gchaincl/mempool/client"
"github.com/mempool/mempool-cli/client"
)
type Box struct {

View File

@ -7,8 +7,9 @@ import (
"sync"
"github.com/fatih/color"
"github.com/gchaincl/mempool/client"
"github.com/jroimartin/gocui"
"github.com/mempool/mempool-cli/client"
)
type FeeDistribution struct {

View File

@ -7,8 +7,9 @@ import (
"strings"
"github.com/fatih/color"
"github.com/gchaincl/mempool/client"
"github.com/jroimartin/gocui"
"github.com/mempool/mempool-cli/client"
)
const (