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/logger digest to bcd86a4 #3153

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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/iotaledger/hive.go/ierrors v0.0.0-20231106113411-94ac829adbb2
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/logger v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/logger bcd86a4d1ece
github.com/iotaledger/hive.go/objectstorage v0.0.0-20231010133617-cdbd5387e2af
github.com/iotaledger/hive.go/runtime v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231106113411-94ac829adbb2
Expand Down
2 changes: 1 addition & 1 deletion tools/wasp-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replace (
require (
github.com/ethereum/go-ethereum v1.13.4
github.com/hashicorp/go-version v1.6.0
github.com/iotaledger/hive.go/logger v0.0.0-20231106113411-94ac829adbb2
github.com/iotaledger/hive.go/logger bcd86a4d1ece
github.com/iotaledger/iota.go/v3 v3.0.0-rc.3
github.com/iotaledger/wasp v1.0.0-00010101000000-000000000000
github.com/samber/lo v1.38.1
Expand Down