2022-01-18 09:25:24 +00:00
|
|
|
module github.com/nspcc-dev/neo-go/examples/nft-nd-nns
|
|
|
|
|
2022-01-21 13:47:22 +00:00
|
|
|
go 1.16
|
2022-01-18 09:25:24 +00:00
|
|
|
|
2022-01-25 09:42:47 +00:00
|
|
|
require (
|
2022-04-05 07:50:50 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.98.3-pre.0.20220405074910-7b5ff25a40a9
|
2022-04-05 07:48:41 +00:00
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220405074652-16f952270c1e
|
2022-01-25 09:42:47 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|