Skip to content

Commit

Permalink
Merge branch 'rc/v1.6.0' into fix-snapshots-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau authored Dec 13, 2023
2 parents d27b443 + 1c2116b commit 741ced4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ require (
github.com/multiversx/mx-chain-logger-go v1.0.13
github.com/multiversx/mx-chain-scenario-go v1.2.1
github.com/multiversx/mx-chain-storage-go v1.0.14
github.com/multiversx/mx-chain-vm-common-go v1.5.8
github.com/multiversx/mx-chain-vm-go v1.5.21
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.63
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.64
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.91
github.com/multiversx/mx-chain-vm-common-go v1.5.9
github.com/multiversx/mx-chain-vm-go v1.5.22
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.64
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.65
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.92
github.com/pelletier/go-toml v1.9.3
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v3.21.11+incompatible
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -398,16 +398,16 @@ github.com/multiversx/mx-chain-scenario-go v1.2.1 h1:9eC6VcOEAKRRKZ7EbSWPLzCdNIM
github.com/multiversx/mx-chain-scenario-go v1.2.1/go.mod h1:EuZY7DpNFHVNSxJR8dKE1z2I8gBYfEFFPSwNUOXptqE=
github.com/multiversx/mx-chain-storage-go v1.0.14 h1:h0acoqPS3FKJ4S3cKBEriTU0OabSQnpxai5WKhi1YCs=
github.com/multiversx/mx-chain-storage-go v1.0.14/go.mod h1:sJ2q49tgjxNpMpsHysjABqCAB0FLBmDblbjBkQ8XfmA=
github.com/multiversx/mx-chain-vm-common-go v1.5.8 h1:IRHB9/DasGrK5HU8TVeeLrEWt7tcb9zfnzHRLa6KES8=
github.com/multiversx/mx-chain-vm-common-go v1.5.8/go.mod h1:sqkKMCnwkWl8DURdb9q7pctK8IANghdHY1KJLE0ox2c=
github.com/multiversx/mx-chain-vm-go v1.5.21 h1:tA4fZ4ZwjsRcvMEyTgWStzxJFP/ypSmpwgLCEUl7NXw=
github.com/multiversx/mx-chain-vm-go v1.5.21/go.mod h1:Eum5GrwerHgArEYh2rgp+EteB7No1jTDdxxhNNHgVYM=
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.63 h1:hAXpZfIw/8rEwUOj3tve+nQZQoMAoAKkdNxm8LYQ6qo=
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.63/go.mod h1:qexhSpB9VdwI6hMdWmyy5qRB7yAI/3uhlTXIx9pkiCk=
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.64 h1:nTrMJXt5HMAIcnyCvS1DWBBCHtKUxBJ/5iZyvoCbOeY=
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.64/go.mod h1:Dsh8v3MMeeA2E79ipleRB3fDtagkqOVrgRyYoPC+yZY=
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.91 h1:q4OdtMYSVHdkcnshMq8SXKGxnxtoU9iJFvKVIM3FGv4=
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.91/go.mod h1:aJeTKnOB07rKBvPoZW81PYBjOUf6WqVQZraSjWwvFc4=
github.com/multiversx/mx-chain-vm-common-go v1.5.9 h1:PnGimbMScV5WXFjumzAmcAcnWrw5e9PQABuIcKKUgZw=
github.com/multiversx/mx-chain-vm-common-go v1.5.9/go.mod h1:sqkKMCnwkWl8DURdb9q7pctK8IANghdHY1KJLE0ox2c=
github.com/multiversx/mx-chain-vm-go v1.5.22 h1:MDMMMIu67CAyohnIBuizbFQUJJSzNgXiLKww99j1zyA=
github.com/multiversx/mx-chain-vm-go v1.5.22/go.mod h1:T03t+in5jqeTuFZKDt2wH/Sl9MSRczvWhmG+tQEIfec=
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.64 h1:3BEpSxEQibMMi4LXBjpo2y5vUa1LS7olDC2eDkmUfFQ=
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.64/go.mod h1:MUO2E4aEIu3siDkvjraO/WaBh/FxVeQyPWfsrZE+MTU=
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.65 h1:H0Duuoz6lR6KapqLqMspWTojaVtQRiLA5lIm6XV9H04=
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.65/go.mod h1:IZCHU3j/OSKVzdXu+5uZZSq2pVJrAS/KKAvnGrA/IKM=
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.92 h1:8ZcqnUQoIeM5k1F2IHvqbFzCumGwB4oVilWGuwurxpo=
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.92/go.mod h1:NyGULyeuEFe7Tb3gavT3Mti2oIFZJiMIf8VJIQnL4E8=
github.com/multiversx/mx-components-big-int v1.0.0 h1:Wkr8lSzK2nDqixOrrBa47VNuqdhV1m/aJhaP1EMaiS8=
github.com/multiversx/mx-components-big-int v1.0.0/go.mod h1:maIEMgHlNE2u78JaDD0oLzri+ShgU4okHfzP3LWGdQM=
github.com/multiversx/protobuf v1.3.2 h1:RaNkxvGTGbA0lMcnHAN24qE1G1i+Xs5yHA6MDvQ4mSM=
Expand Down

0 comments on commit 741ced4

Please sign in to comment.