frostfs-contract/go.mod
Alex Vanin 3c7b505f28 go.mod: use latest tagged version of neo-go
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>
2022-01-14 10:59:25 +03:00

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
)