Skip to content

Commit

Permalink
updated deps after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sstanculeanu committed Jul 30, 2024
1 parent 2946f90 commit 35d1a47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22
require (
github.com/hashicorp/golang-lru v0.6.0
github.com/multiversx/concurrent-map v0.1.4
github.com/multiversx/mx-chain-core-go v1.2.21-0.20240719103659-046d9829efc9
github.com/multiversx/mx-chain-logger-go v1.0.15-0.20240719103913-f78291da6ec4
github.com/multiversx/mx-chain-core-go v1.2.22-0.20240730071026-14928b9ab411
github.com/multiversx/mx-chain-logger-go v1.0.16-0.20240730073805-1cd24dbfe1a9
github.com/stretchr/testify v1.7.2
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
github.com/mr-tron/base58 v1.2.0/go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc=
github.com/multiversx/concurrent-map v0.1.4 h1:hdnbM8VE4b0KYJaGY5yJS2aNIW9TFFsUYwbO0993uPI=
github.com/multiversx/concurrent-map v0.1.4/go.mod h1:8cWFRJDOrWHOTNSqgYCUvwT7c7eFQ4U2vKMOp4A/9+o=
github.com/multiversx/mx-chain-core-go v1.2.21-0.20240719103659-046d9829efc9 h1:ZTWHoQ01tChjuT8OLKVsw5sWvrm9Sd38l0Ad/ab0NJY=
github.com/multiversx/mx-chain-core-go v1.2.21-0.20240719103659-046d9829efc9/go.mod h1:80c219T0k3sqeF44m/VQ6NcOlqMA2oH99lR1nNHhD34=
github.com/multiversx/mx-chain-logger-go v1.0.15-0.20240719103913-f78291da6ec4 h1:pYrnT0KQZloC2/mcagWZeMAVVVnNunzWDkR2qKqldDM=
github.com/multiversx/mx-chain-logger-go v1.0.15-0.20240719103913-f78291da6ec4/go.mod h1:LbhgSvQs5AsoAnerq4S9b8+5bHOJKhqejP5wv8H0D+Q=
github.com/multiversx/mx-chain-core-go v1.2.22-0.20240730071026-14928b9ab411 h1:qfeXGdqQmM+XrtzTuitdOgdNgBaBiQIZmXbO57rrlz8=
github.com/multiversx/mx-chain-core-go v1.2.22-0.20240730071026-14928b9ab411/go.mod h1:80c219T0k3sqeF44m/VQ6NcOlqMA2oH99lR1nNHhD34=
github.com/multiversx/mx-chain-logger-go v1.0.16-0.20240730073805-1cd24dbfe1a9 h1:j75uq7zsvRBG/aRNXUrCwz8XwDeBkIuzo3syXYl57ic=
github.com/multiversx/mx-chain-logger-go v1.0.16-0.20240730073805-1cd24dbfe1a9/go.mod h1:SrXBPWAz5agTfDt49xMa22syDhXsC3kK3ZTKYq14mY4=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down

0 comments on commit 35d1a47

Please sign in to comment.