forked from TrueCloudLab/frostfs-contract
3c7b505f28
While we use unreleased version of neo-go, we can't compile it with neo-go v0.98.0 Signed-off-by: Alex Vanin <alexey@nspcc.ru>
9 lines
172 B
Modula-2
9 lines
172 B
Modula-2
module github.com/nspcc-dev/neofs-contract
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/nspcc-dev/neo-go v0.98.0
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|