2019-02-26 16:31:07 +00:00
|
|
|
module github.com/CityOfZion/neo-go
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/o3labs/neo-utils v0.0.0-20190129071622-8ae0bc31751f
|
|
|
|
github.com/stretchr/testify v1.3.0
|
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2019-03-17 18:26:35 +00:00
|
|
|
golang.org/x/arch v0.0.0-20190312162104-788fe5ffcd8c // indirect
|
2019-02-26 16:31:07 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b
|
|
|
|
)
|