neo-go/examples/nft-nd-nns/go.mod
2022-03-21 18:22:48 +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.3-pre.0.20220321144433-3b639f518ebb
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220321144137-d5a9af5860af
github.com/stretchr/testify v1.7.0
)