frostfs-contract/go.mod
alexvanin 2f3cfee6ae Update neo-go library to v0.75.0
This commit updates neo-go library and adds notification
check for "Deposit", "Withdraw" and "Cheque" methods.
2020-06-15 13:32:13 +03:00

14 lines
440 B
Modula-2

module github.com/nspcc-dev/neofs-contract
go 1.12
require (
github.com/mr-tron/base58 v1.1.3 // indirect
github.com/nspcc-dev/neo-go v0.75.0
github.com/nspcc-dev/neofs-crypto v0.3.0
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)