mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-03 13:58:37 +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.2-pre.0.20220318104433-7a8dc1179138
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220318080930-d2bc4473ce9b
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|