Skip to content

Commit

Permalink
Merge pull request #647 from iotaledger/feat/add-sql-module-from-indexer
Browse files Browse the repository at this point in the history
Add sql module
  • Loading branch information
muXxer authored Feb 23, 2024
2 parents c117786 + f8e3a50 commit 12ffcb3
Show file tree
Hide file tree
Showing 35 changed files with 552 additions and 274 deletions.
16 changes: 8 additions & 8 deletions ads/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ module github.com/iotaledger/hive.go/ads
go 1.22

require (
github.com/iotaledger/hive.go/ds v0.0.0-20240216130410-d264bd906c9c
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130410-d264bd906c9c
github.com/iotaledger/hive.go/kvstore v0.0.0-20240216130410-d264bd906c9c
github.com/iotaledger/hive.go/lo v0.0.0-20240216130410-d264bd906c9c
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240216130410-d264bd906c9c
github.com/iotaledger/hive.go/ds v0.0.0-20240223135607-4704e82184c0
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223135607-4704e82184c0
github.com/iotaledger/hive.go/kvstore v0.0.0-20240223135607-4704e82184c0
github.com/iotaledger/hive.go/lo v0.0.0-20240223135607-4704e82184c0
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135607-4704e82184c0
github.com/pokt-network/smt v0.9.2
github.com/stretchr/testify v1.8.4
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240216130410-d264bd906c9c // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130410-d264bd906c9c // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240216130410-d264bd906c9c // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240223135607-4704e82184c0 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240223135607-4704e82184c0 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240223135607-4704e82184c0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
32 changes: 16 additions & 16 deletions ads/go.sum
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/iotaledger/hive.go/constraints v0.0.0-20240216130410-d264bd906c9c h1:QTY62BAM+TzFQfZ6bZVWXvM3WcoRnSgEfUd/vCLbapc=
github.com/iotaledger/hive.go/constraints v0.0.0-20240216130410-d264bd906c9c/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240216130410-d264bd906c9c h1:8IT1C7FKYfUIqETtAHhkQ2VdbRPVc0INi9rJgdslbCM=
github.com/iotaledger/hive.go/ds v0.0.0-20240216130410-d264bd906c9c/go.mod h1:sE/HabIH9FWTvgaHioLN6o4rrxFMf4BuqRQwloxcamo=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130410-d264bd906c9c h1:464oT0qW/OYHhFpdU2o/b/Evd/00rrA7E5IeeTEiDaQ=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130410-d264bd906c9c/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240216130410-d264bd906c9c h1:nls4l3MAD2lhCtTC2hXG4FKdEzwwmRIw593EXNKwwAc=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240216130410-d264bd906c9c/go.mod h1:vgJh/0OelY+SHdWsdo0kXOYciHu8UA9OAi2FbJgVQsc=
github.com/iotaledger/hive.go/lo v0.0.0-20240216130410-d264bd906c9c h1:5FEiZoteMwBPeMEZnAkSTP3I8s9ANcyayMySrHs80Kk=
github.com/iotaledger/hive.go/lo v0.0.0-20240216130410-d264bd906c9c/go.mod h1:0ycE1W59kkNjQ87odL6H4x5Ik9bXhbNk88wmo+mIYt0=
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130410-d264bd906c9c h1:aDeW5cdDz9AHoN3nzC7BplwDW+Ud6t85bn+41s0MTB0=
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130410-d264bd906c9c/go.mod h1:lAR3vbqE9g65M9VwWHiaXab2q+d89dBOFjhKgnDfK7c=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240216130410-d264bd906c9c h1:9qRXZZ79OLEyednwl3kG+40+HV789N6Oed5WutcYgKE=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240216130410-d264bd906c9c/go.mod h1:yXQNGZUz++dB1T9RAHhWSresuTLzTC856ntdins9ivo=
github.com/iotaledger/hive.go/stringify v0.0.0-20240216130410-d264bd906c9c h1:PX6PD5xnPI9Of3EbhBwn7MLe2jA25mkUUmiNXMwxS4s=
github.com/iotaledger/hive.go/stringify v0.0.0-20240216130410-d264bd906c9c/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223135607-4704e82184c0 h1:LmfmOQvEEXBdlHURVJiZBtP2abGl/7ab+PQ5/UIM6zk=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223135607-4704e82184c0/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240223135607-4704e82184c0 h1:Y+GOHpaCJ05kTfoM/dTNaS3LAN6WLHu9VucdF4bqTM4=
github.com/iotaledger/hive.go/ds v0.0.0-20240223135607-4704e82184c0/go.mod h1:wfjeJj9B+MM/3yeUHfvT8Gj8bRsdl9utyh2dZg+1+B0=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223135607-4704e82184c0 h1:rZo+YqbcTmMbVNFpHa3TWKR6Gi1Klz1d1Y05SP6VUGU=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223135607-4704e82184c0/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240223135607-4704e82184c0 h1:8uSq+9b29eaPtVYNtPeRxB5qWw5pf1F0JgT8LDfknCU=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240223135607-4704e82184c0/go.mod h1:dCgv8YMOihhGNxQu37Vh5XqT/7wLbIJst2WePqo1z8Y=
github.com/iotaledger/hive.go/lo v0.0.0-20240223135607-4704e82184c0 h1:iGsoD9li/5iMbzjt9dBW4aA7Th9ujYvwqhnA6IETApk=
github.com/iotaledger/hive.go/lo v0.0.0-20240223135607-4704e82184c0/go.mod h1:67oLzWYiBLGt5PN7IBVHdbt9P6oBYCx9UvMEL8ExDAc=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223135607-4704e82184c0 h1:0bfqtURbz3n7YwoNw7rAqfrnhSyXZwfNohothe38LSg=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223135607-4704e82184c0/go.mod h1:pueoYXud+HmTY2x9j/S6+ZX3M5ZyENFKPDrx3EtcwWs=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135607-4704e82184c0 h1:zlh6AjBNtTnyqORJjV6MmyILkBb2irGxRwaJTqvIhf8=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135607-4704e82184c0/go.mod h1:NK05G4PxwZF1m4jGANJWLhAQ2hP1Nt0L8mgCTFLsSCw=
github.com/iotaledger/hive.go/stringify v0.0.0-20240223135607-4704e82184c0 h1:Bk6FBLyj3I6Mnici5Fr3QLN3NZAUHvc9+HBN30cMFlI=
github.com/iotaledger/hive.go/stringify v0.0.0-20240223135607-4704e82184c0/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
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=
Expand Down
18 changes: 9 additions & 9 deletions app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.22
require (
github.com/felixge/fgprof v0.9.3
github.com/hashicorp/go-version v1.6.0
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130637-e5fb5dfb2d00
github.com/iotaledger/hive.go/lo v0.0.0-20240216130637-e5fb5dfb2d00
github.com/iotaledger/hive.go/log v0.0.0-20240216130637-e5fb5dfb2d00
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130637-e5fb5dfb2d00
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223135822-637c81e84e98
github.com/iotaledger/hive.go/lo v0.0.0-20240223135822-637c81e84e98
github.com/iotaledger/hive.go/log v0.0.0-20240223135822-637c81e84e98
github.com/iotaledger/hive.go/runtime v0.0.0-20240223135822-637c81e84e98
github.com/knadh/koanf v1.5.0
github.com/spf13/cast v1.6.0
github.com/spf13/pflag v1.0.5
Expand All @@ -20,18 +20,18 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ethereum/go-ethereum v1.13.12 // indirect
github.com/ethereum/go-ethereum v1.13.13 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240216130637-e5fb5dfb2d00 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20240216130637-e5fb5dfb2d00 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240216130637-e5fb5dfb2d00 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240216130637-e5fb5dfb2d00 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240223135822-637c81e84e98 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20240223135822-637c81e84e98 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135822-637c81e84e98 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240223135822-637c81e84e98 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand Down
36 changes: 18 additions & 18 deletions app/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.m
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/ethereum/go-ethereum v1.13.12 h1:iDr9UM2JWkngBHGovRJEQn4Kor7mT4gt9rUZqB5M29Y=
github.com/ethereum/go-ethereum v1.13.12/go.mod h1:hKL2Qcj1OvStXNSEDbucexqnEt1Wh4Cz329XsjAalZY=
github.com/ethereum/go-ethereum v1.13.13 h1:KYn9w7pEWRI9oyZOzO94OVbctSusPByHdFDPj634jII=
github.com/ethereum/go-ethereum v1.13.13/go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=
Expand Down Expand Up @@ -159,22 +159,22 @@ github.com/holiman/uint256 v1.2.4/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXei
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/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
github.com/iotaledger/hive.go/constraints v0.0.0-20240216130637-e5fb5dfb2d00 h1:dNIpyZR9VVw1rHi7YPhlI4jfzXhnCyqgGNSxhKpbyXA=
github.com/iotaledger/hive.go/constraints v0.0.0-20240216130637-e5fb5dfb2d00/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240216130637-e5fb5dfb2d00 h1:jx8kt4nRyG0nd88dFZfDIsYTzk9glgay/suuP1cFjPI=
github.com/iotaledger/hive.go/ds v0.0.0-20240216130637-e5fb5dfb2d00/go.mod h1:sE/HabIH9FWTvgaHioLN6o4rrxFMf4BuqRQwloxcamo=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130637-e5fb5dfb2d00 h1:Wpt6MVJt+a4YBwYIi+9tFHPEsz2BtzeX+6wn/2LXTnE=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130637-e5fb5dfb2d00/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/lo v0.0.0-20240216130637-e5fb5dfb2d00 h1:B8ZS90eE9/Is2G41eugs3Zp+ntiuzalX6LsnkV9HdbE=
github.com/iotaledger/hive.go/lo v0.0.0-20240216130637-e5fb5dfb2d00/go.mod h1:0ycE1W59kkNjQ87odL6H4x5Ik9bXhbNk88wmo+mIYt0=
github.com/iotaledger/hive.go/log v0.0.0-20240216130637-e5fb5dfb2d00 h1:PBaQX7zhTs78ddGn7X/G3gxv5TiiicoiELJIxOxHxVs=
github.com/iotaledger/hive.go/log v0.0.0-20240216130637-e5fb5dfb2d00/go.mod h1:JCv/LVVTAMoCPLzou534RoIif7CAezcWZlGYabrHsck=
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130637-e5fb5dfb2d00 h1:Rykfy0CHThPj/Lz8ZaZWwi42x9uZRjn5Ll+MGsF0W88=
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130637-e5fb5dfb2d00/go.mod h1:lAR3vbqE9g65M9VwWHiaXab2q+d89dBOFjhKgnDfK7c=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240216130637-e5fb5dfb2d00 h1:upuB4LmZLm7iZf1iQrpzbbI48oYkoIylCDrfROK2Q+s=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240216130637-e5fb5dfb2d00/go.mod h1:yXQNGZUz++dB1T9RAHhWSresuTLzTC856ntdins9ivo=
github.com/iotaledger/hive.go/stringify v0.0.0-20240216130637-e5fb5dfb2d00 h1:qgM3syUJyvADm2qbZ2T9RDgPpwuak4JYxnWy21BnWrU=
github.com/iotaledger/hive.go/stringify v0.0.0-20240216130637-e5fb5dfb2d00/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223135822-637c81e84e98 h1:vQJHN40mMgEiPlP0rwO9xpGnUMT6gtNdPUhlCzjbPh4=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223135822-637c81e84e98/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240223135822-637c81e84e98 h1:ADBN4OtxXDlPS3ptth0z6bB3bLxV4Fk5DgHClTfhuRI=
github.com/iotaledger/hive.go/ds v0.0.0-20240223135822-637c81e84e98/go.mod h1:wfjeJj9B+MM/3yeUHfvT8Gj8bRsdl9utyh2dZg+1+B0=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223135822-637c81e84e98 h1:20MM30YZSQNjN0tb17QthAv4BJEm7Xl8BjltX/AOXg0=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223135822-637c81e84e98/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/lo v0.0.0-20240223135822-637c81e84e98 h1:Susn7NThhco2WAq+KH5IyHpmtEJXwtsHs8R/E/cdnZ0=
github.com/iotaledger/hive.go/lo v0.0.0-20240223135822-637c81e84e98/go.mod h1:67oLzWYiBLGt5PN7IBVHdbt9P6oBYCx9UvMEL8ExDAc=
github.com/iotaledger/hive.go/log v0.0.0-20240223135822-637c81e84e98 h1:uecp8yAGOHWsAYo0vYtbewhQ5yQbvcLMRjr9AZ3DclA=
github.com/iotaledger/hive.go/log v0.0.0-20240223135822-637c81e84e98/go.mod h1:H5tmswUbT3o5+QiM6UPtBv7VnPf+lJtlantgpp2lzUI=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223135822-637c81e84e98 h1:3W/z/gYnzCuyzto9PkI+vCkYyeyfwxUwKy7KWQDIXZI=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223135822-637c81e84e98/go.mod h1:pueoYXud+HmTY2x9j/S6+ZX3M5ZyENFKPDrx3EtcwWs=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135822-637c81e84e98 h1:aZhVaD+BotqsBdLYTidXc5UI+cMwmfrsq/bNbboyq2o=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135822-637c81e84e98/go.mod h1:NK05G4PxwZF1m4jGANJWLhAQ2hP1Nt0L8mgCTFLsSCw=
github.com/iotaledger/hive.go/stringify v0.0.0-20240223135822-637c81e84e98 h1:RNeV8dkW+zlOpkAJA2IYT+TyI5pFH4GAxCt4Ea3iMhY=
github.com/iotaledger/hive.go/stringify v0.0.0-20240223135822-637c81e84e98/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=
Expand Down
6 changes: 3 additions & 3 deletions apputils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ go 1.22
require (
github.com/fbiville/markdown-table-formatter v0.3.0
github.com/iancoleman/orderedmap v0.3.0
github.com/iotaledger/hive.go/app v0.0.0-20240216130905-f1bef76e66d1
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130905-f1bef76e66d1
github.com/iotaledger/hive.go/app v0.0.0-20240223140103-26a7e3cfc521
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223140103-26a7e3cfc521
github.com/spf13/pflag v1.0.5
)

require (
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130905-f1bef76e66d1 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240223140103-26a7e3cfc521 // indirect
github.com/knadh/koanf v1.5.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions apputils/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ github.com/hjson/hjson-go/v4 v4.0.0 h1:wlm6IYYqHjOdXH1gHev4VoXCaW20HdQAGCxdOEEg2
github.com/hjson/hjson-go/v4 v4.0.0/go.mod h1:KaYt3bTw3zhBjYqnXkYywcYctk0A2nxeEFTse3rH13E=
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/app v0.0.0-20240216130905-f1bef76e66d1 h1:AbdVPePv2J/0ID8ALMaJRwXSz8kZ8mfYsU0ZSLFrDjo=
github.com/iotaledger/hive.go/app v0.0.0-20240216130905-f1bef76e66d1/go.mod h1:O9agBfrnt1ykrDOzF6GXZf4ivcw+SxM9c9C86YtbxLU=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130905-f1bef76e66d1 h1:eoHp03b/mRm/kngBKeDrACpTos5EWCHa+lbKjLziGo4=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130905-f1bef76e66d1/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130905-f1bef76e66d1 h1:XxMaVq8WTx1a0Y9z7OEgr1eFW6Mw7ODWQgSLcAxKJAY=
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130905-f1bef76e66d1/go.mod h1:lAR3vbqE9g65M9VwWHiaXab2q+d89dBOFjhKgnDfK7c=
github.com/iotaledger/hive.go/app v0.0.0-20240223140103-26a7e3cfc521 h1:vSfEfwG7WGrxlfTAYN0oK2VN54+7b0EBPB8PmC/Ee7c=
github.com/iotaledger/hive.go/app v0.0.0-20240223140103-26a7e3cfc521/go.mod h1:EMUpj6oDb/QSiVpIe5nYwyDKSpO6ue7mdkzmK/VoBn8=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223140103-26a7e3cfc521 h1:JcKs3H72hwhVNFn+1IAFUTJdNLy4hi6CcAatjjfcF10=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223140103-26a7e3cfc521/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223140103-26a7e3cfc521 h1:TuPxlNwYcnzJkgX8EoZ7MYd+IWFfskz8IIK495wFpq0=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223140103-26a7e3cfc521/go.mod h1:pueoYXud+HmTY2x9j/S6+ZX3M5ZyENFKPDrx3EtcwWs=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=
Expand Down
6 changes: 3 additions & 3 deletions codegen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/iotaledger/hive.go/codegen
go 1.22

require (
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216131002-d98c4b947b5a
github.com/iotaledger/hive.go/lo v0.0.0-20240216131002-d98c4b947b5a
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223140152-a8e61f047930
github.com/iotaledger/hive.go/lo v0.0.0-20240223140152-a8e61f047930
)

require github.com/iotaledger/hive.go/constraints v0.0.0-20240216125321-2dc5b8356e34 // indirect
require github.com/iotaledger/hive.go/constraints v0.0.0-20240223134414-81a1e2821a07 // indirect
12 changes: 6 additions & 6 deletions codegen/go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/iotaledger/hive.go/constraints v0.0.0-20240216125321-2dc5b8356e34 h1:NBFmqUH4POeJDC8T8rig0tjFdilEChHcPSi19EPeUs4=
github.com/iotaledger/hive.go/constraints v0.0.0-20240216125321-2dc5b8356e34/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216131002-d98c4b947b5a h1:bGeNy9dhCQsdIQ7vhyDKTZB1UuV4piSkf5snIswGutY=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216131002-d98c4b947b5a/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/lo v0.0.0-20240216131002-d98c4b947b5a h1:0qQg+zOtsIVjb1W1uV2q+AxPvNu3usWyNtM1ODgSx/A=
github.com/iotaledger/hive.go/lo v0.0.0-20240216131002-d98c4b947b5a/go.mod h1:0ycE1W59kkNjQ87odL6H4x5Ik9bXhbNk88wmo+mIYt0=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223134414-81a1e2821a07 h1:rImHUICo9EVHeN9K/48KbzcElMPlz9UtSuC1ORy52X0=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223134414-81a1e2821a07/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223140152-a8e61f047930 h1:RyPzpgHdn7RM+rLZ9z174sEgPqh02euZYdSXHYdveUQ=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223140152-a8e61f047930/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/lo v0.0.0-20240223140152-a8e61f047930 h1:XMcz4JiD3WctYCojpP6DqetJ6OEhz6mNCMVq/X7/HjU=
github.com/iotaledger/hive.go/lo v0.0.0-20240223140152-a8e61f047930/go.mod h1:67oLzWYiBLGt5PN7IBVHdbt9P6oBYCx9UvMEL8ExDAc=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
Expand Down
Loading

0 comments on commit 12ffcb3

Please sign in to comment.