forked from TrueCloudLab/frostfs-contract
14 lines
440 B
Modula-2
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.90.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
|
|
)
|