Skip to content

Commit 6eee48f

Browse files
committed
go.mod: update neo-go and neofs-contracts
From neo-go side it is useful to have nspcc-dev/neo-go#4117 and nspcc-dev/neo-go#4118. Contracts are updated to keep deploy code buildable. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
1 parent 0ef504c commit 6eee48f

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/nspcc-dev/bbolt v0.0.0-20250911202005-807225ebb0c8
2020
github.com/nspcc-dev/hrw/v2 v2.0.4
2121
github.com/nspcc-dev/locode-db v0.8.2
22-
github.com/nspcc-dev/neo-go v0.115.0
22+
github.com/nspcc-dev/neo-go v0.116.1-0.20260130082647-9c7004d3311f
2323
github.com/nspcc-dev/neofs-api-go/v2 v2.14.1-0.20240827150555-5ce597aa14ea
2424
github.com/nspcc-dev/neofs-contract v0.25.2-0.20251223162726-c0cf83ca5e42
2525
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.16.0.20260116074650-3b7fe1f01d4b
@@ -93,7 +93,9 @@ require (
9393
go.yaml.in/yaml/v2 v2.4.2 // indirect
9494
go.yaml.in/yaml/v3 v3.0.4 // indirect
9595
golang.org/x/crypto v0.45.0 // indirect
96+
golang.org/x/mod v0.29.0 // indirect
9697
golang.org/x/text v0.31.0 // indirect
98+
golang.org/x/tools v0.38.0 // indirect
9799
google.golang.org/genproto/googleapis/rpc v0.0.0-20250922171735-9219d122eba9 // indirect
98100
gopkg.in/yaml.v3 v3.0.1 // indirect
99101
lukechampine.com/blake3 v1.2.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ github.com/nspcc-dev/hrw/v2 v2.0.4 h1:o3Zh/2aF+IgGpvt414f46Ya20WG9u9vWxVd16ErFI8
191191
github.com/nspcc-dev/hrw/v2 v2.0.4/go.mod h1:dUjOx27zTTvoPmT5EG25vSSWL2tKS7ndAa2TPTiZwFo=
192192
github.com/nspcc-dev/locode-db v0.8.2 h1:+9+1Z7ppG+ISDLHzMND7PZ8+R4H3d04doVRyNevOpz0=
193193
github.com/nspcc-dev/locode-db v0.8.2/go.mod h1:PtAASXSG4D4Oz0js9elzTyTr8GLpOJO20qFL881Nims=
194-
github.com/nspcc-dev/neo-go v0.115.0 h1:4ISlhjqc4lFPqCsU//vpmUKJ8dcKLnPWLH95RxJ1QYo=
195-
github.com/nspcc-dev/neo-go v0.115.0/go.mod h1:2klaZUCv0Ut+6d4GAO3w9NbtS1bOAX0Sqc10CvWjhHI=
196-
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251217090505-857f951d81a9 h1:5+Ue5+i72uJVfHoq1+6mc6KlpriaqQaO96LtaDEsTfg=
197-
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251217090505-857f951d81a9/go.mod h1:X2spkE8hK/l08CYulOF19fpK5n3p2xO0L1GnJFIywQg=
194+
github.com/nspcc-dev/neo-go v0.116.1-0.20260130082647-9c7004d3311f h1:IOEvEfypBaC3Am2tHpqoxc+KwN7CpYGlKykJy/67k74=
195+
github.com/nspcc-dev/neo-go v0.116.1-0.20260130082647-9c7004d3311f/go.mod h1:RDOBkZ+EGtr/NRFItY1oLx7zEIKKqFZKjKupEnMj6q8=
196+
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20260121113504-979d1f4aada1 h1:k2PZRCJ82ZSNa398+U6lty6Z0NZOurL72wnEn6ulgos=
197+
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20260121113504-979d1f4aada1/go.mod h1:X2spkE8hK/l08CYulOF19fpK5n3p2xO0L1GnJFIywQg=
198198
github.com/nspcc-dev/neofs-api-go/v2 v2.14.1-0.20240827150555-5ce597aa14ea h1:mK0EMGLvunXcFyq7fBURS/CsN4MH+4nlYiqn6pTwWAU=
199199
github.com/nspcc-dev/neofs-api-go/v2 v2.14.1-0.20240827150555-5ce597aa14ea/go.mod h1:YzhD4EZmC9Z/PNyd7ysC7WXgIgURc9uCG1UWDeV027Y=
200200
github.com/nspcc-dev/neofs-contract v0.25.2-0.20251223162726-c0cf83ca5e42 h1:CiNxIrnQO9JeWg9knVOicxLp5g1Cnd0bv81C3WXXxC8=

0 commit comments

Comments
 (0)