Skip to content

Commit a7c69fa

Browse files
committed
updated mx-chain-go with the fix for relayed v3
1 parent 1ec597c commit a7c69fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
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.9.1
88
github.com/multiversx/mx-chain-core-go v1.2.24
9-
github.com/multiversx/mx-chain-go v1.8.9
9+
github.com/multiversx/mx-chain-go v1.8.10-0.20250205103741-1bf6d6d3ad69
1010
github.com/multiversx/mx-chain-logger-go v1.0.15
1111
github.com/multiversx/mx-chain-proxy-go v1.1.57
1212
github.com/pelletier/go-toml v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ github.com/multiversx/mx-chain-crypto-go v1.2.12 h1:zWip7rpUS4CGthJxfKn5MZfMfYPj
402402
github.com/multiversx/mx-chain-crypto-go v1.2.12/go.mod h1:HzcPpCm1zanNct/6h2rIh+MFrlXbjA5C8+uMyXj3LI4=
403403
github.com/multiversx/mx-chain-es-indexer-go v1.7.14 h1:V4fuubEUYskWCLQIkbuoB0WHoKyldLQRq/fllIzW1CU=
404404
github.com/multiversx/mx-chain-es-indexer-go v1.7.14/go.mod h1:5Sr49FjWWzZ3/WcC3jzln8TlMSNToCIT9Lqy6P7i7bs=
405-
github.com/multiversx/mx-chain-go v1.8.9 h1:rji7TNHQgnLxDXs2bBo8kgynx0YG20apMWtkD6ENnjw=
406-
github.com/multiversx/mx-chain-go v1.8.9/go.mod h1:CIzT5NttBpnyvDD6jl4pEOP3RoLcSDYDKz1UymJxZVY=
405+
github.com/multiversx/mx-chain-go v1.8.10-0.20250205103741-1bf6d6d3ad69 h1:zCHpIwPnpsBpwMNbCL2/7syYaG+1py+2UHjyFJMKHAU=
406+
github.com/multiversx/mx-chain-go v1.8.10-0.20250205103741-1bf6d6d3ad69/go.mod h1:CIzT5NttBpnyvDD6jl4pEOP3RoLcSDYDKz1UymJxZVY=
407407
github.com/multiversx/mx-chain-logger-go v1.0.15 h1:HlNdK8etyJyL9NQ+6mIXyKPEBo+wRqOwi3n+m2QIHXc=
408408
github.com/multiversx/mx-chain-logger-go v1.0.15/go.mod h1:t3PRKaWB1M+i6gUfD27KXgzLJJC+mAQiN+FLlL1yoGQ=
409409
github.com/multiversx/mx-chain-proxy-go v1.1.57 h1:lFfdBZdzKz4WD1VzdGV6DqIk3Dqk1rEBNXd+76gJJ5E=

0 commit comments

Comments
 (0)