@@ -3,8 +3,8 @@ module github.com/nspcc-dev/neo-go/examples/nft-nd-nns
33go 1.24.0
44
55require (
6- github.com/nspcc-dev/neo-go v0.112 .1-0.20250923153827-17512a0749f6
7- github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20250923153235-ffb84619d02f
6+ github.com/nspcc-dev/neo-go v0.113 .1-0.20251010141927-ac58bbb39350
7+ github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251010141739-b1fccae0ed0f
88 github.com/stretchr/testify v1.11.1
99)
1010
@@ -27,10 +27,10 @@ require (
2727 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2828 github.com/nspcc-dev/bbolt v0.0.0-20250911202005-807225ebb0c8 // indirect
2929 github.com/nspcc-dev/go-ordered-json v0.0.0-20250911084817-6fb4472993d1 // indirect
30- github.com/nspcc-dev/hrw/v2 v2.0.3 // indirect
31- github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.14 // indirect
30+ github.com/nspcc-dev/hrw/v2 v2.0.4 // indirect
31+ github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.15 // indirect
3232 github.com/nspcc-dev/rfc6979 v0.2.4 // indirect
33- github.com/nspcc-dev/tzhash v1.8.2 // indirect
33+ github.com/nspcc-dev/tzhash v1.8.3 // indirect
3434 github.com/pierrec/lz4 v2.6.1+incompatible // indirect
3535 github.com/pmezard/go-difflib v1.0.0 // indirect
3636 github.com/prometheus/client_golang v1.23.2 // indirect
@@ -47,16 +47,16 @@ require (
4747 go.uber.org/zap v1.27.0 // indirect
4848 go.yaml.in/yaml/v2 v2.4.2 // indirect
4949 golang.org/x/crypto v0.42.0 // indirect
50- golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
50+ golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
5151 golang.org/x/mod v0.28.0 // indirect
5252 golang.org/x/net v0.44.0 // indirect
5353 golang.org/x/sync v0.17.0 // indirect
5454 golang.org/x/sys v0.36.0 // indirect
5555 golang.org/x/term v0.35.0 // indirect
5656 golang.org/x/text v0.29.0 // indirect
5757 golang.org/x/tools v0.37.0 // indirect
58- google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
59- google.golang.org/grpc v1.70.0 // indirect
60- google.golang.org/protobuf v1.36.8 // indirect
58+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250922171735-9219d122eba9 // indirect
59+ google.golang.org/grpc v1.75.1 // indirect
60+ google.golang.org/protobuf v1.36.9 // indirect
6161 gopkg.in/yaml.v3 v3.0.1 // indirect
6262)
0 commit comments