-
- Downloads
go mod tidy go.sum/mod
... | @@ -4,7 +4,6 @@ go 1.13 | ... | @@ -4,7 +4,6 @@ go 1.13 |
require ( | require ( | ||
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect | github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect | ||
github.com/apsdehal/go-logger v0.0.0-20190506062552-f85330a4b532 // indirect | |||
github.com/dgraph-io/badger v1.6.0 | github.com/dgraph-io/badger v1.6.0 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/ethereum/go-ethereum v1.9.3 | github.com/ethereum/go-ethereum v1.9.3 | ||
... | @@ -18,15 +17,15 @@ require ( | ... | @@ -18,15 +17,15 @@ require ( |
github.com/labstack/echo v3.3.10+incompatible | github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 // indirect | github.com/labstack/gommon v0.3.0 // indirect | ||
github.com/magiconair/properties v1.8.1 | github.com/magiconair/properties v1.8.1 | ||
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect | |||
github.com/pkg/errors v0.8.1 | github.com/pkg/errors v0.8.1 | ||
github.com/rivo/tview v0.0.0-20190829161255-f8bc69b90341 | github.com/rivo/tview v0.0.0-20190829161255-f8bc69b90341 | ||
github.com/rivo/uniseg v0.1.0 // indirect | github.com/rivo/uniseg v0.1.0 // indirect | ||
github.com/sasha-s/go-deadlock v0.2.0 // indirect | |||
github.com/spf13/pflag v1.0.5 | github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/objx v0.2.0 // indirect | |||
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 | golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 | ||
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 | golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 | ||
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect | golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect | ||
golang.org/x/text v0.3.2 // indirect | golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | |||
gopkg.in/zeromq/goczmq.v4 v4.1.0 // indirect | gopkg.in/zeromq/goczmq.v4 v4.1.0 // indirect | ||
) | ) |
Please register or sign in to comment