diff --git a/go.mod b/go.mod index dff7635c..b89e9e5e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.17 require ( github.com/elastic/go-elasticsearch/v7 v7.12.0 github.com/multiversx/mx-chain-communication-go v1.0.3 - github.com/multiversx/mx-chain-core-go v1.2.9-0.20230706101124-049df93d2fac + github.com/multiversx/mx-chain-core-go v1.2.9 github.com/multiversx/mx-chain-logger-go v1.0.11 github.com/multiversx/mx-chain-vm-common-go v1.4.1 github.com/stretchr/testify v1.8.2 diff --git a/go.sum b/go.sum index 207e277f..d98700c6 100644 --- a/go.sum +++ b/go.sum @@ -476,8 +476,8 @@ github.com/multiversx/mx-chain-communication-go v1.0.3/go.mod h1:7oTI77XfWmRWwVE github.com/multiversx/mx-chain-core-go v1.1.30/go.mod h1:8gGEQv6BWuuJwhd25qqhCOZbBSv9mk+hLeKvinSaSMk= github.com/multiversx/mx-chain-core-go v1.2.1/go.mod h1:8gGEQv6BWuuJwhd25qqhCOZbBSv9mk+hLeKvinSaSMk= github.com/multiversx/mx-chain-core-go v1.2.5/go.mod h1:jzYFSiYBuO0dGpGFXnZWSwcwcKP7Flyn/X41y4zIQrQ= -github.com/multiversx/mx-chain-core-go v1.2.9-0.20230706101124-049df93d2fac h1:hhzcq7Iv1+gM9JVTJdMVh2cd8bSEZ/GLygPraLP+i4o= -github.com/multiversx/mx-chain-core-go v1.2.9-0.20230706101124-049df93d2fac/go.mod h1:jzYFSiYBuO0dGpGFXnZWSwcwcKP7Flyn/X41y4zIQrQ= +github.com/multiversx/mx-chain-core-go v1.2.9 h1:uXrmzhKxEe5sztUTs1am3ILrxuBwNQQOESOKBlyrlLE= +github.com/multiversx/mx-chain-core-go v1.2.9/go.mod h1:jzYFSiYBuO0dGpGFXnZWSwcwcKP7Flyn/X41y4zIQrQ= github.com/multiversx/mx-chain-crypto-go v1.2.6/go.mod h1:rOj0Rr19HTOYt9YTeym7RKxlHt91NXln3LVKjHKVmA0= github.com/multiversx/mx-chain-logger-go v1.0.11 h1:DFsHa+sc5fKwhDR50I8uBM99RTDTEW68ESyr5ALRDwE= github.com/multiversx/mx-chain-logger-go v1.0.11/go.mod h1:1srDkP0DQucWQ+rYfaq0BX2qLnULsUdRPADpYUTM6dA=