From 34635720d5abde7fd9d37bb345ac84213fad698a Mon Sep 17 00:00:00 2001 From: muXxer Date: Fri, 10 Nov 2023 12:59:10 +0100 Subject: [PATCH] Update hive.go for correct UTF8 validity checks in serix --- go.mod | 16 ++++++++-------- go.sum | 32 ++++++++++++++++---------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/go.mod b/go.mod index 929ed75b1..cfc35fa40 100644 --- a/go.mod +++ b/go.mod @@ -5,14 +5,14 @@ go 1.21 require ( github.com/eclipse/paho.mqtt.golang v1.4.3 github.com/ethereum/go-ethereum v1.13.4 - github.com/iotaledger/hive.go/constraints v0.0.0-20231108162616-bab25251edc4 - github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231108162616-bab25251edc4 - github.com/iotaledger/hive.go/crypto v0.0.0-20231108162616-bab25251edc4 - github.com/iotaledger/hive.go/ierrors v0.0.0-20231108162616-bab25251edc4 - github.com/iotaledger/hive.go/lo v0.0.0-20231108162616-bab25251edc4 - github.com/iotaledger/hive.go/runtime v0.0.0-20231108162616-bab25251edc4 - github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231108162616-bab25251edc4 - github.com/iotaledger/hive.go/stringify v0.0.0-20231108162616-bab25251edc4 + github.com/iotaledger/hive.go/constraints v0.0.0-20231110115447-7605386261d2 + github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231110115447-7605386261d2 + github.com/iotaledger/hive.go/crypto v0.0.0-20231110115447-7605386261d2 + github.com/iotaledger/hive.go/ierrors v0.0.0-20231110115447-7605386261d2 + github.com/iotaledger/hive.go/lo v0.0.0-20231110115447-7605386261d2 + github.com/iotaledger/hive.go/runtime v0.0.0-20231110115447-7605386261d2 + github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231110115447-7605386261d2 + github.com/iotaledger/hive.go/stringify v0.0.0-20231110115447-7605386261d2 github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c github.com/samber/lo v1.38.1 github.com/stretchr/testify v1.8.4 diff --git a/go.sum b/go.sum index 52e972adf..3c3a623a7 100644 --- a/go.sum +++ b/go.sum @@ -23,22 +23,22 @@ github.com/holiman/uint256 v1.2.3 h1:K8UWO1HUJpRMXBxbmaY1Y8IAMZC/RsKB+ArEnnK4l5o github.com/holiman/uint256 v1.2.3/go.mod h1:SC8Ryt4n+UBbPbIBKaG9zbbDlp4jOru9xFZmPzLUTxw= github.com/iancoleman/orderedmap v0.3.0 h1:5cbR2grmZR/DiVt+VJopEhtVs9YGInGIxAoMJn+Ichc= github.com/iancoleman/orderedmap v0.3.0/go.mod h1:XuLcCUkdL5owUCQeF2Ue9uuw1EptkJDkXXS7VoV7XGE= -github.com/iotaledger/hive.go/constraints v0.0.0-20231108162616-bab25251edc4 h1:v9fYr6bAPzunA1FQwYa0SthpUCc4+b5oFivpLg3quQk= -github.com/iotaledger/hive.go/constraints v0.0.0-20231108162616-bab25251edc4/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s= -github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231108162616-bab25251edc4 h1:AaMdcUpeAragQXoiw/JUeqOpoZHF6AwO5SchkDz5/1E= -github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231108162616-bab25251edc4/go.mod h1:CdixkrB7VdQzEDlVuwsxPtsiJL/WXrQgz3PELIqlLko= -github.com/iotaledger/hive.go/crypto v0.0.0-20231108162616-bab25251edc4 h1:FfzAlmgc+ugZlcE/JWO2TtL/uEFT/V7+h3lz2WAzSWI= -github.com/iotaledger/hive.go/crypto v0.0.0-20231108162616-bab25251edc4/go.mod h1:OQ9EVTTQT1mkO/16BgwSIyQlAhEg+Cptud/yutevWsI= -github.com/iotaledger/hive.go/ierrors v0.0.0-20231108162616-bab25251edc4 h1:gcDpRANXwAUhMG7mV9+HZ1v+xOAa1JX9iTC1Li6VFI0= -github.com/iotaledger/hive.go/ierrors v0.0.0-20231108162616-bab25251edc4/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8= -github.com/iotaledger/hive.go/lo v0.0.0-20231108162616-bab25251edc4 h1:coSKLUOZkhYmdB5ifiYGnYhVnt0oJfLgTWz79kM2hys= -github.com/iotaledger/hive.go/lo v0.0.0-20231108162616-bab25251edc4/go.mod h1:6Ee7i6b4tuTHuRYnPP8VUb0wr9XFI5qlqtnttBd9jRg= -github.com/iotaledger/hive.go/runtime v0.0.0-20231108162616-bab25251edc4 h1:m5BtU3Qjls+bW3D+3wOwJPqM2AXehbbp3Pc+nkCBvoc= -github.com/iotaledger/hive.go/runtime v0.0.0-20231108162616-bab25251edc4/go.mod h1:DrZPvUvLarK8C2qb+3H2vdypp/MuhpQmB3iMJbDCr/Q= -github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231108162616-bab25251edc4 h1:KsLHCoGHUA3Gjs8Qh+4cbAJbsO2Bfgm/Hqwx3gJXFfc= -github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231108162616-bab25251edc4/go.mod h1:FoH3T6yKlZJp8xm8K+zsQiibSynp32v21CpWx8xkek8= -github.com/iotaledger/hive.go/stringify v0.0.0-20231108162616-bab25251edc4 h1:xl2Og80WiBt90QjKaZxOflXHPcuikV0HVFy/wSB0l6E= -github.com/iotaledger/hive.go/stringify v0.0.0-20231108162616-bab25251edc4/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs= +github.com/iotaledger/hive.go/constraints v0.0.0-20231110115447-7605386261d2 h1:3z31epbYZqwpCR/hL3Cyii7qgvIMewDmzvow6wRTFmY= +github.com/iotaledger/hive.go/constraints v0.0.0-20231110115447-7605386261d2/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s= +github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231110115447-7605386261d2 h1:Z1a15SKzbEu1hhLk1xefTYw3zri0vxiLYaSVuS6CdoQ= +github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231110115447-7605386261d2/go.mod h1:CdixkrB7VdQzEDlVuwsxPtsiJL/WXrQgz3PELIqlLko= +github.com/iotaledger/hive.go/crypto v0.0.0-20231110115447-7605386261d2 h1:pbxrXM070GXymKySNHdFXnlEnjXzvJMczHRCh4niX9g= +github.com/iotaledger/hive.go/crypto v0.0.0-20231110115447-7605386261d2/go.mod h1:OQ9EVTTQT1mkO/16BgwSIyQlAhEg+Cptud/yutevWsI= +github.com/iotaledger/hive.go/ierrors v0.0.0-20231110115447-7605386261d2 h1:68ujGKPVftxFYA3yIO1CkmVISFSDx8aPrJb20oWx1nM= +github.com/iotaledger/hive.go/ierrors v0.0.0-20231110115447-7605386261d2/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8= +github.com/iotaledger/hive.go/lo v0.0.0-20231110115447-7605386261d2 h1:aYwno4uVrsvJvUMWXQNHavYBclCSNlEtKMvWiWitOiw= +github.com/iotaledger/hive.go/lo v0.0.0-20231110115447-7605386261d2/go.mod h1:6Ee7i6b4tuTHuRYnPP8VUb0wr9XFI5qlqtnttBd9jRg= +github.com/iotaledger/hive.go/runtime v0.0.0-20231110115447-7605386261d2 h1:q4Mywi7KNBEOS5DX9Jkj/8ECWhua7WLHUmgXAP9mLvs= +github.com/iotaledger/hive.go/runtime v0.0.0-20231110115447-7605386261d2/go.mod h1:DrZPvUvLarK8C2qb+3H2vdypp/MuhpQmB3iMJbDCr/Q= +github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231110115447-7605386261d2 h1:5/HJa5W0l/6zTWaI3YvywVDxH4r4Eu0ww20xrk74OUs= +github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231110115447-7605386261d2/go.mod h1:FoH3T6yKlZJp8xm8K+zsQiibSynp32v21CpWx8xkek8= +github.com/iotaledger/hive.go/stringify v0.0.0-20231110115447-7605386261d2 h1:vni0ehemFi/al5MJgbpgTt5OX8zcXFI5Ms4lGqd5gGQ= +github.com/iotaledger/hive.go/stringify v0.0.0-20231110115447-7605386261d2/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=