2022-01-18 12:25:24 +03:00
|
|
|
module github.com/nspcc-dev/neo-go/examples/nft-nd-nns
|
|
|
|
|
2022-01-21 16:47:22 +03:00
|
|
|
go 1.16
|
2022-01-18 12:25:24 +03:00
|
|
|
|
2022-01-25 12:42:47 +03:00
|
|
|
require (
|
2022-04-21 17:59:06 +03:00
|
|
|
github.com/nspcc-dev/neo-go v0.98.3-pre.0.20220421162730-3463d7292fb9
|
2022-04-21 17:57:19 +03:00
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220421162616-d942940a826c
|
2022-01-25 12:42:47 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|