Skip to content
Merged
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 components/webapi/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
29 changes: 15 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
Expand All @@ -25,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
Expand Down Expand Up @@ -65,12 +66,12 @@ 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
)

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
Expand Down Expand Up @@ -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
Expand Down
38 changes: 30 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down Expand Up @@ -115,6 +117,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.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=
Expand Down Expand Up @@ -381,32 +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/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/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=
Expand Down Expand Up @@ -1234,8 +1258,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=
Expand Down
2 changes: 1 addition & 1 deletion packages/webapi/websocket/commands/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/webapi/websocket/websocket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
22 changes: 11 additions & 11 deletions tools/evm/evmemulator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Loading