Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/iotaledger/hive.go/lo digest to 542b1b7 - autoclosed #3192

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ require (
github.com/gorilla/websocket v1.5.1
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/iotaledger/hive.go/app v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/constraints v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/constraints v0.0.0-20231214115948-1e569feb231f
github.com/iotaledger/hive.go/crypto v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/ds v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/ierrors v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214115948-1e569feb231f
github.com/iotaledger/hive.go/kvstore v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/lo v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/lo v0.0.0-20231219105941-542b1b724494
github.com/iotaledger/hive.go/logger v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/objectstorage v0.0.0-20231010133617-cdbd5387e2af
github.com/iotaledger/hive.go/runtime v0.0.0-20231106113411-94ac829adbb2
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -351,16 +351,22 @@ github.com/iotaledger/hive.go/app v0.0.0-20231106113411-94ac829adbb2 h1:qJQxd8QV
github.com/iotaledger/hive.go/app v0.0.0-20231106113411-94ac829adbb2/go.mod h1:8ZbIKR84oQd/3iQ5eeT7xpudO9/ytzXP7veIYnk7Orc=
github.com/iotaledger/hive.go/constraints v0.0.0-20231106113411-94ac829adbb2 h1:Vz8ZLYoklkbIBNYw5sEm+S8IL+FrFBn4GebEDfYwmFs=
github.com/iotaledger/hive.go/constraints v0.0.0-20231106113411-94ac829adbb2/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/constraints v0.0.0-20231214115948-1e569feb231f h1:wYhfBDVy875gugGqLxf+pTYBXZLOHO3zcP9gjd7wsEk=
github.com/iotaledger/hive.go/constraints v0.0.0-20231214115948-1e569feb231f/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/crypto v0.0.0-20231106113411-94ac829adbb2 h1:iLWYVSI4WjMNrZe/iT94S/D3RbqxH8BHZaeeOSJMtAc=
github.com/iotaledger/hive.go/crypto v0.0.0-20231106113411-94ac829adbb2/go.mod h1:h3o6okvMSEK3KOX6pOp3yq1h9ohTkTfo6X8MzEadeb0=
github.com/iotaledger/hive.go/ds v0.0.0-20231106113411-94ac829adbb2 h1:/CHqVujw6H4yHapiGGYA56bkZeczcPWjcv3/7GLO1ws=
github.com/iotaledger/hive.go/ds v0.0.0-20231106113411-94ac829adbb2/go.mod h1:3XkUSKfHaVxGbT0XAvjNlVYqPzhfLTGhDtdNA5UBPco=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231106113411-94ac829adbb2 h1:0+ReVOi2QGr0xUrDfiWvS9By0sf1dm2tQLyGVrTlOcM=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231106113411-94ac829adbb2/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214115948-1e569feb231f h1:Ux8BWjqirYvfQpRPJFj4heNaa5QHNLQgIF3EzoM8RBc=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214115948-1e569feb231f/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231106113411-94ac829adbb2 h1:AfxSH3FqZzCT45Mgus2QtJDEgrfccKDctmpa4PGCYPs=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231106113411-94ac829adbb2/go.mod h1:O/U3jtiUDeqqM0MZQFu2UPqS9fUm0C5hNISxlmg/thE=
github.com/iotaledger/hive.go/lo v0.0.0-20231106113411-94ac829adbb2 h1:HthFmbzs+7PYtc+MDxwI6avNrfIvmxszjLzr1g1HJ10=
github.com/iotaledger/hive.go/lo v0.0.0-20231106113411-94ac829adbb2/go.mod h1:s4kzx9QY1MVWHJralj+3q5kI0eARtrJhphYD/iBbPfo=
github.com/iotaledger/hive.go/lo v0.0.0-20231219105941-542b1b724494 h1:WzcyMcTExU4Xe4MGSu3WLjc1WVswUMmDiBY6m2Q+i3c=
github.com/iotaledger/hive.go/lo v0.0.0-20231219105941-542b1b724494/go.mod h1:kJ3T3R4oteGiO4KVlsHYoGWjl0StK2svlzqLjDPh7EQ=
github.com/iotaledger/hive.go/logger v0.0.0-20231106113411-94ac829adbb2 h1:W5W7gj/cPmk/oV6rdDFwL7ETFQSAcDdrIJ2sCsm54CI=
github.com/iotaledger/hive.go/logger v0.0.0-20231106113411-94ac829adbb2/go.mod h1:aBfAfIB2GO/IblhYt5ipCbyeL9bXSNeAwtYVA3hZaHg=
github.com/iotaledger/hive.go/objectstorage v0.0.0-20231010133617-cdbd5387e2af h1:7xnX6Jiqo7biaZFQbhMmLNjMeMeg81rgv18qvESb3rE=
Expand Down
Loading