c531dc0bde
This one will replace blockCache in Blockchain itself as it can and should be external from it. The idea is that we only feed successive blocks into the Blockchain and it only stores valid proper Blockchain and nothing else.
35 lines
1.6 KiB
Modula-2
35 lines
1.6 KiB
Modula-2
module github.com/CityOfZion/neo-go
|
|
|
|
require (
|
|
github.com/Workiva/go-datastructures v1.0.50
|
|
github.com/abiosoft/ishell v2.0.0+incompatible // indirect
|
|
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
|
|
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
|
|
github.com/alicebob/miniredis v2.5.0+incompatible
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/etcd-io/bbolt v1.3.3
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/go-redis/redis v6.10.2+incompatible
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
|
github.com/mr-tron/base58 v1.1.2
|
|
github.com/nspcc-dev/rfc6979 v0.1.0
|
|
github.com/onsi/gomega v1.4.2 // indirect
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/sirupsen/logrus v1.0.5
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/syndtr/goleveldb v0.0.0-20180307113352-169b1b37be73
|
|
github.com/urfave/cli v1.20.0
|
|
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 // indirect
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20180316180149-374053ea96cb
|
|
golang.org/x/text v0.3.0
|
|
golang.org/x/tools v0.0.0-20180318012157-96caea41033d
|
|
gopkg.in/abiosoft/ishell.v2 v2.0.0
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
)
|