9 lines
260 B
Modula-2
9 lines
260 B
Modula-2
module github.com/nspcc-dev/neo-go/examples/nft-nd-nns
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/nspcc-dev/neo-go v0.98.2-pre.0.20220321113905-25d72db8b065
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220321113211-526c423a6152
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|