Skip to content

Commit

Permalink
fix(deps): update github.com/iotaledger/hive.go/logger digest to 4914979
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 510015e commit 8c47a56
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 15 deletions.
17 changes: 9 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ require (
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/constraints v0.0.0-20230829150210-ffb45450e361
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/ds v0.0.0-20230829150210-ffb45450e361
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/lo v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/logger v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/lo v0.0.0-20230829150210-ffb45450e361
github.com/iotaledger/hive.go/logger v0.0.0-20231012193529-491497954a58
github.com/iotaledger/hive.go/objectstorage v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/runtime v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/runtime v0.0.0-20230829150210-ffb45450e361
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230829150210-ffb45450e361
github.com/iotaledger/hive.go/web v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20230417131029-0bfe891d7c4a
github.com/iotaledger/inx/go v1.0.0-rc.2
Expand Down Expand Up @@ -111,7 +111,8 @@ 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/stringify v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/ierrors v0.0.0-20230829150210-ffb45450e361 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20230829150210-ffb45450e361 // indirect
github.com/iotaledger/iota.go v1.0.0 // indirect
github.com/ipfs/go-cid v0.4.1 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
Expand Down Expand Up @@ -163,7 +164,7 @@ require (
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/petermattis/goid v0.0.0-20230808133559-b036b712a89b // indirect
github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
18 changes: 18 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -352,24 +352,40 @@ github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15 h1:ywzdfG6X
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15/go.mod h1:vMXrLYkkHAqQC8yGLXcB1Adq9s3hPPf8Dv4sfd/koas=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 h1:GhlFUSZeNSpjA3+myBOJu04W2BKWaKvjJjqfunBA+Zg=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15/go.mod h1:bvXXc6quBdERMMKnirr2+iQU4WnTz4KDbdHcusW9Ats=
github.com/iotaledger/hive.go/constraints v0.0.0-20230829150210-ffb45450e361 h1:gKuKPElhFpJ1a9B/cxKiORB2mFBgDeWc6luBqEBBnBg=
github.com/iotaledger/hive.go/constraints v0.0.0-20230829150210-ffb45450e361/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 h1:x0z1qd3CjuIw/sXmpkOwIWQUcsxBBpBSWgfAhahQiw8=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15/go.mod h1:xp9Wbk2vp4LHb0xTbDRphSJLgLYvRNNe5lWHd8OLI5c=
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 h1:Zs3fuwTj4dvSVhBou8gm4CCTMsvdwnb/8B0I9ICDUPA=
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15/go.mod h1:wwPP73b6InomUeirqEfaYNqoTsuzxNZPa/ci4efzuyU=
github.com/iotaledger/hive.go/ds v0.0.0-20230829150210-ffb45450e361 h1:nrhhfaxX+pjUoa18yRHhNJwjDZrsjodVWPY9lloqWNg=
github.com/iotaledger/hive.go/ds v0.0.0-20230829150210-ffb45450e361/go.mod h1:G4azdfQMwAkSU5lHZNRAdGfRoLHNHF4+DfCudWTTKF8=
github.com/iotaledger/hive.go/ierrors v0.0.0-20230829150210-ffb45450e361 h1:kvYJZOvyU2zwleHDO0KNTKbObGloRikxqlnlcZOVmxU=
github.com/iotaledger/hive.go/ierrors v0.0.0-20230829150210-ffb45450e361/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15 h1:N5teZ9ixsjyfGWlXNWg+/dxG0lkmNiqILvDrAa9SQos=
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15/go.mod h1:oET9GdiN58SWw+INHuNwmiBlfmfRyoe1cJMx7TYk1Js=
github.com/iotaledger/hive.go/lo v0.0.0-20230629181801-64c530ff9d15 h1:EMsp6JeHdpYYj632wkCxrXaL1ZffY53aqfDtYe9XzvE=
github.com/iotaledger/hive.go/lo v0.0.0-20230629181801-64c530ff9d15/go.mod h1:dsAfSt53PGgT3n675q2wFLGcvRlLNS3Affhf+vnFbb4=
github.com/iotaledger/hive.go/lo v0.0.0-20230829150210-ffb45450e361 h1:JOAs6nzGPbZZE+PJIBlt2WUCOBKx+89mjlDcednjmVU=
github.com/iotaledger/hive.go/lo v0.0.0-20230829150210-ffb45450e361/go.mod h1:/LERu5vqcessCqr40Wxmbx4x0bbymsK7GuL+TK/ckKo=
github.com/iotaledger/hive.go/logger v0.0.0-20230629181801-64c530ff9d15 h1:M66OueWagjBATFWGzBjIY6mN8bi2M9Aaiu8+7j4jaXE=
github.com/iotaledger/hive.go/logger v0.0.0-20230629181801-64c530ff9d15/go.mod h1:7ZE+E8JgqJ9zxg5/FOObEfYyBpC813TMv6Qzcm2YekY=
github.com/iotaledger/hive.go/logger v0.0.0-20231012193529-491497954a58 h1:R3vPCxq/T3hdkALiXQRhiwM9GsokrEr52YdUM1cQzVc=
github.com/iotaledger/hive.go/logger v0.0.0-20231012193529-491497954a58/go.mod h1:sxqWRdZ1OOxwkxVczuGcW034Mpt2vFh5ebJHO++ZYeI=
github.com/iotaledger/hive.go/objectstorage v0.0.0-20230629181801-64c530ff9d15 h1:jiQzzYPHqDNleU5tLpKHETF39rUdabs8dgHbrtJ1urM=
github.com/iotaledger/hive.go/objectstorage v0.0.0-20230629181801-64c530ff9d15/go.mod h1:E7/slsvlTsSP+laCKWbBOmSPg83UTh9mPm8ostFOlv4=
github.com/iotaledger/hive.go/runtime v0.0.0-20230629181801-64c530ff9d15 h1:khNJmmG8ZOOR3Qx7iaSEHkL+4y3oseznnxz9GK1xUuM=
github.com/iotaledger/hive.go/runtime v0.0.0-20230629181801-64c530ff9d15/go.mod h1:kYmuL6D9aDLqLpskEEC+DGKXC/9mx7wtLF0WItRuexs=
github.com/iotaledger/hive.go/runtime v0.0.0-20230829150210-ffb45450e361 h1:d3kqKwyoiI9RHTLWbyNg4snUMbOc8Ail4hzm0ErUVR8=
github.com/iotaledger/hive.go/runtime v0.0.0-20230829150210-ffb45450e361/go.mod h1:fXVyQ1MAwxe/EmjAnG8WcQqbzGk9EW/FsJ/n16H/f/w=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230629181801-64c530ff9d15 h1:YK/dRP8Z2vmX+SOAuBVS99WU3zH1t5qaAB1Bj7/PFOc=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230629181801-64c530ff9d15/go.mod h1:NrZTRu5hrKwSxzPyA5G8BxaQakOLRvoFJM+5vtHDE04=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230829150210-ffb45450e361 h1:W7/Dr1GzzyR2P3A5QazgfXe4WErIPz44nCuJOGFkqrA=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230829150210-ffb45450e361/go.mod h1:IJgaaxbgKCsNat18jlJJEAxCY2oVYR3F30B+M4vJ89I=
github.com/iotaledger/hive.go/stringify v0.0.0-20230629181801-64c530ff9d15 h1:NmmRkAKLBIOjlT1tEF2NbPvzCawOr1Lgm99k1+ElZKM=
github.com/iotaledger/hive.go/stringify v0.0.0-20230629181801-64c530ff9d15/go.mod h1:l/F3cA/+67QdNj+sohv2v4HhmsdOcWScoA+sVYoAE4c=
github.com/iotaledger/hive.go/stringify v0.0.0-20230829150210-ffb45450e361 h1:7fMWcXcYUww1PZhndMK6btRa0VCyTFncbFlTTdX2DNs=
github.com/iotaledger/hive.go/stringify v0.0.0-20230829150210-ffb45450e361/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/iotaledger/hive.go/web v0.0.0-20230629181801-64c530ff9d15 h1:T9Wg7bMu8NWoVDyVoPXFVvVF4OE4ZNybs3pSObffn3U=
github.com/iotaledger/hive.go/web v0.0.0-20230629181801-64c530ff9d15/go.mod h1:A3LLvpa7mREy3eWZf+UsD1A1ujo4YZHK+e2IHvou+HQ=
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20230417131029-0bfe891d7c4a h1:mVYBXnSSVl9xRxzZReRdRQN43gUz3IMOxb+IEMQFTp4=
Expand Down Expand Up @@ -614,6 +630,8 @@ github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3v
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pelletier/go-toml/v2 v2.0.9 h1:uH2qQXheeefCCkuBBSLi7jCiSmj3VRh2+Goq2N7Xxu0=
github.com/pelletier/go-toml/v2 v2.0.9/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o=
github.com/petermattis/goid v0.0.0-20230808133559-b036b712a89b h1:vab8deKC4QoIfm9fJM59iuNz1ELGsuLoYYpiF+pHiG8=
github.com/petermattis/goid v0.0.0-20230808133559-b036b712a89b/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
Expand Down
15 changes: 8 additions & 7 deletions tools/wasp-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replace (
require (
github.com/ethereum/go-ethereum v1.12.2
github.com/hashicorp/go-version v1.6.0
github.com/iotaledger/hive.go/logger v0.0.0-20230629181801-64c530ff9d15
github.com/iotaledger/hive.go/logger v0.0.0-20231012193529-491497954a58
github.com/iotaledger/iota.go/v3 v3.0.0-rc.3
github.com/iotaledger/wasp v1.0.0-00010101000000-000000000000
github.com/samber/lo v1.38.1
Expand Down Expand Up @@ -78,15 +78,16 @@ 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-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20230829150210-ffb45450e361 // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20230829150210-ffb45450e361 // indirect
github.com/iotaledger/hive.go/ierrors v0.0.0-20230829150210-ffb45450e361 // indirect
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20230829150210-ffb45450e361 // indirect
github.com/iotaledger/hive.go/objectstorage v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20230829150210-ffb45450e361 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230829150210-ffb45450e361 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20230829150210-ffb45450e361 // indirect
github.com/iotaledger/hive.go/web v0.0.0-20230629181801-64c530ff9d15 // indirect
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20230417131029-0bfe891d7c4a // indirect
github.com/iotaledger/inx/go v1.0.0-rc.2 // indirect
Expand Down
16 changes: 16 additions & 0 deletions tools/wasp-cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -410,24 +410,40 @@ github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15 h1:ywzdfG6X
github.com/iotaledger/hive.go/app v0.0.0-20230629181801-64c530ff9d15/go.mod h1:vMXrLYkkHAqQC8yGLXcB1Adq9s3hPPf8Dv4sfd/koas=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15 h1:GhlFUSZeNSpjA3+myBOJu04W2BKWaKvjJjqfunBA+Zg=
github.com/iotaledger/hive.go/constraints v0.0.0-20230629181801-64c530ff9d15/go.mod h1:bvXXc6quBdERMMKnirr2+iQU4WnTz4KDbdHcusW9Ats=
github.com/iotaledger/hive.go/constraints v0.0.0-20230829150210-ffb45450e361 h1:gKuKPElhFpJ1a9B/cxKiORB2mFBgDeWc6luBqEBBnBg=
github.com/iotaledger/hive.go/constraints v0.0.0-20230829150210-ffb45450e361/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15 h1:x0z1qd3CjuIw/sXmpkOwIWQUcsxBBpBSWgfAhahQiw8=
github.com/iotaledger/hive.go/crypto v0.0.0-20230629181801-64c530ff9d15/go.mod h1:xp9Wbk2vp4LHb0xTbDRphSJLgLYvRNNe5lWHd8OLI5c=
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15 h1:Zs3fuwTj4dvSVhBou8gm4CCTMsvdwnb/8B0I9ICDUPA=
github.com/iotaledger/hive.go/ds v0.0.0-20230629181801-64c530ff9d15/go.mod h1:wwPP73b6InomUeirqEfaYNqoTsuzxNZPa/ci4efzuyU=
github.com/iotaledger/hive.go/ds v0.0.0-20230829150210-ffb45450e361 h1:nrhhfaxX+pjUoa18yRHhNJwjDZrsjodVWPY9lloqWNg=
github.com/iotaledger/hive.go/ds v0.0.0-20230829150210-ffb45450e361/go.mod h1:G4azdfQMwAkSU5lHZNRAdGfRoLHNHF4+DfCudWTTKF8=
github.com/iotaledger/hive.go/ierrors v0.0.0-20230829150210-ffb45450e361 h1:kvYJZOvyU2zwleHDO0KNTKbObGloRikxqlnlcZOVmxU=
github.com/iotaledger/hive.go/ierrors v0.0.0-20230829150210-ffb45450e361/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15 h1:N5teZ9ixsjyfGWlXNWg+/dxG0lkmNiqILvDrAa9SQos=
github.com/iotaledger/hive.go/kvstore v0.0.0-20230629181801-64c530ff9d15/go.mod h1:oET9GdiN58SWw+INHuNwmiBlfmfRyoe1cJMx7TYk1Js=
github.com/iotaledger/hive.go/lo v0.0.0-20230629181801-64c530ff9d15 h1:EMsp6JeHdpYYj632wkCxrXaL1ZffY53aqfDtYe9XzvE=
github.com/iotaledger/hive.go/lo v0.0.0-20230629181801-64c530ff9d15/go.mod h1:dsAfSt53PGgT3n675q2wFLGcvRlLNS3Affhf+vnFbb4=
github.com/iotaledger/hive.go/lo v0.0.0-20230829150210-ffb45450e361 h1:JOAs6nzGPbZZE+PJIBlt2WUCOBKx+89mjlDcednjmVU=
github.com/iotaledger/hive.go/lo v0.0.0-20230829150210-ffb45450e361/go.mod h1:/LERu5vqcessCqr40Wxmbx4x0bbymsK7GuL+TK/ckKo=
github.com/iotaledger/hive.go/logger v0.0.0-20230629181801-64c530ff9d15 h1:M66OueWagjBATFWGzBjIY6mN8bi2M9Aaiu8+7j4jaXE=
github.com/iotaledger/hive.go/logger v0.0.0-20230629181801-64c530ff9d15/go.mod h1:7ZE+E8JgqJ9zxg5/FOObEfYyBpC813TMv6Qzcm2YekY=
github.com/iotaledger/hive.go/logger v0.0.0-20231012193529-491497954a58 h1:R3vPCxq/T3hdkALiXQRhiwM9GsokrEr52YdUM1cQzVc=
github.com/iotaledger/hive.go/logger v0.0.0-20231012193529-491497954a58/go.mod h1:sxqWRdZ1OOxwkxVczuGcW034Mpt2vFh5ebJHO++ZYeI=
github.com/iotaledger/hive.go/objectstorage v0.0.0-20230629181801-64c530ff9d15 h1:jiQzzYPHqDNleU5tLpKHETF39rUdabs8dgHbrtJ1urM=
github.com/iotaledger/hive.go/objectstorage v0.0.0-20230629181801-64c530ff9d15/go.mod h1:E7/slsvlTsSP+laCKWbBOmSPg83UTh9mPm8ostFOlv4=
github.com/iotaledger/hive.go/runtime v0.0.0-20230629181801-64c530ff9d15 h1:khNJmmG8ZOOR3Qx7iaSEHkL+4y3oseznnxz9GK1xUuM=
github.com/iotaledger/hive.go/runtime v0.0.0-20230629181801-64c530ff9d15/go.mod h1:kYmuL6D9aDLqLpskEEC+DGKXC/9mx7wtLF0WItRuexs=
github.com/iotaledger/hive.go/runtime v0.0.0-20230829150210-ffb45450e361 h1:d3kqKwyoiI9RHTLWbyNg4snUMbOc8Ail4hzm0ErUVR8=
github.com/iotaledger/hive.go/runtime v0.0.0-20230829150210-ffb45450e361/go.mod h1:fXVyQ1MAwxe/EmjAnG8WcQqbzGk9EW/FsJ/n16H/f/w=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230629181801-64c530ff9d15 h1:YK/dRP8Z2vmX+SOAuBVS99WU3zH1t5qaAB1Bj7/PFOc=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230629181801-64c530ff9d15/go.mod h1:NrZTRu5hrKwSxzPyA5G8BxaQakOLRvoFJM+5vtHDE04=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230829150210-ffb45450e361 h1:W7/Dr1GzzyR2P3A5QazgfXe4WErIPz44nCuJOGFkqrA=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20230829150210-ffb45450e361/go.mod h1:IJgaaxbgKCsNat18jlJJEAxCY2oVYR3F30B+M4vJ89I=
github.com/iotaledger/hive.go/stringify v0.0.0-20230629181801-64c530ff9d15 h1:NmmRkAKLBIOjlT1tEF2NbPvzCawOr1Lgm99k1+ElZKM=
github.com/iotaledger/hive.go/stringify v0.0.0-20230629181801-64c530ff9d15/go.mod h1:l/F3cA/+67QdNj+sohv2v4HhmsdOcWScoA+sVYoAE4c=
github.com/iotaledger/hive.go/stringify v0.0.0-20230829150210-ffb45450e361 h1:7fMWcXcYUww1PZhndMK6btRa0VCyTFncbFlTTdX2DNs=
github.com/iotaledger/hive.go/stringify v0.0.0-20230829150210-ffb45450e361/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/iotaledger/hive.go/web v0.0.0-20230629181801-64c530ff9d15 h1:T9Wg7bMu8NWoVDyVoPXFVvVF4OE4ZNybs3pSObffn3U=
github.com/iotaledger/hive.go/web v0.0.0-20230629181801-64c530ff9d15/go.mod h1:A3LLvpa7mREy3eWZf+UsD1A1ujo4YZHK+e2IHvou+HQ=
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20230417131029-0bfe891d7c4a h1:mVYBXnSSVl9xRxzZReRdRQN43gUz3IMOxb+IEMQFTp4=
Expand Down

0 comments on commit 8c47a56

Please sign in to comment.