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 bcd86a4 #3159

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 @@ -20,7 +20,7 @@ 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-20231211160503-bcd86a4d1ece
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 @@ -349,6 +349,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-20231211160503-bcd86a4d1ece h1:0XZlNjWdFvNFYxgxFKCgGNDyorjUFOuuayikne6s9LI=
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece/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
2 changes: 1 addition & 1 deletion tools/evm/evmemulator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect
github.com/iotaledger/hive.go/app v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/ierrors v0.0.0-20231106113411-94ac829adbb2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/evm/evmemulator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 h1:dTrD7X2PT
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7/go.mod h1:ZRdPu684P0fQ1z8sXz4dj9H5LWHhz4a9oCtvjunkSrw=
github.com/iotaledger/hive.go/app v0.0.0-20231106113411-94ac829adbb2 h1:qJQxd8QVKdc+DHz4xjrC5+8HpifImOxMTPVlkMbDWHs=
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-20231211160503-bcd86a4d1ece h1:0XZlNjWdFvNFYxgxFKCgGNDyorjUFOuuayikne6s9LI=
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece/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
2 changes: 1 addition & 1 deletion tools/gascalibration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ require (
github.com/huin/goupnp v1.2.0 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/ierrors v0.0.0-20231106113411-94ac829adbb2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/gascalibration/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/iotaledger/go-ethereum v1.12.2-wasp3 h1:RP5OJn+g/5+BEg1tvzkhZ5tN/KhsQsUAY2UUQCqKgsM=
github.com/iotaledger/go-ethereum v1.12.2-wasp3/go.mod h1:1cRAEV+rp/xX0zraSCBnu9Py3HQ+geRMj3HdR+k0wfI=
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-20231211160503-bcd86a4d1ece h1:0XZlNjWdFvNFYxgxFKCgGNDyorjUFOuuayikne6s9LI=
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece/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
2 changes: 1 addition & 1 deletion tools/gendoc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ require (
github.com/huin/goupnp v1.2.0 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/ierrors v0.0.0-20231106113411-94ac829adbb2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/gendoc/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,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/apputils v1.0.0-rc.1.0.20230417125513-e2e89991217f h1:7WLntDniah8KzA5XLb4hwhtR+gR+UYIot9gDpXPJ824=
github.com/iotaledger/hive.go/apputils v1.0.0-rc.1.0.20230417125513-e2e89991217f/go.mod h1:07HqeSxRXp/JFguDfDH4jb+dwDJ/jIE4xZ0iTMtSrGc=
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-20231211160503-bcd86a4d1ece h1:0XZlNjWdFvNFYxgxFKCgGNDyorjUFOuuayikne6s9LI=
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece/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
2 changes: 1 addition & 1 deletion tools/wasp-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect
github.com/iotaledger/hive.go/app v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231106113411-94ac829adbb2 // indirect
github.com/iotaledger/hive.go/ierrors v0.0.0-20231106113411-94ac829adbb2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/wasp-cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 h1:dTrD7X2PT
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7/go.mod h1:ZRdPu684P0fQ1z8sXz4dj9H5LWHhz4a9oCtvjunkSrw=
github.com/iotaledger/hive.go/app v0.0.0-20231106113411-94ac829adbb2 h1:qJQxd8QVKdc+DHz4xjrC5+8HpifImOxMTPVlkMbDWHs=
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-20231211160503-bcd86a4d1ece h1:0XZlNjWdFvNFYxgxFKCgGNDyorjUFOuuayikne6s9LI=
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece/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