2020-03-30 16:59:54 +03:00
|
|
|
module github.com/nspcc-dev/neofs-contract
|
|
|
|
|
2021-03-22 09:18:33 +03:00
|
|
|
go 1.14
|
2020-03-30 16:59:54 +03:00
|
|
|
|
2021-10-01 22:24:05 +03:00
|
|
|
require (
|
2021-10-07 15:03:57 +03:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2022-07-18 14:02:40 +03:00
|
|
|
github.com/nspcc-dev/neo-go v0.99.1-pre.0.20220714084516-54849ef3e58e
|
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220713145417-4f184498bc42
|
2021-10-01 22:24:05 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|