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.97.4-pre.0.20211116130941-ecfe3e724732
	github.com/stretchr/testify v1.7.0
)