neoneo-go/examples/nft-nd-nns/go.mod
2022-05-23 14:05:00 +03:00

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.5-pre.0.20220512113228-bb5cffc4a85e
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220523110142-d8f7d5d5b67c
github.com/stretchr/testify v1.7.0
)