mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-29 13:41:47 +00:00
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.3-pre.0.20220429082343-69b70c5e933a
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220429082221-441a3eb34c47
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|