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/constraints digest to 4ca2b6c #3066

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 @@ -19,7 +19,7 @@ require (
github.com/golang-jwt/jwt/v5 v5.0.0
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-20231113110812-4ca2b6cc9a42
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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ 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-20231113110812-4ca2b6cc9a42 h1:+PyLPZhRHy+Negjpuj0CSLaObpErEH7yI6HB2z5N6b0=
github.com/iotaledger/hive.go/constraints v0.0.0-20231113110812-4ca2b6cc9a42/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=
Expand Down
Loading