2020-03-30 13:59:54 +00:00
|
|
|
module github.com/nspcc-dev/neofs-contract
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-05-29 08:41:01 +00:00
|
|
|
github.com/mr-tron/base58 v1.1.3 // indirect
|
|
|
|
github.com/nspcc-dev/neo-go v0.75.0
|
2020-03-30 13:59:54 +00:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
2020-05-29 08:41:01 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2020-03-30 13:59:54 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-05-29 08:41:01 +00:00
|
|
|
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
|
2020-03-30 13:59:54 +00:00
|
|
|
)
|