Skip to content

Commit 898efd8

Browse files
authored
Merge pull request #7921 from multiversx/update-communication-go
updated communications go
2 parents f46eb92 + 5d777e9 commit 898efd8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/libp2p/go-libp2p v0.48.0
1717
github.com/libp2p/go-libp2p-pubsub v0.16.0
1818
github.com/mitchellh/mapstructure v1.5.0
19-
github.com/multiversx/mx-chain-communication-go v1.3.3-0.20260713103838-006a4655289b
19+
github.com/multiversx/mx-chain-communication-go v1.3.3-0.20260715081049-74928f3fe1aa
2020
github.com/multiversx/mx-chain-core-go v1.5.1-0.20260713100334-14d633236974
2121
github.com/multiversx/mx-chain-crypto-go v1.3.2-0.20260713100639-c3cf05776cb6
2222
github.com/multiversx/mx-chain-es-indexer-go v1.10.3-0.20260713104128-8c297ec911ab

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ github.com/multiformats/go-varint v0.1.0 h1:i2wqFp4sdl3IcIxfAonHQV9qU5OsZ4Ts9IOo
433433
github.com/multiformats/go-varint v0.1.0/go.mod h1:5KVAVXegtfmNQQm/lCY+ATvDzvJJhSkUlGQV9wgObdI=
434434
github.com/multiversx/concurrent-map v0.1.4 h1:hdnbM8VE4b0KYJaGY5yJS2aNIW9TFFsUYwbO0993uPI=
435435
github.com/multiversx/concurrent-map v0.1.4/go.mod h1:8cWFRJDOrWHOTNSqgYCUvwT7c7eFQ4U2vKMOp4A/9+o=
436-
github.com/multiversx/mx-chain-communication-go v1.3.3-0.20260713103838-006a4655289b h1:CGuzk1ys5NCUE/fYaL/RzaYrbyLYKuvF3rh0I4uN05Y=
437-
github.com/multiversx/mx-chain-communication-go v1.3.3-0.20260713103838-006a4655289b/go.mod h1:0/QgXoE6smqEY966Ini7EIvnMF/7Px8g0rIKhz4s3kI=
436+
github.com/multiversx/mx-chain-communication-go v1.3.3-0.20260715081049-74928f3fe1aa h1:hI30G8JWe4gXRWiSiXRPRlKMOPoh/YPUWttlqkpWQuE=
437+
github.com/multiversx/mx-chain-communication-go v1.3.3-0.20260715081049-74928f3fe1aa/go.mod h1:UsPv7V/4Ymp9BTed4Uduy1+5gFGDzjrwIoDon7LD0kE=
438438
github.com/multiversx/mx-chain-core-go v1.5.1-0.20260713100334-14d633236974 h1:OXJwOcBjCY281WZA2KOo/VIQlcf0uJCk/z5QUAVHxSU=
439439
github.com/multiversx/mx-chain-core-go v1.5.1-0.20260713100334-14d633236974/go.mod h1:xEQ823/jcHNqHsMUoxStOCczO09/EDEbZl35A3esT6Q=
440440
github.com/multiversx/mx-chain-crypto-go v1.3.2-0.20260713100639-c3cf05776cb6 h1:7Kcjj07qzQFAT3FjUk007FPPBhs0jBMXtyJM+bRQM60=

0 commit comments

Comments
 (0)