Skip to content

Commit

Permalink
Merge pull request #605 from iotaledger/feat/bump-hive
Browse files Browse the repository at this point in the history
Bump hive.go to latest develop
  • Loading branch information
hmoog authored Dec 5, 2023
2 parents 6378533 + 47837fa commit ad922ce
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 120 deletions.
28 changes: 14 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ require (
github.com/google/uuid v1.4.0
github.com/gorilla/websocket v1.5.1
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/iotaledger/hive.go/ads v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/app v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/constraints v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231130155327-398db92f09a3
github.com/iotaledger/hive.go/crypto v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/ds v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/ierrors v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/kvstore v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/lo v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/log v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/logger v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/runtime v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231130155327-398db92f09a3
github.com/iotaledger/hive.go/stringify v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/ads v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/app v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/constraints v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231205131244-472357435a39
github.com/iotaledger/hive.go/crypto v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/ds v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/ierrors v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/kvstore v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/lo v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/log v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/logger v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/runtime v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231205131244-472357435a39
github.com/iotaledger/hive.go/stringify v0.0.0-20231205131244-472357435a39
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20231201123347-1c44b3f24221
github.com/iotaledger/inx/go v1.0.0-rc.2.0.20231201114846-3bb5c3fd5665
github.com/iotaledger/iota.go/v4 v4.0.0-20231204142547-416c9a87403d
Expand Down
56 changes: 28 additions & 28 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -275,34 +275,34 @@ github.com/iancoleman/orderedmap v0.3.0/go.mod h1:XuLcCUkdL5owUCQeF2Ue9uuw1EptkJ
github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
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/ads v0.0.0-20231130155327-398db92f09a3 h1:VLm18jYzB0wFceCXIfsbKzTwl3TDvCgRp4wJ/xMgXWM=
github.com/iotaledger/hive.go/ads v0.0.0-20231130155327-398db92f09a3/go.mod h1:gbUvr01B5ha530GnNm8K2OsHXOd2BtzBYOMxyTX3iDg=
github.com/iotaledger/hive.go/app v0.0.0-20231130155327-398db92f09a3 h1:O7okRQP8g8a9gvUDG/lzZ47MgaSGqbOqr98rvkT+NFE=
github.com/iotaledger/hive.go/app v0.0.0-20231130155327-398db92f09a3/go.mod h1:+riYmeLApkLlj4+EpuJpEJAsj/KGfD7cqLGy7oTsPOM=
github.com/iotaledger/hive.go/constraints v0.0.0-20231130155327-398db92f09a3 h1:qJe/BR6FpAM2tsoJBTbLSeQERjnxidNBZuJasvYhR7s=
github.com/iotaledger/hive.go/constraints v0.0.0-20231130155327-398db92f09a3/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231130155327-398db92f09a3 h1:MsvSJAMWne3QUuU6Vo0jeVEt91foSZiuEM4xEyV79X4=
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231130155327-398db92f09a3/go.mod h1:CdixkrB7VdQzEDlVuwsxPtsiJL/WXrQgz3PELIqlLko=
github.com/iotaledger/hive.go/crypto v0.0.0-20231130155327-398db92f09a3 h1:MNkwHDOeIUb62KbbsSCKwiWYHdzJM+6sNZ45AVhPmiA=
github.com/iotaledger/hive.go/crypto v0.0.0-20231130155327-398db92f09a3/go.mod h1:OQ9EVTTQT1mkO/16BgwSIyQlAhEg+Cptud/yutevWsI=
github.com/iotaledger/hive.go/ds v0.0.0-20231130155327-398db92f09a3 h1:gWSJjaIIRvYG778ITT4V9MVqxEuGy1ohE10Awx6HiRg=
github.com/iotaledger/hive.go/ds v0.0.0-20231130155327-398db92f09a3/go.mod h1:JE8cbZSvzbB5TrwXibg6M0B7ck35YxF30ItHBzQRlgc=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231130155327-398db92f09a3 h1:4YjvERr9WQVwPjKirblj2grnwTzKBNLrT5KaHMZRFBQ=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231130155327-398db92f09a3/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231130155327-398db92f09a3 h1:k9EO005mzPj+2atTByhUdco3rDtLx3mY7ZW2B/dLKOA=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231130155327-398db92f09a3/go.mod h1:ytfKoHr/nF8u0y0G4mamfG0yjFtJiJVk0kgjnPOtsSY=
github.com/iotaledger/hive.go/lo v0.0.0-20231130155327-398db92f09a3 h1:6rnSXCbIyYUVol3ihMoMFvxSNJsTdXgf1A1kqfa7FC8=
github.com/iotaledger/hive.go/lo v0.0.0-20231130155327-398db92f09a3/go.mod h1:6Ee7i6b4tuTHuRYnPP8VUb0wr9XFI5qlqtnttBd9jRg=
github.com/iotaledger/hive.go/log v0.0.0-20231130155327-398db92f09a3 h1:+GEZHE+oCj4PkH2S3BS9BlyDz1kUlw3eWKtzhCKS3ds=
github.com/iotaledger/hive.go/log v0.0.0-20231130155327-398db92f09a3/go.mod h1:vzO4/wRkEJDEZb/9fD10oKU9k1bj4qLir2Uhl5U1FkM=
github.com/iotaledger/hive.go/logger v0.0.0-20231130155327-398db92f09a3 h1:FBRbpEkEtfmymy4XUda72feIP81pRcr8zjXMmHRF7Lc=
github.com/iotaledger/hive.go/logger v0.0.0-20231130155327-398db92f09a3/go.mod h1:w1psHM2MuKsen1WdsPKrpqElYH7ZOQ+YdQIgJZg4HTo=
github.com/iotaledger/hive.go/runtime v0.0.0-20231130155327-398db92f09a3 h1:ibIJnyoBAbNDlGpRXZpSIcLLb5vbTorCxQPr+dLeGO8=
github.com/iotaledger/hive.go/runtime v0.0.0-20231130155327-398db92f09a3/go.mod h1:DrZPvUvLarK8C2qb+3H2vdypp/MuhpQmB3iMJbDCr/Q=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231130155327-398db92f09a3 h1:fF2gn/vkBZjLTbvf/vALLJ0wrPVUQH7Fg4cPd40RecY=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231130155327-398db92f09a3/go.mod h1:FoH3T6yKlZJp8xm8K+zsQiibSynp32v21CpWx8xkek8=
github.com/iotaledger/hive.go/stringify v0.0.0-20231130155327-398db92f09a3 h1:n0D5PTekFS1Vuktamz9e21AQ7kNcspr0Kv3Ob9u48Q0=
github.com/iotaledger/hive.go/stringify v0.0.0-20231130155327-398db92f09a3/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/iotaledger/hive.go/ads v0.0.0-20231205131244-472357435a39 h1:jxoBAPgC4I73pAwvEWI2IUCxiI1xN68IaFZ5WC1D3ek=
github.com/iotaledger/hive.go/ads v0.0.0-20231205131244-472357435a39/go.mod h1:gbUvr01B5ha530GnNm8K2OsHXOd2BtzBYOMxyTX3iDg=
github.com/iotaledger/hive.go/app v0.0.0-20231205131244-472357435a39 h1:B+SzeGOUyIROHfGjoYLJRPT/GL2u2X8pe3bS5avBbZc=
github.com/iotaledger/hive.go/app v0.0.0-20231205131244-472357435a39/go.mod h1:+riYmeLApkLlj4+EpuJpEJAsj/KGfD7cqLGy7oTsPOM=
github.com/iotaledger/hive.go/constraints v0.0.0-20231205131244-472357435a39 h1:zv6hp2CsJikP2jdkOjngJmpUVjhC2UfiIFN6yGvo4jA=
github.com/iotaledger/hive.go/constraints v0.0.0-20231205131244-472357435a39/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231205131244-472357435a39 h1:qAIj5vpAojkrORpOflrUYJ6iFL4osUkyP6Vr7/WK9BI=
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231205131244-472357435a39/go.mod h1:CdixkrB7VdQzEDlVuwsxPtsiJL/WXrQgz3PELIqlLko=
github.com/iotaledger/hive.go/crypto v0.0.0-20231205131244-472357435a39 h1:5lXV8tI2PlMWraa9eT5xGasNdiMaAYd1159mzXdX1xM=
github.com/iotaledger/hive.go/crypto v0.0.0-20231205131244-472357435a39/go.mod h1:OQ9EVTTQT1mkO/16BgwSIyQlAhEg+Cptud/yutevWsI=
github.com/iotaledger/hive.go/ds v0.0.0-20231205131244-472357435a39 h1:axE2+FtJQpAQ40KerOISEzHndqv79h7zYs8NZ7r0jNQ=
github.com/iotaledger/hive.go/ds v0.0.0-20231205131244-472357435a39/go.mod h1:JE8cbZSvzbB5TrwXibg6M0B7ck35YxF30ItHBzQRlgc=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231205131244-472357435a39 h1:KpHT3dYj+WoFnAzkW4EPluWHuhzErTree0+AF/KVBTU=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231205131244-472357435a39/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231205131244-472357435a39 h1:Gp2h+Els9cTVYYnYsHX3zLuixb0XggIj2okK570aKww=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231205131244-472357435a39/go.mod h1:ytfKoHr/nF8u0y0G4mamfG0yjFtJiJVk0kgjnPOtsSY=
github.com/iotaledger/hive.go/lo v0.0.0-20231205131244-472357435a39 h1:Di2G2i/hGyhe3D8j/MsnZqnx1yJBiMdbXDIrtbWpe8g=
github.com/iotaledger/hive.go/lo v0.0.0-20231205131244-472357435a39/go.mod h1:6Ee7i6b4tuTHuRYnPP8VUb0wr9XFI5qlqtnttBd9jRg=
github.com/iotaledger/hive.go/log v0.0.0-20231205131244-472357435a39 h1:kYj16hPQ0iH+1srDaIj4wZCGH5qrhsFpHkLbh3Ob1Bs=
github.com/iotaledger/hive.go/log v0.0.0-20231205131244-472357435a39/go.mod h1:vzO4/wRkEJDEZb/9fD10oKU9k1bj4qLir2Uhl5U1FkM=
github.com/iotaledger/hive.go/logger v0.0.0-20231205131244-472357435a39 h1:m4b7gNQu1HI+LH1m0oAvuFnpp7/EC/iPGHK7ImWNk3w=
github.com/iotaledger/hive.go/logger v0.0.0-20231205131244-472357435a39/go.mod h1:w1psHM2MuKsen1WdsPKrpqElYH7ZOQ+YdQIgJZg4HTo=
github.com/iotaledger/hive.go/runtime v0.0.0-20231205131244-472357435a39 h1:O6tJNVV544ts/DKIIfHQJNGXIPZgntR1DJ4e+jPR9rQ=
github.com/iotaledger/hive.go/runtime v0.0.0-20231205131244-472357435a39/go.mod h1:DrZPvUvLarK8C2qb+3H2vdypp/MuhpQmB3iMJbDCr/Q=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231205131244-472357435a39 h1:GPa5qfHm59jqY3pff0eCnt/mpWFm6fibVK/n/E+Pfyk=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231205131244-472357435a39/go.mod h1:FoH3T6yKlZJp8xm8K+zsQiibSynp32v21CpWx8xkek8=
github.com/iotaledger/hive.go/stringify v0.0.0-20231205131244-472357435a39 h1:gatLNIqLC/MAR5qlj+413/y0LmyfKC0QL2BKXLniD0M=
github.com/iotaledger/hive.go/stringify v0.0.0-20231205131244-472357435a39/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20231201123347-1c44b3f24221 h1:+ozrau44uPy2kYv2fuj2Wks8+VkXR62WB9zONOJgzdE=
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20231201123347-1c44b3f24221/go.mod h1:6cLX3gnhP0WL+Q+mf3/rIqfACe5fWKVR8luPXWh2xiY=
github.com/iotaledger/inx/go v1.0.0-rc.2.0.20231201114846-3bb5c3fd5665 h1:XdhojOpZ0t0pJFyNO0zlBogSAUrhEI67eCpTC9H6sGM=
Expand Down
28 changes: 14 additions & 14 deletions tools/gendoc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/iotaledger/iota-core => ../../

require (
github.com/iotaledger/hive.go/app v0.0.0-20231130155327-398db92f09a3
github.com/iotaledger/hive.go/app v0.0.0-20231205131244-472357435a39
github.com/iotaledger/hive.go/apputils v0.0.0-20230829152614-7afc7a4d89b3
github.com/iotaledger/iota-core v0.0.0-00010101000000-000000000000
)
Expand Down Expand Up @@ -56,19 +56,19 @@ 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/ads v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/ierrors v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/kvstore v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/log v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/logger v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231130155327-398db92f09a3 // indirect
github.com/iotaledger/hive.go/ads v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/ierrors v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/kvstore v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/log v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/logger v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231205131244-472357435a39 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231205131244-472357435a39 // indirect
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20231201123347-1c44b3f24221 // indirect
github.com/iotaledger/inx/go v1.0.0-rc.2.0.20231201114846-3bb5c3fd5665 // indirect
github.com/iotaledger/iota.go/v4 v4.0.0-20231204142547-416c9a87403d // indirect
Expand Down
Loading

0 comments on commit ad922ce

Please sign in to comment.