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-10-26 11:28:14 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.97.4-pre.0.20211115125313-0e1fe2f58b1a
|
2021-10-01 19:24:05 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|