2020-03-30 13:59:54 +00:00
|
|
|
module github.com/nspcc-dev/neofs-contract
|
|
|
|
|
2021-03-22 06:18:33 +00:00
|
|
|
go 1.14
|
2020-03-30 13:59:54 +00:00
|
|
|
|
2021-10-01 19:24:05 +00:00
|
|
|
require (
|
2021-10-07 12:03:57 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2021-12-01 17:33:55 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.97.4-pre.0.20211201163517-187198b3a198
|
2021-10-01 19:24:05 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|