mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
1d1f81e168
fix #158
8 lines
241 B
Modula-2
8 lines
241 B
Modula-2
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
|
|
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b
|
|
)
|