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-10 11:06:10 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.98.1-pre.0.20211210100555-b43335e5911f
|
2021-10-01 19:24:05 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|