6c7a401f77
This reverts commits *f50bcf617a
*4f184498bc
*ab3330564a
because they're 3.4.0-compatible while we need 3.3.1.
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.99.1-pre.0.20220711130119-3594c4f760bc
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220711125924-78e5f16573a1
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|