From e24f0f7b0de2ce4743638b0ec0a52c7d10963700 Mon Sep 17 00:00:00 2001 From: cwarnerdev <138500512+cwarnerdev@users.noreply.github.com> Date: Wed, 2 Apr 2025 09:26:13 -1000 Subject: [PATCH 1/3] update websocket import package is now maintained at github.com/coder/websocket --- components/webapi/component.go | 2 +- go.mod | 3 ++- go.sum | 4 ++++ packages/webapi/websocket/commands/commands_test.go | 2 +- packages/webapi/websocket/websocket_test.go | 2 +- tools/wasp-cli/go.mod | 2 +- tools/wasp-cli/go.sum | 6 ++---- 7 files changed, 12 insertions(+), 9 deletions(-) diff --git a/components/webapi/component.go b/components/webapi/component.go index 82e3a2c9cd..cc400bbcfd 100644 --- a/components/webapi/component.go +++ b/components/webapi/component.go @@ -9,11 +9,11 @@ import ( "strings" "time" + websocketserver "github.com/coder/websocket" "github.com/labstack/echo/v4" "github.com/labstack/echo/v4/middleware" "github.com/pangpanglabs/echoswagger/v2" "go.uber.org/dig" - websocketserver "nhooyr.io/websocket" "github.com/iotaledger/hive.go/app" "github.com/iotaledger/hive.go/app/configuration" diff --git a/go.mod b/go.mod index 06e7098ba6..c5cc734369 100644 --- a/go.mod +++ b/go.mod @@ -15,6 +15,7 @@ require ( github.com/Yiling-J/theine-go v0.6.1 github.com/btcsuite/btcd/btcutil v1.1.6 github.com/bygui86/multi-profile/v2 v2.1.0 + github.com/coder/websocket v1.8.12 github.com/dgraph-io/ristretto v0.2.0 github.com/dgryski/go-clockpro v0.0.0-20140817124034-edc6d3eeb96e github.com/dustin/go-humanize v1.0.1 @@ -65,7 +66,6 @@ require ( golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 golang.org/x/net v0.37.0 golang.org/x/time v0.11.0 - nhooyr.io/websocket v1.8.17 pgregory.net/rapid v1.2.0 ) @@ -259,5 +259,6 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect lukechampine.com/blake3 v1.4.0 // indirect + nhooyr.io/websocket v1.8.17 // indirect rsc.io/tmplfunc v0.0.3 // indirect ) diff --git a/go.sum b/go.sum index 46c6d0f586..1b24e2d65e 100644 --- a/go.sum +++ b/go.sum @@ -115,6 +115,10 @@ github.com/cockroachdb/redact v1.1.5 h1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwP github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg= github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo= github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ= +github.com/coder/websocket v1.8.12 h1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo= +github.com/coder/websocket v1.8.12/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs= +github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE= +github.com/coder/websocket v1.8.13/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs= github.com/consensys/bavard v0.1.30 h1:wwAj9lSnMLFXjEclKwyhf7Oslg8EoaFz9u1QGgt0bsk= github.com/consensys/bavard v0.1.30/go.mod h1:k/zVjHHC4B+PQy1Pg7fgvG3ALicQw540Crag8qx+dZs= github.com/consensys/gnark-crypto v0.16.0 h1:8Dl4eYmUWK9WmlP1Bj6je688gBRJCJbT8Mw4KoTAawo= diff --git a/packages/webapi/websocket/commands/commands_test.go b/packages/webapi/websocket/commands/commands_test.go index 655c8f4d7c..d1bcdf7249 100644 --- a/packages/webapi/websocket/commands/commands_test.go +++ b/packages/webapi/websocket/commands/commands_test.go @@ -7,8 +7,8 @@ import ( "testing" "time" + websocketserver "github.com/coder/websocket" "github.com/stretchr/testify/require" - websocketserver "nhooyr.io/websocket" appLogger "github.com/iotaledger/hive.go/log" "github.com/iotaledger/hive.go/web/subscriptionmanager" diff --git a/packages/webapi/websocket/websocket_test.go b/packages/webapi/websocket/websocket_test.go index 12b4ab2abe..f2670a2a10 100644 --- a/packages/webapi/websocket/websocket_test.go +++ b/packages/webapi/websocket/websocket_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" + websocketserver "github.com/coder/websocket" "github.com/stretchr/testify/require" "golang.org/x/net/context" - websocketserver "nhooyr.io/websocket" appLogger "github.com/iotaledger/hive.go/log" "github.com/iotaledger/hive.go/web/websockethub" diff --git a/tools/wasp-cli/go.mod b/tools/wasp-cli/go.mod index 4ad81a7d0a..1b11cda08b 100644 --- a/tools/wasp-cli/go.mod +++ b/tools/wasp-cli/go.mod @@ -42,6 +42,7 @@ require ( github.com/btcsuite/btcd/btcutil v1.1.6 // indirect github.com/bygui86/multi-profile/v2 v2.1.0 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect + github.com/coder/websocket v1.8.12 // indirect github.com/consensys/bavard v0.1.30 // indirect github.com/consensys/gnark-crypto v0.16.0 // indirect github.com/containerd/cgroups v1.1.0 // indirect @@ -230,6 +231,5 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect lukechampine.com/blake3 v1.4.0 // indirect - nhooyr.io/websocket v1.8.17 // indirect rsc.io/tmplfunc v0.0.3 // indirect ) diff --git a/tools/wasp-cli/go.sum b/tools/wasp-cli/go.sum index 5b99b35e31..435948ca01 100644 --- a/tools/wasp-cli/go.sum +++ b/tools/wasp-cli/go.sum @@ -121,6 +121,8 @@ github.com/cockroachdb/redact v1.1.5 h1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwP github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg= github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo= github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ= +github.com/coder/websocket v1.8.12 h1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo= +github.com/coder/websocket v1.8.12/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs= github.com/consensys/bavard v0.1.30 h1:wwAj9lSnMLFXjEclKwyhf7Oslg8EoaFz9u1QGgt0bsk= github.com/consensys/bavard v0.1.30/go.mod h1:k/zVjHHC4B+PQy1Pg7fgvG3ALicQw540Crag8qx+dZs= github.com/consensys/gnark-crypto v0.16.0 h1:8Dl4eYmUWK9WmlP1Bj6je688gBRJCJbT8Mw4KoTAawo= @@ -404,8 +406,6 @@ github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2/go.mod h1:l9lwqrn8dvaMx3IJpP1wBqZ1DFJi2eHdLzXi2GHk3gQ= github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 h1:Bt+Hu/EjYmNPBCrl8Wn0JUyDZdiKm37ZDUaCIBceJuA= github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= -github.com/iotaledger/hive.go/web v0.0.0-20240520064018-c635e5900894 h1:4piXQ7bbQjt2/uANsb8ukv62zb6TPxgy2qQxLoXzA3c= -github.com/iotaledger/hive.go/web v0.0.0-20240520064018-c635e5900894/go.mod h1:xFyjRoi3PjfhOnEq3iSlpDzfeXwIAUsJeCtDCGAC1aM= github.com/ipfs/go-cid v0.5.0 h1:goEKKhaGm0ul11IHA7I6p1GmKz8kEYniqFopaB5Otwg= github.com/ipfs/go-cid v0.5.0/go.mod h1:0L7vmeNXpQpUS9vt+yEARkJ8rOg43DF3iPgn4GIN0mk= github.com/ipfs/go-log/v2 v2.5.1 h1:1XdUzF7048prq4aBjDQQ4SL5RxftpRGdXhNRwKSAlcY= @@ -1195,8 +1195,6 @@ honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= lukechampine.com/blake3 v1.4.0 h1:xDbKOZCVbnZsfzM6mHSYcGRHZ3YrLDzqz8XnV4uaD5w= lukechampine.com/blake3 v1.4.0/go.mod h1:MQJNQCTnR+kwOP/JEZSxj3MaQjp80FOFSNMMHXcSeX0= -nhooyr.io/websocket v1.8.17 h1:KEVeLJkUywCKVsnLIDlD/5gtayKp8VoCkksHCGGfT9Y= -nhooyr.io/websocket v1.8.17/go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c= pgregory.net/rapid v1.2.0 h1:keKAYRcjm+e1F0oAuU5F5+YPAWcyxNNRK2wud503Gnk= pgregory.net/rapid v1.2.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= rsc.io/tmplfunc v0.0.3 h1:53XFQh69AfOa8Tw0Jm7t+GV7KZhOi6jzsCzTtKbMvzU= From fb082e074cbe6d43782d8224171f95163ff3659e Mon Sep 17 00:00:00 2001 From: cwarnerdev <138500512+cwarnerdev@users.noreply.github.com> Date: Thu, 3 Apr 2025 03:54:13 -1000 Subject: [PATCH 2/3] update websocket to latest --- go.mod | 3 +-- go.sum | 6 ------ tools/wasp-cli/go.mod | 2 +- tools/wasp-cli/go.sum | 4 ++-- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/go.mod b/go.mod index c5cc734369..fa3777995d 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/Yiling-J/theine-go v0.6.1 github.com/btcsuite/btcd/btcutil v1.1.6 github.com/bygui86/multi-profile/v2 v2.1.0 - github.com/coder/websocket v1.8.12 + github.com/coder/websocket v1.8.13 github.com/dgraph-io/ristretto v0.2.0 github.com/dgryski/go-clockpro v0.0.0-20140817124034-edc6d3eeb96e github.com/dustin/go-humanize v1.0.1 @@ -259,6 +259,5 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect lukechampine.com/blake3 v1.4.0 // indirect - nhooyr.io/websocket v1.8.17 // indirect rsc.io/tmplfunc v0.0.3 // indirect ) diff --git a/go.sum b/go.sum index 1b24e2d65e..0e2d52d7d5 100644 --- a/go.sum +++ b/go.sum @@ -115,8 +115,6 @@ github.com/cockroachdb/redact v1.1.5 h1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwP github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg= github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo= github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ= -github.com/coder/websocket v1.8.12 h1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo= -github.com/coder/websocket v1.8.12/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs= github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE= github.com/coder/websocket v1.8.13/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs= github.com/consensys/bavard v0.1.30 h1:wwAj9lSnMLFXjEclKwyhf7Oslg8EoaFz9u1QGgt0bsk= @@ -409,8 +407,6 @@ github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2/go.mod h1:l9lwqrn8dvaMx3IJpP1wBqZ1DFJi2eHdLzXi2GHk3gQ= github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 h1:Bt+Hu/EjYmNPBCrl8Wn0JUyDZdiKm37ZDUaCIBceJuA= github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= -github.com/iotaledger/hive.go/web v0.0.0-20240520064018-c635e5900894 h1:4piXQ7bbQjt2/uANsb8ukv62zb6TPxgy2qQxLoXzA3c= -github.com/iotaledger/hive.go/web v0.0.0-20240520064018-c635e5900894/go.mod h1:xFyjRoi3PjfhOnEq3iSlpDzfeXwIAUsJeCtDCGAC1aM= github.com/ipfs/go-cid v0.5.0 h1:goEKKhaGm0ul11IHA7I6p1GmKz8kEYniqFopaB5Otwg= github.com/ipfs/go-cid v0.5.0/go.mod h1:0L7vmeNXpQpUS9vt+yEARkJ8rOg43DF3iPgn4GIN0mk= github.com/ipfs/go-log/v2 v2.5.1 h1:1XdUzF7048prq4aBjDQQ4SL5RxftpRGdXhNRwKSAlcY= @@ -1238,8 +1234,6 @@ honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= lukechampine.com/blake3 v1.4.0 h1:xDbKOZCVbnZsfzM6mHSYcGRHZ3YrLDzqz8XnV4uaD5w= lukechampine.com/blake3 v1.4.0/go.mod h1:MQJNQCTnR+kwOP/JEZSxj3MaQjp80FOFSNMMHXcSeX0= -nhooyr.io/websocket v1.8.17 h1:KEVeLJkUywCKVsnLIDlD/5gtayKp8VoCkksHCGGfT9Y= -nhooyr.io/websocket v1.8.17/go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c= pgregory.net/rapid v1.2.0 h1:keKAYRcjm+e1F0oAuU5F5+YPAWcyxNNRK2wud503Gnk= pgregory.net/rapid v1.2.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= rsc.io/tmplfunc v0.0.3 h1:53XFQh69AfOa8Tw0Jm7t+GV7KZhOi6jzsCzTtKbMvzU= diff --git a/tools/wasp-cli/go.mod b/tools/wasp-cli/go.mod index 1b11cda08b..d974b3ca96 100644 --- a/tools/wasp-cli/go.mod +++ b/tools/wasp-cli/go.mod @@ -42,7 +42,7 @@ require ( github.com/btcsuite/btcd/btcutil v1.1.6 // indirect github.com/bygui86/multi-profile/v2 v2.1.0 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect - github.com/coder/websocket v1.8.12 // indirect + github.com/coder/websocket v1.8.13 // indirect github.com/consensys/bavard v0.1.30 // indirect github.com/consensys/gnark-crypto v0.16.0 // indirect github.com/containerd/cgroups v1.1.0 // indirect diff --git a/tools/wasp-cli/go.sum b/tools/wasp-cli/go.sum index 435948ca01..21c5ef88d2 100644 --- a/tools/wasp-cli/go.sum +++ b/tools/wasp-cli/go.sum @@ -121,8 +121,8 @@ github.com/cockroachdb/redact v1.1.5 h1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwP github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg= github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo= github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ= -github.com/coder/websocket v1.8.12 h1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo= -github.com/coder/websocket v1.8.12/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs= +github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE= +github.com/coder/websocket v1.8.13/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs= github.com/consensys/bavard v0.1.30 h1:wwAj9lSnMLFXjEclKwyhf7Oslg8EoaFz9u1QGgt0bsk= github.com/consensys/bavard v0.1.30/go.mod h1:k/zVjHHC4B+PQy1Pg7fgvG3ALicQw540Crag8qx+dZs= github.com/consensys/gnark-crypto v0.16.0 h1:8Dl4eYmUWK9WmlP1Bj6je688gBRJCJbT8Mw4KoTAawo= From b457d3f8f34a718130bcb2b7b48637c53daa4c89 Mon Sep 17 00:00:00 2001 From: cwarnerdev <138500512+cwarnerdev@users.noreply.github.com> Date: Wed, 9 Apr 2025 04:27:28 -1000 Subject: [PATCH 3/3] update go.mod for latest hive.go commits --- go.mod | 27 ++++++++++--------- go.sum | 32 +++++++++++++++++++--- tools/evm/evmemulator/go.mod | 22 +++++++-------- tools/evm/evmemulator/go.sum | 11 ++++++++ tools/gendoc/go.mod | 26 +++++++++--------- tools/gendoc/go.sum | 13 +++++++++ tools/wasp-cli/go.mod | 27 ++++++++++--------- tools/wasp-cli/go.sum | 52 +++++++++++++++++++----------------- 8 files changed, 132 insertions(+), 78 deletions(-) diff --git a/go.mod b/go.mod index fa3777995d..240f267342 100644 --- a/go.mod +++ b/go.mod @@ -26,18 +26,18 @@ require ( github.com/hashicorp/golang-lru/v2 v2.0.7 github.com/holiman/uint256 v1.3.2 github.com/iotaledger/bcs-go v0.0.0-20250306194908-c8bf0ba9c5f4 - github.com/iotaledger/hive.go/app v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894 + github.com/iotaledger/hive.go/app v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74 github.com/iotaledger/hive.go/objectstorage v0.0.0-20231018191940-f36386f4e2fa - github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/web v0.0.0-20240520064018-c635e5900894 + github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/web v0.0.0-20250409140545-e1a365dbea74 github.com/labstack/echo-contrib v0.17.2 github.com/labstack/echo-jwt/v4 v4.3.0 github.com/labstack/echo/v4 v4.13.3 @@ -71,6 +71,7 @@ require ( require ( dario.cat/mergo v1.0.1 // indirect + fortio.org/safecast v1.0.0 // indirect github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect github.com/DataDog/zstd v1.5.5 // indirect @@ -124,8 +125,8 @@ require ( github.com/huin/goupnp v1.3.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/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2 // indirect - github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 // indirect + github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74 // indirect github.com/ipfs/go-cid v0.5.0 // indirect github.com/ipfs/go-log/v2 v2.5.1 // indirect github.com/jackpal/go-nat-pmp v1.0.2 // indirect diff --git a/go.sum b/go.sum index 0e2d52d7d5..25de6dcf1e 100644 --- a/go.sum +++ b/go.sum @@ -10,6 +10,8 @@ dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412/go.mod h1 dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c/go.mod h1:0PRwlb0D6DFvNNtx+9ybjezNCa8XF0xaYcETyp6rHWU= filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= +fortio.org/safecast v1.0.0 h1:dr3131WPX8iS1pTf76+39WeXbTrerDYLvi9s7Oi3wiY= +fortio.org/safecast v1.0.0/go.mod h1:xZmcPk3vi4kuUFf+tq4SvnlVdwViqf6ZSZl91Jr9Jdg= git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg= github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU= github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24/go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8= @@ -383,30 +385,52 @@ 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-20240520064018-c635e5900894 h1:KklwHECCtRLNp2BMk4xqXte/DAE847U5ibToXLt16cA= github.com/iotaledger/hive.go/app v0.0.0-20240520064018-c635e5900894/go.mod h1:poter2gXtqZdyjlhWJR0aJr5VDmkafT2chSr4pXs274= +github.com/iotaledger/hive.go/app v0.0.0-20250409140545-e1a365dbea74 h1:sVdzG6tIwl20Imfwn/0STCSbymNECX0199nyDCbBoy8= +github.com/iotaledger/hive.go/app v0.0.0-20250409140545-e1a365dbea74/go.mod h1:APPRxsk2TdhArFAogtssjxlQGyNS3K6J3WEcTFxklCw= github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894 h1:T8Ajx7h46fbyrd+G8aJZdHJkX2S7Rc/fNe5yXtGB1mQ= github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o= +github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74 h1:GkJLEDzT1DiNrkvkY7d73+GNXQK6a4Vv+R1hetTUvPw= +github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o= github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894 h1:ZmsMyEVYAbrjfz2A2EBwfn1nWZxw9wNrFdjyDrwsIMc= github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894/go.mod h1:cyNxLUHCftR3MQvaFZgCHfkD+xmSUayt6d/v6osFSw4= +github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74 h1:kagJNdKfMCyRWZhxbyF+IX4y+dyx0iwFONd9Z5qlg/4= +github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74/go.mod h1:cyNxLUHCftR3MQvaFZgCHfkD+xmSUayt6d/v6osFSw4= github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894 h1:MxBt/PnWIGG8zZgaNye+LYs7dGkVYCRcOVNCQklMZpY= github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894/go.mod h1:WXaAjWG836wEy6TUCaeJFHt23wUtLa5L71uajwCko+g= +github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74 h1:61/Ay+XxsaGNpQwVYHkqi2kA1xZLhaXh4PakOX0QpFA= +github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74/go.mod h1:WXaAjWG836wEy6TUCaeJFHt23wUtLa5L71uajwCko+g= github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894 h1:Tt1/6TXU2rh2tGu65PoOfC4pMttY2fgsUVtqf6iwaEA= github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894/go.mod h1:ZvFpTvsQ+D3iRIju0XVQyfjydXf5HkqTKca6BoJ+/6A= +github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74 h1:riTgghHs03pZSC1DnO6qzK7+BLw+sjFmqh6NrdGv498= +github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74/go.mod h1:oXN+INfBvlR6cKCwdISxA0DpgtxRUCcvY4jd6MkOqUU= github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894 h1:nNjP8OLX8nG24shPsAov8SPv1JLl3HDCaVadqZHG3vQ= github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA= +github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74 h1:Abimelsvy9fy9svrUzkDaIVBIeJkY8utvrfIUjOozKI= +github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA= github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894 h1:x1xr6MiExifYhjM6N5tF1iuQZCVEpE16sjitqjdKrBY= github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894/go.mod h1:tVA5qNVvtt9qICVVD0BzgJoM1NqlDgYkLlguQrTBS4E= +github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74 h1:vh9MHAsLQKKcOopYy/lFciuzihiOCKg3mR/lpGVOTps= +github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74/go.mod h1:miY7zC9U9Equ/zEtwOx2IX7cG33Va3sBmH8HMjFD4AA= github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894 h1:b3r0G8WQ1HBQeObTg2j7hbgJjb2oCgSVaIWazFZgVSQ= github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894/go.mod h1:AJRiMLXVOLKvtuuCKBqe3zBeIB6qbp1vZrU1rPHm1CU= +github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74 h1:EeWERvwQ7v3udzWRrTq18j0fejkB6dolkdjMm0dx6oM= +github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74/go.mod h1:AJRiMLXVOLKvtuuCKBqe3zBeIB6qbp1vZrU1rPHm1CU= github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894 h1:6j4/khmsRCGMoYXFl3zBfuYpp58XkmamNPU4isVZuQg= github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894/go.mod h1:pItG9OPlgN+oknKuS57pxtzl5+JFSUj60p7NtyLxp8Q= +github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74 h1:jvQ64irdRpBnpu8EFrLLW6UrYd46jRUkK8zP98+yF2c= +github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74/go.mod h1:pItG9OPlgN+oknKuS57pxtzl5+JFSUj60p7NtyLxp8Q= github.com/iotaledger/hive.go/objectstorage v0.0.0-20231018191940-f36386f4e2fa h1:EdVmve5IFLAImbdcC3yZNx8lm4rtAzVVedTVmwUlJlE= github.com/iotaledger/hive.go/objectstorage v0.0.0-20231018191940-f36386f4e2fa/go.mod h1:xLNyz89iL2aaHx+YjHwsR+iHn1Acr0HoropgVV/r7e0= github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894 h1:h/POgHreuT8Dv7HqBk3R91uyuI/3QWlxzl5txv3AVwU= github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894/go.mod h1:f7UHJ0D7Fx3GgeRpZ9jpoxG8i3EgVbbHwmzNt9fjp8c= -github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2 h1:+uclIoWMZtlJDu5nXHl1ddaPo3ayMwGeJYUT4xPwN80= -github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2/go.mod h1:l9lwqrn8dvaMx3IJpP1wBqZ1DFJi2eHdLzXi2GHk3gQ= -github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 h1:Bt+Hu/EjYmNPBCrl8Wn0JUyDZdiKm37ZDUaCIBceJuA= -github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= +github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74 h1:lQTBYpyOrJTdxWhn8R60bepFHvOiwkt5KdtZTW3Nz8E= +github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74/go.mod h1:UQngAZOrNzKc4I73XqhRt9ocTMrPdU3gHJHFxa0SKOY= +github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74 h1:Fcw2G3lpL/Hj39eHf0WWuzmJZzIW+2YCry+HxIMkFJg= +github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74/go.mod h1:xm84QDG8Wq7addAvYG04mPfLHD/iuNLgwTbdGGCOthY= +github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74 h1:P1aEiTH+PrI6JMxTiI+FaF93n0e5n93UhkkjK0Hl3oQ= +github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= +github.com/iotaledger/hive.go/web v0.0.0-20250409140545-e1a365dbea74 h1:NNHXAfieFUo93nX/ko2tMba6wLUuVrH7gImc9Svdo9I= +github.com/iotaledger/hive.go/web v0.0.0-20250409140545-e1a365dbea74/go.mod h1:7OJcg6ZraBLeYGS0DEX0xfVvgLYNOW7NTzyEfOePbIw= github.com/ipfs/go-cid v0.5.0 h1:goEKKhaGm0ul11IHA7I6p1GmKz8kEYniqFopaB5Otwg= github.com/ipfs/go-cid v0.5.0/go.mod h1:0L7vmeNXpQpUS9vt+yEARkJ8rOg43DF3iPgn4GIN0mk= github.com/ipfs/go-log/v2 v2.5.1 h1:1XdUzF7048prq4aBjDQQ4SL5RxftpRGdXhNRwKSAlcY= diff --git a/tools/evm/evmemulator/go.mod b/tools/evm/evmemulator/go.mod index 8eed0ce93c..c614510479 100644 --- a/tools/evm/evmemulator/go.mod +++ b/tools/evm/evmemulator/go.mod @@ -64,17 +64,17 @@ require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/iotaledger/bcs-go v0.0.0-20250306194908-c8bf0ba9c5f4 // indirect github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect - github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2 // indirect - github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 // indirect + github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74 // indirect github.com/jackpal/go-nat-pmp v1.0.2 // indirect github.com/klauspost/compress v1.18.0 // indirect github.com/kr/text v0.2.0 // indirect diff --git a/tools/evm/evmemulator/go.sum b/tools/evm/evmemulator/go.sum index 4204e5823d..1488be531e 100644 --- a/tools/evm/evmemulator/go.sum +++ b/tools/evm/evmemulator/go.sum @@ -175,26 +175,37 @@ 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/constraints v0.0.0-20240520064018-c635e5900894 h1:T8Ajx7h46fbyrd+G8aJZdHJkX2S7Rc/fNe5yXtGB1mQ= github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o= +github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o= github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894 h1:ZmsMyEVYAbrjfz2A2EBwfn1nWZxw9wNrFdjyDrwsIMc= github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894/go.mod h1:cyNxLUHCftR3MQvaFZgCHfkD+xmSUayt6d/v6osFSw4= +github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74/go.mod h1:cyNxLUHCftR3MQvaFZgCHfkD+xmSUayt6d/v6osFSw4= github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894 h1:MxBt/PnWIGG8zZgaNye+LYs7dGkVYCRcOVNCQklMZpY= github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894/go.mod h1:WXaAjWG836wEy6TUCaeJFHt23wUtLa5L71uajwCko+g= +github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74/go.mod h1:WXaAjWG836wEy6TUCaeJFHt23wUtLa5L71uajwCko+g= github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894 h1:Tt1/6TXU2rh2tGu65PoOfC4pMttY2fgsUVtqf6iwaEA= github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894/go.mod h1:ZvFpTvsQ+D3iRIju0XVQyfjydXf5HkqTKca6BoJ+/6A= +github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74/go.mod h1:oXN+INfBvlR6cKCwdISxA0DpgtxRUCcvY4jd6MkOqUU= github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894 h1:nNjP8OLX8nG24shPsAov8SPv1JLl3HDCaVadqZHG3vQ= github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA= +github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA= github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894 h1:x1xr6MiExifYhjM6N5tF1iuQZCVEpE16sjitqjdKrBY= github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894/go.mod h1:tVA5qNVvtt9qICVVD0BzgJoM1NqlDgYkLlguQrTBS4E= +github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74/go.mod h1:miY7zC9U9Equ/zEtwOx2IX7cG33Va3sBmH8HMjFD4AA= github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894 h1:b3r0G8WQ1HBQeObTg2j7hbgJjb2oCgSVaIWazFZgVSQ= github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894/go.mod h1:AJRiMLXVOLKvtuuCKBqe3zBeIB6qbp1vZrU1rPHm1CU= +github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74/go.mod h1:AJRiMLXVOLKvtuuCKBqe3zBeIB6qbp1vZrU1rPHm1CU= github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894 h1:6j4/khmsRCGMoYXFl3zBfuYpp58XkmamNPU4isVZuQg= github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894/go.mod h1:pItG9OPlgN+oknKuS57pxtzl5+JFSUj60p7NtyLxp8Q= +github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74/go.mod h1:pItG9OPlgN+oknKuS57pxtzl5+JFSUj60p7NtyLxp8Q= github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894 h1:h/POgHreuT8Dv7HqBk3R91uyuI/3QWlxzl5txv3AVwU= github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894/go.mod h1:f7UHJ0D7Fx3GgeRpZ9jpoxG8i3EgVbbHwmzNt9fjp8c= +github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74/go.mod h1:UQngAZOrNzKc4I73XqhRt9ocTMrPdU3gHJHFxa0SKOY= github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2 h1:+uclIoWMZtlJDu5nXHl1ddaPo3ayMwGeJYUT4xPwN80= github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2/go.mod h1:l9lwqrn8dvaMx3IJpP1wBqZ1DFJi2eHdLzXi2GHk3gQ= +github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74/go.mod h1:xm84QDG8Wq7addAvYG04mPfLHD/iuNLgwTbdGGCOthY= github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 h1:Bt+Hu/EjYmNPBCrl8Wn0JUyDZdiKm37ZDUaCIBceJuA= github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= +github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= github.com/jackpal/go-nat-pmp v1.0.2 h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7BdWus= github.com/jackpal/go-nat-pmp v1.0.2/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc= github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= diff --git a/tools/gendoc/go.mod b/tools/gendoc/go.mod index 32eb8636de..6ec830972c 100644 --- a/tools/gendoc/go.mod +++ b/tools/gendoc/go.mod @@ -11,7 +11,7 @@ replace ( ) require ( - github.com/iotaledger/hive.go/app v0.0.0-20240520064018-c635e5900894 + github.com/iotaledger/hive.go/app v0.0.0-20250409140545-e1a365dbea74 github.com/iotaledger/hive.go/apputils v1.0.0-rc.1.0.20230417125513-e2e89991217f github.com/iotaledger/wasp v1.0.0-00010101000000-000000000000 ) @@ -69,19 +69,19 @@ require ( github.com/iancoleman/orderedmap v0.3.0 // indirect github.com/iotaledger/bcs-go v0.0.0-20250306194908-c8bf0ba9c5f4 // indirect github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect - github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894 // indirect + github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74 // indirect github.com/iotaledger/hive.go/objectstorage v0.0.0-20231018191940-f36386f4e2fa // indirect - github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2 // indirect - github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/web v0.0.0-20240520064018-c635e5900894 // indirect + github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/web v0.0.0-20250409140545-e1a365dbea74 // indirect github.com/ipfs/go-cid v0.5.0 // indirect github.com/ipfs/go-log/v2 v2.5.1 // indirect github.com/jackpal/go-nat-pmp v1.0.2 // indirect diff --git a/tools/gendoc/go.sum b/tools/gendoc/go.sum index af631f9ee0..b9e5478429 100644 --- a/tools/gendoc/go.sum +++ b/tools/gendoc/go.sum @@ -359,34 +359,47 @@ 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-20240520064018-c635e5900894 h1:KklwHECCtRLNp2BMk4xqXte/DAE847U5ibToXLt16cA= github.com/iotaledger/hive.go/app v0.0.0-20240520064018-c635e5900894/go.mod h1:poter2gXtqZdyjlhWJR0aJr5VDmkafT2chSr4pXs274= +github.com/iotaledger/hive.go/app v0.0.0-20250409140545-e1a365dbea74/go.mod h1:APPRxsk2TdhArFAogtssjxlQGyNS3K6J3WEcTFxklCw= 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-20240520064018-c635e5900894 h1:T8Ajx7h46fbyrd+G8aJZdHJkX2S7Rc/fNe5yXtGB1mQ= github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o= +github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o= github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894 h1:ZmsMyEVYAbrjfz2A2EBwfn1nWZxw9wNrFdjyDrwsIMc= github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894/go.mod h1:cyNxLUHCftR3MQvaFZgCHfkD+xmSUayt6d/v6osFSw4= +github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74/go.mod h1:cyNxLUHCftR3MQvaFZgCHfkD+xmSUayt6d/v6osFSw4= github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894 h1:MxBt/PnWIGG8zZgaNye+LYs7dGkVYCRcOVNCQklMZpY= github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894/go.mod h1:WXaAjWG836wEy6TUCaeJFHt23wUtLa5L71uajwCko+g= +github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74/go.mod h1:WXaAjWG836wEy6TUCaeJFHt23wUtLa5L71uajwCko+g= github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894 h1:Tt1/6TXU2rh2tGu65PoOfC4pMttY2fgsUVtqf6iwaEA= github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894/go.mod h1:ZvFpTvsQ+D3iRIju0XVQyfjydXf5HkqTKca6BoJ+/6A= +github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74/go.mod h1:oXN+INfBvlR6cKCwdISxA0DpgtxRUCcvY4jd6MkOqUU= github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894 h1:nNjP8OLX8nG24shPsAov8SPv1JLl3HDCaVadqZHG3vQ= github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA= +github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA= github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894 h1:x1xr6MiExifYhjM6N5tF1iuQZCVEpE16sjitqjdKrBY= github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894/go.mod h1:tVA5qNVvtt9qICVVD0BzgJoM1NqlDgYkLlguQrTBS4E= +github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74/go.mod h1:miY7zC9U9Equ/zEtwOx2IX7cG33Va3sBmH8HMjFD4AA= github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894 h1:b3r0G8WQ1HBQeObTg2j7hbgJjb2oCgSVaIWazFZgVSQ= github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894/go.mod h1:AJRiMLXVOLKvtuuCKBqe3zBeIB6qbp1vZrU1rPHm1CU= +github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74/go.mod h1:AJRiMLXVOLKvtuuCKBqe3zBeIB6qbp1vZrU1rPHm1CU= github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894 h1:6j4/khmsRCGMoYXFl3zBfuYpp58XkmamNPU4isVZuQg= github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894/go.mod h1:pItG9OPlgN+oknKuS57pxtzl5+JFSUj60p7NtyLxp8Q= +github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74/go.mod h1:pItG9OPlgN+oknKuS57pxtzl5+JFSUj60p7NtyLxp8Q= github.com/iotaledger/hive.go/objectstorage v0.0.0-20231018191940-f36386f4e2fa h1:EdVmve5IFLAImbdcC3yZNx8lm4rtAzVVedTVmwUlJlE= github.com/iotaledger/hive.go/objectstorage v0.0.0-20231018191940-f36386f4e2fa/go.mod h1:xLNyz89iL2aaHx+YjHwsR+iHn1Acr0HoropgVV/r7e0= github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894 h1:h/POgHreuT8Dv7HqBk3R91uyuI/3QWlxzl5txv3AVwU= github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894/go.mod h1:f7UHJ0D7Fx3GgeRpZ9jpoxG8i3EgVbbHwmzNt9fjp8c= +github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74/go.mod h1:UQngAZOrNzKc4I73XqhRt9ocTMrPdU3gHJHFxa0SKOY= github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2 h1:+uclIoWMZtlJDu5nXHl1ddaPo3ayMwGeJYUT4xPwN80= github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2/go.mod h1:l9lwqrn8dvaMx3IJpP1wBqZ1DFJi2eHdLzXi2GHk3gQ= +github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74/go.mod h1:xm84QDG8Wq7addAvYG04mPfLHD/iuNLgwTbdGGCOthY= github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 h1:Bt+Hu/EjYmNPBCrl8Wn0JUyDZdiKm37ZDUaCIBceJuA= github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= +github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= github.com/iotaledger/hive.go/web v0.0.0-20240520064018-c635e5900894 h1:4piXQ7bbQjt2/uANsb8ukv62zb6TPxgy2qQxLoXzA3c= github.com/iotaledger/hive.go/web v0.0.0-20240520064018-c635e5900894/go.mod h1:xFyjRoi3PjfhOnEq3iSlpDzfeXwIAUsJeCtDCGAC1aM= +github.com/iotaledger/hive.go/web v0.0.0-20250409140545-e1a365dbea74/go.mod h1:7OJcg6ZraBLeYGS0DEX0xfVvgLYNOW7NTzyEfOePbIw= github.com/ipfs/go-cid v0.5.0 h1:goEKKhaGm0ul11IHA7I6p1GmKz8kEYniqFopaB5Otwg= github.com/ipfs/go-cid v0.5.0/go.mod h1:0L7vmeNXpQpUS9vt+yEARkJ8rOg43DF3iPgn4GIN0mk= github.com/ipfs/go-log/v2 v2.5.1 h1:1XdUzF7048prq4aBjDQQ4SL5RxftpRGdXhNRwKSAlcY= diff --git a/tools/wasp-cli/go.mod b/tools/wasp-cli/go.mod index d974b3ca96..99e9da13a7 100644 --- a/tools/wasp-cli/go.mod +++ b/tools/wasp-cli/go.mod @@ -17,9 +17,9 @@ require ( github.com/ethereum/go-ethereum v1.15.5 github.com/hashicorp/go-version v1.7.0 github.com/iotaledger/bcs-go v0.0.0-20250306194908-c8bf0ba9c5f4 - github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894 - github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894 + github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74 + github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74 github.com/iotaledger/wasp v1.0.0-00010101000000-000000000000 github.com/samber/lo v1.49.1 github.com/spf13/cobra v1.9.1 @@ -32,6 +32,7 @@ require ( require ( al.essio.dev/pkg/shellescape v1.5.1 // indirect filippo.io/edwards25519 v1.1.0 // indirect + fortio.org/safecast v1.0.0 // indirect github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/VictoriaMetrics/fastcache v1.12.2 // indirect @@ -87,17 +88,17 @@ require ( github.com/iancoleman/orderedmap v0.3.0 // indirect 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-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894 // indirect + github.com/iotaledger/hive.go/app v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74 // indirect github.com/iotaledger/hive.go/objectstorage v0.0.0-20231018191940-f36386f4e2fa // indirect - github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2 // indirect - github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 // indirect - github.com/iotaledger/hive.go/web v0.0.0-20240520064018-c635e5900894 // indirect + github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74 // indirect + github.com/iotaledger/hive.go/web v0.0.0-20250409140545-e1a365dbea74 // indirect github.com/ipfs/go-cid v0.5.0 // indirect github.com/ipfs/go-log/v2 v2.5.1 // indirect github.com/jackpal/go-nat-pmp v1.0.2 // indirect diff --git a/tools/wasp-cli/go.sum b/tools/wasp-cli/go.sum index 21c5ef88d2..bc2212f3c7 100644 --- a/tools/wasp-cli/go.sum +++ b/tools/wasp-cli/go.sum @@ -12,6 +12,8 @@ dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412/go.mod h1 dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c/go.mod h1:0PRwlb0D6DFvNNtx+9ybjezNCa8XF0xaYcETyp6rHWU= filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= +fortio.org/safecast v1.0.0 h1:dr3131WPX8iS1pTf76+39WeXbTrerDYLvi9s7Oi3wiY= +fortio.org/safecast v1.0.0/go.mod h1:xZmcPk3vi4kuUFf+tq4SvnlVdwViqf6ZSZl91Jr9Jdg= git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg= github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 h1:/vQbFIOMbk2FiG/kXiLl8BRyzTWDw7gX/Hz7Dd5eDMs= github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4/go.mod h1:hN7oaIRCjzsZ2dE+yG5k+rsdt3qcwykqK6HVGcKwsw4= @@ -380,32 +382,34 @@ github.com/iotaledger/go-ethereum v1.15.5-wasp1 h1:MlwX0FvZiErZcR6TjyZrZ1yMXThVN github.com/iotaledger/go-ethereum v1.15.5-wasp1/go.mod h1:1LG2LnMOx2yPRHR/S+xuipXH29vPr6BIH6GElD8N/fo= github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 h1:dTrD7X2PTNgli6EbS4tV9qu3QAm/kBU3XaYZV2xdzys= github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7/go.mod h1:ZRdPu684P0fQ1z8sXz4dj9H5LWHhz4a9oCtvjunkSrw= -github.com/iotaledger/hive.go/app v0.0.0-20240520064018-c635e5900894 h1:KklwHECCtRLNp2BMk4xqXte/DAE847U5ibToXLt16cA= -github.com/iotaledger/hive.go/app v0.0.0-20240520064018-c635e5900894/go.mod h1:poter2gXtqZdyjlhWJR0aJr5VDmkafT2chSr4pXs274= -github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894 h1:T8Ajx7h46fbyrd+G8aJZdHJkX2S7Rc/fNe5yXtGB1mQ= -github.com/iotaledger/hive.go/constraints v0.0.0-20240520064018-c635e5900894/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o= -github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894 h1:ZmsMyEVYAbrjfz2A2EBwfn1nWZxw9wNrFdjyDrwsIMc= -github.com/iotaledger/hive.go/crypto v0.0.0-20240520064018-c635e5900894/go.mod h1:cyNxLUHCftR3MQvaFZgCHfkD+xmSUayt6d/v6osFSw4= -github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894 h1:MxBt/PnWIGG8zZgaNye+LYs7dGkVYCRcOVNCQklMZpY= -github.com/iotaledger/hive.go/db v0.0.0-20240520064018-c635e5900894/go.mod h1:WXaAjWG836wEy6TUCaeJFHt23wUtLa5L71uajwCko+g= -github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894 h1:Tt1/6TXU2rh2tGu65PoOfC4pMttY2fgsUVtqf6iwaEA= -github.com/iotaledger/hive.go/ds v0.0.0-20240520064018-c635e5900894/go.mod h1:ZvFpTvsQ+D3iRIju0XVQyfjydXf5HkqTKca6BoJ+/6A= -github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894 h1:nNjP8OLX8nG24shPsAov8SPv1JLl3HDCaVadqZHG3vQ= -github.com/iotaledger/hive.go/ierrors v0.0.0-20240520064018-c635e5900894/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA= -github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894 h1:x1xr6MiExifYhjM6N5tF1iuQZCVEpE16sjitqjdKrBY= -github.com/iotaledger/hive.go/kvstore v0.0.0-20240520064018-c635e5900894/go.mod h1:tVA5qNVvtt9qICVVD0BzgJoM1NqlDgYkLlguQrTBS4E= -github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894 h1:b3r0G8WQ1HBQeObTg2j7hbgJjb2oCgSVaIWazFZgVSQ= -github.com/iotaledger/hive.go/lo v0.0.0-20240520064018-c635e5900894/go.mod h1:AJRiMLXVOLKvtuuCKBqe3zBeIB6qbp1vZrU1rPHm1CU= -github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894 h1:6j4/khmsRCGMoYXFl3zBfuYpp58XkmamNPU4isVZuQg= -github.com/iotaledger/hive.go/log v0.0.0-20240520064018-c635e5900894/go.mod h1:pItG9OPlgN+oknKuS57pxtzl5+JFSUj60p7NtyLxp8Q= +github.com/iotaledger/hive.go/app v0.0.0-20250409140545-e1a365dbea74 h1:sVdzG6tIwl20Imfwn/0STCSbymNECX0199nyDCbBoy8= +github.com/iotaledger/hive.go/app v0.0.0-20250409140545-e1a365dbea74/go.mod h1:APPRxsk2TdhArFAogtssjxlQGyNS3K6J3WEcTFxklCw= +github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74 h1:GkJLEDzT1DiNrkvkY7d73+GNXQK6a4Vv+R1hetTUvPw= +github.com/iotaledger/hive.go/constraints v0.0.0-20250409140545-e1a365dbea74/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o= +github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74 h1:kagJNdKfMCyRWZhxbyF+IX4y+dyx0iwFONd9Z5qlg/4= +github.com/iotaledger/hive.go/crypto v0.0.0-20250409140545-e1a365dbea74/go.mod h1:cyNxLUHCftR3MQvaFZgCHfkD+xmSUayt6d/v6osFSw4= +github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74 h1:61/Ay+XxsaGNpQwVYHkqi2kA1xZLhaXh4PakOX0QpFA= +github.com/iotaledger/hive.go/db v0.0.0-20250409140545-e1a365dbea74/go.mod h1:WXaAjWG836wEy6TUCaeJFHt23wUtLa5L71uajwCko+g= +github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74 h1:riTgghHs03pZSC1DnO6qzK7+BLw+sjFmqh6NrdGv498= +github.com/iotaledger/hive.go/ds v0.0.0-20250409140545-e1a365dbea74/go.mod h1:oXN+INfBvlR6cKCwdISxA0DpgtxRUCcvY4jd6MkOqUU= +github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74 h1:Abimelsvy9fy9svrUzkDaIVBIeJkY8utvrfIUjOozKI= +github.com/iotaledger/hive.go/ierrors v0.0.0-20250409140545-e1a365dbea74/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA= +github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74 h1:vh9MHAsLQKKcOopYy/lFciuzihiOCKg3mR/lpGVOTps= +github.com/iotaledger/hive.go/kvstore v0.0.0-20250409140545-e1a365dbea74/go.mod h1:miY7zC9U9Equ/zEtwOx2IX7cG33Va3sBmH8HMjFD4AA= +github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74 h1:EeWERvwQ7v3udzWRrTq18j0fejkB6dolkdjMm0dx6oM= +github.com/iotaledger/hive.go/lo v0.0.0-20250409140545-e1a365dbea74/go.mod h1:AJRiMLXVOLKvtuuCKBqe3zBeIB6qbp1vZrU1rPHm1CU= +github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74 h1:jvQ64irdRpBnpu8EFrLLW6UrYd46jRUkK8zP98+yF2c= +github.com/iotaledger/hive.go/log v0.0.0-20250409140545-e1a365dbea74/go.mod h1:pItG9OPlgN+oknKuS57pxtzl5+JFSUj60p7NtyLxp8Q= github.com/iotaledger/hive.go/objectstorage v0.0.0-20231018191940-f36386f4e2fa h1:EdVmve5IFLAImbdcC3yZNx8lm4rtAzVVedTVmwUlJlE= github.com/iotaledger/hive.go/objectstorage v0.0.0-20231018191940-f36386f4e2fa/go.mod h1:xLNyz89iL2aaHx+YjHwsR+iHn1Acr0HoropgVV/r7e0= -github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894 h1:h/POgHreuT8Dv7HqBk3R91uyuI/3QWlxzl5txv3AVwU= -github.com/iotaledger/hive.go/runtime v0.0.0-20240520064018-c635e5900894/go.mod h1:f7UHJ0D7Fx3GgeRpZ9jpoxG8i3EgVbbHwmzNt9fjp8c= -github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2 h1:+uclIoWMZtlJDu5nXHl1ddaPo3ayMwGeJYUT4xPwN80= -github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240517131232-748f1ce3a2d2/go.mod h1:l9lwqrn8dvaMx3IJpP1wBqZ1DFJi2eHdLzXi2GHk3gQ= -github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894 h1:Bt+Hu/EjYmNPBCrl8Wn0JUyDZdiKm37ZDUaCIBceJuA= -github.com/iotaledger/hive.go/stringify v0.0.0-20240520064018-c635e5900894/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= +github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74 h1:lQTBYpyOrJTdxWhn8R60bepFHvOiwkt5KdtZTW3Nz8E= +github.com/iotaledger/hive.go/runtime v0.0.0-20250409140545-e1a365dbea74/go.mod h1:UQngAZOrNzKc4I73XqhRt9ocTMrPdU3gHJHFxa0SKOY= +github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74 h1:Fcw2G3lpL/Hj39eHf0WWuzmJZzIW+2YCry+HxIMkFJg= +github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20250409140545-e1a365dbea74/go.mod h1:xm84QDG8Wq7addAvYG04mPfLHD/iuNLgwTbdGGCOthY= +github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74 h1:P1aEiTH+PrI6JMxTiI+FaF93n0e5n93UhkkjK0Hl3oQ= +github.com/iotaledger/hive.go/stringify v0.0.0-20250409140545-e1a365dbea74/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig= +github.com/iotaledger/hive.go/web v0.0.0-20250409140545-e1a365dbea74 h1:NNHXAfieFUo93nX/ko2tMba6wLUuVrH7gImc9Svdo9I= +github.com/iotaledger/hive.go/web v0.0.0-20250409140545-e1a365dbea74/go.mod h1:7OJcg6ZraBLeYGS0DEX0xfVvgLYNOW7NTzyEfOePbIw= github.com/ipfs/go-cid v0.5.0 h1:goEKKhaGm0ul11IHA7I6p1GmKz8kEYniqFopaB5Otwg= github.com/ipfs/go-cid v0.5.0/go.mod h1:0L7vmeNXpQpUS9vt+yEARkJ8rOg43DF3iPgn4GIN0mk= github.com/ipfs/go-log/v2 v2.5.1 h1:1XdUzF7048prq4aBjDQQ4SL5RxftpRGdXhNRwKSAlcY=