Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/gin-gonic/gin v1.10.0
github.com/multiversx/mx-chain-core-go v1.4.2-0.20251216155248-bcbea61e6f31
github.com/multiversx/mx-chain-go v1.11.2-0.20260108203451-dbae8d79d943
github.com/multiversx/mx-chain-go v1.11.2-0.20260109140339-9f4b0bc6fd65
github.com/multiversx/mx-chain-logger-go v1.1.0
github.com/multiversx/mx-chain-proxy-go v1.3.5-0.20251222095819-21763951cae2
github.com/multiversx/mx-chain-storage-go v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IB
github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM=
github.com/multiversx/mx-chain-es-indexer-go v1.9.3-0.20251209110302-3b451942b7f9 h1:lywsKESTxcEC+RnmXzF/6T444DVyhl/ft52Rh4JMPyQ=
github.com/multiversx/mx-chain-es-indexer-go v1.9.3-0.20251209110302-3b451942b7f9/go.mod h1:F/BpaYVPuHN7POJN6gwvJfZ22diYtvz2576a+PWiPvw=
github.com/multiversx/mx-chain-go v1.11.2-0.20260108203451-dbae8d79d943 h1:mkEE4aDnEkPNdAiBZnilO/bQXa+FrdlpKmQw+onEeUc=
github.com/multiversx/mx-chain-go v1.11.2-0.20260108203451-dbae8d79d943/go.mod h1:c/On/Uw6kMUd6009gvmUsL1gZ+ewl9g4sOvmQGP08a0=
github.com/multiversx/mx-chain-go v1.11.2-0.20260109140339-9f4b0bc6fd65 h1:EMXaQuc8YfmNq/MSKnlxOwTiUsuj6af/0Au5Qwwdwjs=
github.com/multiversx/mx-chain-go v1.11.2-0.20260109140339-9f4b0bc6fd65/go.mod h1:c/On/Uw6kMUd6009gvmUsL1gZ+ewl9g4sOvmQGP08a0=
github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM=
github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g=
github.com/multiversx/mx-chain-proxy-go v1.3.5-0.20251222095819-21763951cae2 h1:ZX5197Lg7GeJ0iUP+1Nkgveor9XWG92XfWWN/ePZp6A=
Expand Down
Loading