neoneo-go/examples/nft-nd-nns/go.mod
Roman Khimov 1a8bff5bbf go.mod: update interop dependencies
Just to make sure we're not missing something and using the latest ones.
2022-07-27 23:30:01 +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.99.1-pre.0.20220711130119-3594c4f760bc
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220727202624-6c7a401f776a
github.com/stretchr/testify v1.7.0
)