Skip to content

Commit

Permalink
Merge branch 'rc/v1.6.0' into integrate_communication-go_with_p2p
Browse files Browse the repository at this point in the history
  • Loading branch information
sstanculeanu authored May 25, 2023
2 parents 261a975 + d80dcd2 commit b0661dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ require (
github.com/multiversx/mx-chain-logger-go v1.0.11
github.com/multiversx/mx-chain-storage-go v1.0.10
github.com/multiversx/mx-chain-vm-common-go v1.4.4
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.53
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.54
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.80
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.55
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.56
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.82
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
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -637,12 +637,12 @@ github.com/multiversx/mx-chain-storage-go v1.0.10/go.mod h1:VP9fwyFBmbmDzahUuu0I
github.com/multiversx/mx-chain-vm-common-go v1.4.1/go.mod h1:K6yCdro8VohzYI6GwjGzTO+fJiPgO5coo2sgQb+zA24=
github.com/multiversx/mx-chain-vm-common-go v1.4.4 h1:hD5Sx1leFEvF/4qXcWSK9O+/MxGJGrEHzUe1HPXm9DU=
github.com/multiversx/mx-chain-vm-common-go v1.4.4/go.mod h1:+AjDwO/RJwQ75dzHJ/gBxmi5uTdICdhAo8bGNHTf7Yk=
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.53 h1:HGbatzgIhVPJASN3ADnygH4MrKypAidOVtZkHkY/jKw=
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.53/go.mod h1:STVJW9m/TUJ9Q64W/T4P/KuhP5fPb+cCb6Q4gSehWJg=
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.54 h1:bl2essObOEDwVWci71hJ2QO5AYTsKk6IlzRK0i8y63w=
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.54/go.mod h1:1rgU8wXdn76S7rZx+4YS6ObK+M1XiSdPoPmXVq8fuZE=
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.80 h1:iiOXTcwvfjQXlchlVnSdNeqHYKVn/k7s/MsHfk/wrr0=
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.80/go.mod h1:Be8y+QBPSKacW2TJaaQSeKYNGtCenFt4dpBOAnICAcc=
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.55 h1:jvBLu7JoitavahMDCkfOGYWjgXGBOe+3JJ0hNxj9AZM=
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.55/go.mod h1:jCNgHGyj0JoLAsmijOSVK0G+yphccp9gIKsp/mRguF4=
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.56 h1:VXveqaT/wdipfhIdUHXxFderY3+KxtFEbrDkF+zirr8=
github.com/multiversx/mx-chain-vm-v1_3-go v1.3.56/go.mod h1:guKkvnEDwGPaysZOVa+SaHEyiFDRJkFSVu0VE7jbk4k=
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.82 h1:f0jL0jMPayN+/J/ZoK9sDRLggqvUp+/DJmu0dVTQNq8=
github.com/multiversx/mx-chain-vm-v1_4-go v1.4.82/go.mod h1:tKdkDQXDPFE5vAYOAJOq2iiTibi9KeiasNWsmA4nEmk=
github.com/multiversx/mx-components-big-int v0.1.1 h1:695mYPKYOrmGEGgRH4/pZruDoe3CPP1LHrBxKfvj5l4=
github.com/multiversx/mx-components-big-int v0.1.1/go.mod h1:0QrcFdfeLgJ/am10HGBeH0G0DNF+0Qx1E4DS/iozQls=
github.com/multiversx/protobuf v1.3.2 h1:RaNkxvGTGbA0lMcnHAN24qE1G1i+Xs5yHA6MDvQ4mSM=
Expand Down

0 comments on commit b0661dd

Please sign in to comment.