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.20260219091525-015123fd1603
github.com/multiversx/mx-chain-go v1.11.2-0.20260224093118-a3f88322b387
github.com/multiversx/mx-chain-go v1.11.2-0.20260302131008-870c10ca33d5
github.com/multiversx/mx-chain-logger-go v1.1.0
github.com/multiversx/mx-chain-proxy-go v1.3.5-0.20260217073158-6a6ed53a320e
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.1-0.20260130144701-dfa5fd3ea5d7 h1
github.com/multiversx/mx-chain-crypto-go v1.3.1-0.20260130144701-dfa5fd3ea5d7/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM=
github.com/multiversx/mx-chain-es-indexer-go v1.9.4-0.20260219114236-37624897dc3a h1:4ExtYUKB8Hd+IlvxscVpAHjO6hMSYlL2yFfsKBUAzgY=
github.com/multiversx/mx-chain-es-indexer-go v1.9.4-0.20260219114236-37624897dc3a/go.mod h1:aPHgLkELJWxCDXBFF9+tbYaXJH2GIRk723YOaTejYWc=
github.com/multiversx/mx-chain-go v1.11.2-0.20260224093118-a3f88322b387 h1:T0Ax6FKeDgiA/RuX+vPzjrgTxHP64iIR+QXEFx6REhk=
github.com/multiversx/mx-chain-go v1.11.2-0.20260224093118-a3f88322b387/go.mod h1:zQdC5y5RkFPyCaGSmfqZLae0MN8oWXCLtLnB8shxdYM=
github.com/multiversx/mx-chain-go v1.11.2-0.20260302131008-870c10ca33d5 h1:+i70ekP76PgkXdMgjls74glRlZ3nW0pWum9phgCwF7w=
github.com/multiversx/mx-chain-go v1.11.2-0.20260302131008-870c10ca33d5/go.mod h1:zQdC5y5RkFPyCaGSmfqZLae0MN8oWXCLtLnB8shxdYM=
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.20260217073158-6a6ed53a320e h1:ykO1INcCgcPtz3He0gUpjK9Xisx+71HBMT3CdcmoALQ=
Expand Down
Loading