Skip to content

Commit 4eb1240

Browse files
authored
Merge pull request #150 from multiversx/fix-get-balance-opcode
updated deps
2 parents 4ea6b2c + a0cce4e commit 4eb1240

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
77
github.com/gin-gonic/gin v1.10.0
88
github.com/multiversx/mx-chain-core-go v1.4.0
9-
github.com/multiversx/mx-chain-go v1.10.0
9+
github.com/multiversx/mx-chain-go v1.10.2
1010
github.com/multiversx/mx-chain-logger-go v1.1.0
1111
github.com/multiversx/mx-chain-proxy-go v1.3.0
1212
github.com/pelletier/go-toml v1.9.3
@@ -120,11 +120,11 @@ require (
120120
github.com/multiversx/concurrent-map v0.1.4 // indirect
121121
github.com/multiversx/mx-chain-communication-go v1.3.0 // indirect
122122
github.com/multiversx/mx-chain-crypto-go v1.3.0 // indirect
123-
github.com/multiversx/mx-chain-es-indexer-go v1.9.0 // indirect
123+
github.com/multiversx/mx-chain-es-indexer-go v1.9.1 // indirect
124124
github.com/multiversx/mx-chain-scenario-go v1.6.0 // indirect
125125
github.com/multiversx/mx-chain-storage-go v1.1.0 // indirect
126126
github.com/multiversx/mx-chain-vm-common-go v1.6.0 // indirect
127-
github.com/multiversx/mx-chain-vm-go v1.5.41 // indirect
127+
github.com/multiversx/mx-chain-vm-go v1.6.1-0.20250707105646-d7048a2657c2 // indirect
128128
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.69 // indirect
129129
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.70 // indirect
130130
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.99 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,10 @@ github.com/multiversx/mx-chain-core-go v1.4.0 h1:p6FbfCzvMXF54kpS0B5mrjNWYpq4SEQ
414414
github.com/multiversx/mx-chain-core-go v1.4.0/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g=
415415
github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IBtfL4zw+C4sWe/k=
416416
github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM=
417-
github.com/multiversx/mx-chain-es-indexer-go v1.9.0 h1:mWWDNVQJybaUDspe0yQa6iW2rV/V09yMPb4u7sdhwlw=
418-
github.com/multiversx/mx-chain-es-indexer-go v1.9.0/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA=
419-
github.com/multiversx/mx-chain-go v1.10.0 h1:g0GhFbaZKY0bpaJEfocn8PzGU1XXpmoOkCP4hDWCPJU=
420-
github.com/multiversx/mx-chain-go v1.10.0/go.mod h1:OHMBudgQZ2MAO1GO9ScQMT8JCFoRiOK3/id4roAZIqI=
417+
github.com/multiversx/mx-chain-es-indexer-go v1.9.1 h1:Jg/4CLzIiwyrjuy+ZccEJ4TcvlHXnBUr5o3pclVitGo=
418+
github.com/multiversx/mx-chain-es-indexer-go v1.9.1/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA=
419+
github.com/multiversx/mx-chain-go v1.10.2 h1:QmDxJZDzRHjW7RBdsZXjLFJ/MxnVpjfd4jkb0vQ3lAk=
420+
github.com/multiversx/mx-chain-go v1.10.2/go.mod h1:ELWAFinKEiqOeDe8kHJ+zN9zFL9leV4tNpMgH1fLnBE=
421421
github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM=
422422
github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g=
423423
github.com/multiversx/mx-chain-proxy-go v1.3.0 h1:sEfgO8qEKnUotCnX5EPTb+XC+VNiJcbzvZaY9sLrSXg=
@@ -428,8 +428,8 @@ github.com/multiversx/mx-chain-storage-go v1.1.0 h1:M1Y9DqMrJ62s7Zw31+cyuqsnPIvl
428428
github.com/multiversx/mx-chain-storage-go v1.1.0/go.mod h1:o6Jm7cjfPmcc6XpyihYWrd6sx3sgqwurrunw3ZrfyxI=
429429
github.com/multiversx/mx-chain-vm-common-go v1.6.0 h1:M2zmf/ptEINciWxYCPLIkwOMTvvzWjELYYB+0MMQ5Gw=
430430
github.com/multiversx/mx-chain-vm-common-go v1.6.0/go.mod h1:Lc7r4VDPYRDS0CVIaWAoLtf3YQn6PZEYHv4QtaOE2Z0=
431-
github.com/multiversx/mx-chain-vm-go v1.5.41 h1:FeIFZnmatgT3eQ8gp6Bbvu+FOvd+d/imfVlHhtVxmk0=
432-
github.com/multiversx/mx-chain-vm-go v1.5.41/go.mod h1:Qc2Sckw+EfQwnapkzghFfhuUAOGv29oSZgvj8LJ+xWQ=
431+
github.com/multiversx/mx-chain-vm-go v1.6.1-0.20250707105646-d7048a2657c2 h1:mWerES8Wk3a9NJVgsjG7d39o3IHtT5AX4uR3Znbzd8k=
432+
github.com/multiversx/mx-chain-vm-go v1.6.1-0.20250707105646-d7048a2657c2/go.mod h1:Qc2Sckw+EfQwnapkzghFfhuUAOGv29oSZgvj8LJ+xWQ=
433433
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.69 h1:5gSR3IMw1mcp/v5oO+vZ5YOyWO8w7O2qKhCKNPwsWNE=
434434
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.69/go.mod h1:Qqn+B6IBlOi5huybKlvqNYDMsAHognVI6a6uiSZvaj0=
435435
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.70 h1:UnTw+KJcLLqkqTR6EoZksqiM8PP4/BI6RcJlx25H9hc=

0 commit comments

Comments
 (0)