Skip to content

Commit

Permalink
Refactor: bump hive.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Dec 14, 2023
1 parent 8e18278 commit f67033d
Show file tree
Hide file tree
Showing 28 changed files with 237 additions and 237 deletions.
16 changes: 8 additions & 8 deletions ads/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/iotaledger/hive.go/ads
go 1.21

require (
github.com/iotaledger/hive.go/ds v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/kvstore v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/ds v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/kvstore v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214021733-8e18278e04ac
github.com/pokt-network/smt v0.6.1
github.com/stretchr/testify v1.8.4
)
Expand All @@ -16,9 +16,9 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ethereum/go-ethereum v1.13.5 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231214021733-8e18278e04ac // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231214021733-8e18278e04ac // 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
Expand Up @@ -11,22 +11,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-20231212162051-0adc25efdfc0 h1:tkUHfWzom6qXfjFXgdUyLY6jBhsdgcVaiNyGxqjDsT4=
github.com/iotaledger/hive.go/constraints v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20231212162051-0adc25efdfc0 h1:h75EH2IAgrHO6Nnc01rn1LYzmtjVd38hnUWAfb03VEU=
github.com/iotaledger/hive.go/ds v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:ZT9qmn+/RM69TuiB/URk+EdHSCXJa+3UHH3DP8QQdJc=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0 h1:3xVYmoEf05KDo4WbkqVVePFluSP9FRRKDgDcQhl46Ko=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231212162051-0adc25efdfc0 h1:zBDp9Il2M/BKTfEtbXWUq3MgrPZMpYTe0pMDgBx6TcY=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:+btGzl9kPHZtCaT6wPAsmWqzZJhLjAdP6+V4FGE4kLQ=
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0 h1:IHRIVeZoLTna4WUtSiLt0lRBHAgroIEnR77gF9NPMAQ=
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:fmjNV/R9NAtwwOSaC43lbImm//s/IxPtGKk3HqxF0f8=
github.com/iotaledger/hive.go/runtime v0.0.0-20231212162051-0adc25efdfc0 h1:dEicvruyg9oYZSswptCV9ovkBMQ83dUJjQfsw6PLqrI=
github.com/iotaledger/hive.go/runtime v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:tp2Had5eIa0n6TgdPS/YQ6P29ifWxt59RhD97wMhRhA=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231212162051-0adc25efdfc0 h1:A4pEReiEtvxw2pvdAKmN6cjim8DrCYq8WGWtfXhcgRk=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231212162051-0adc25efdfc0/go.mod h1:8rlqmJhg17u6xMicCY2Nj7jqBLEAKwuRcLcYpglVKf4=
github.com/iotaledger/hive.go/stringify v0.0.0-20231212162051-0adc25efdfc0 h1:EXUxlTEuaVwSNhzXo6jeNl9u6UUHvB+YMu3rdBRbtDc=
github.com/iotaledger/hive.go/stringify v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/iotaledger/hive.go/constraints v0.0.0-20231214021733-8e18278e04ac h1:7vwglzSdtly9TG3RgCeFvkuDgWwpAwgG1bD7s7RrX/Y=
github.com/iotaledger/hive.go/constraints v0.0.0-20231214021733-8e18278e04ac/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20231214021733-8e18278e04ac h1:OsrJ4Bwq69FlmCn4D98y3vEkTyad6ESlgzH6u1Pco8M=
github.com/iotaledger/hive.go/ds v0.0.0-20231214021733-8e18278e04ac/go.mod h1:MzIuhKtCoo2pXvZMCRU52wB354UPSiZfeaXHC3vP+is=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac h1:WeUhwo1RzvTZbkiQbmMA10GCEJ+lUe/Lf5YiqQ+YdvQ=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231214021733-8e18278e04ac h1:bnh7RZRWN6jAvdeF9OIZw8qU9fCK+nIJ6mpkOwFczjw=
github.com/iotaledger/hive.go/kvstore v0.0.0-20231214021733-8e18278e04ac/go.mod h1:IzqMXH7Z60dg748uZjADA+y5TS8MNtVb/prNbZbzth8=
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac h1:XKBOx+us+98YKOfsdH5IQQpwrkCmC3M+kv5QXF3F630=
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac/go.mod h1:b/JMksRcKmrlG+QjfdiFlc9ze1YYlkbyRktl6aaiXk8=
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac h1:7JrriUrvyP3xrcdSHvFPQD3brfz9/yx6vyMB6OpuGYw=
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac/go.mod h1:0uX+ri0h9ob8Qpe541Vo+EUDu7g53xTUVXZH7CGGSdg=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214021733-8e18278e04ac h1:48A+G5NeDcGQjdP2OoQ7bv7P7RBL390TwAVqJiLDtuU=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214021733-8e18278e04ac/go.mod h1:hKgf+fskky588HbpPjxUvs9KPAqxG+ptPUOzm423RB0=
github.com/iotaledger/hive.go/stringify v0.0.0-20231214021733-8e18278e04ac h1:Wok/h6gu/xrF81p3vvUpOsDUgouxV7BztVoRBiuNxCo=
github.com/iotaledger/hive.go/stringify v0.0.0-20231214021733-8e18278e04ac/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=
Expand Down
16 changes: 8 additions & 8 deletions app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.21
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-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/log v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/runtime v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/log v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac
github.com/knadh/koanf v1.5.0
github.com/spf13/cast v1.5.1
github.com/spf13/pflag v1.0.5
Expand All @@ -27,10 +27,10 @@ require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20230821062121-407c9e7a662f // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231214021733-8e18278e04ac // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231214021733-8e18278e04ac // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214021733-8e18278e04ac // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231214021733-8e18278e04ac // 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
32 changes: 16 additions & 16 deletions app/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,22 +159,22 @@ github.com/holiman/uint256 v1.2.3/go.mod h1:SC8Ryt4n+UBbPbIBKaG9zbbDlp4jOru9xFZm
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-20231212162051-0adc25efdfc0 h1:tkUHfWzom6qXfjFXgdUyLY6jBhsdgcVaiNyGxqjDsT4=
github.com/iotaledger/hive.go/constraints v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20231212162051-0adc25efdfc0 h1:h75EH2IAgrHO6Nnc01rn1LYzmtjVd38hnUWAfb03VEU=
github.com/iotaledger/hive.go/ds v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:ZT9qmn+/RM69TuiB/URk+EdHSCXJa+3UHH3DP8QQdJc=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0 h1:3xVYmoEf05KDo4WbkqVVePFluSP9FRRKDgDcQhl46Ko=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0 h1:IHRIVeZoLTna4WUtSiLt0lRBHAgroIEnR77gF9NPMAQ=
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:fmjNV/R9NAtwwOSaC43lbImm//s/IxPtGKk3HqxF0f8=
github.com/iotaledger/hive.go/log v0.0.0-20231212162051-0adc25efdfc0 h1:wNg7/sumN99V+nJNx45Z9kvKj34MEnFGPk9kuGTKmFc=
github.com/iotaledger/hive.go/log v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:ewepnMj9XSWld3m01HstYdx/qNJ8NGC48ffUfSqCZik=
github.com/iotaledger/hive.go/runtime v0.0.0-20231212162051-0adc25efdfc0 h1:dEicvruyg9oYZSswptCV9ovkBMQ83dUJjQfsw6PLqrI=
github.com/iotaledger/hive.go/runtime v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:tp2Had5eIa0n6TgdPS/YQ6P29ifWxt59RhD97wMhRhA=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231212162051-0adc25efdfc0 h1:A4pEReiEtvxw2pvdAKmN6cjim8DrCYq8WGWtfXhcgRk=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231212162051-0adc25efdfc0/go.mod h1:8rlqmJhg17u6xMicCY2Nj7jqBLEAKwuRcLcYpglVKf4=
github.com/iotaledger/hive.go/stringify v0.0.0-20231212162051-0adc25efdfc0 h1:EXUxlTEuaVwSNhzXo6jeNl9u6UUHvB+YMu3rdBRbtDc=
github.com/iotaledger/hive.go/stringify v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
github.com/iotaledger/hive.go/constraints v0.0.0-20231214021733-8e18278e04ac h1:7vwglzSdtly9TG3RgCeFvkuDgWwpAwgG1bD7s7RrX/Y=
github.com/iotaledger/hive.go/constraints v0.0.0-20231214021733-8e18278e04ac/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20231214021733-8e18278e04ac h1:OsrJ4Bwq69FlmCn4D98y3vEkTyad6ESlgzH6u1Pco8M=
github.com/iotaledger/hive.go/ds v0.0.0-20231214021733-8e18278e04ac/go.mod h1:MzIuhKtCoo2pXvZMCRU52wB354UPSiZfeaXHC3vP+is=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac h1:WeUhwo1RzvTZbkiQbmMA10GCEJ+lUe/Lf5YiqQ+YdvQ=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac h1:XKBOx+us+98YKOfsdH5IQQpwrkCmC3M+kv5QXF3F630=
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac/go.mod h1:b/JMksRcKmrlG+QjfdiFlc9ze1YYlkbyRktl6aaiXk8=
github.com/iotaledger/hive.go/log v0.0.0-20231214021733-8e18278e04ac h1:npih7uTmrsoG4sLFo6M9C3LTtHaAnxOI6CY4X24vbXU=
github.com/iotaledger/hive.go/log v0.0.0-20231214021733-8e18278e04ac/go.mod h1:RKyiSN3n8jS51Akc676NsvinTVQ4zovmCHyeuraGF0w=
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac h1:7JrriUrvyP3xrcdSHvFPQD3brfz9/yx6vyMB6OpuGYw=
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac/go.mod h1:0uX+ri0h9ob8Qpe541Vo+EUDu7g53xTUVXZH7CGGSdg=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214021733-8e18278e04ac h1:48A+G5NeDcGQjdP2OoQ7bv7P7RBL390TwAVqJiLDtuU=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214021733-8e18278e04ac/go.mod h1:hKgf+fskky588HbpPjxUvs9KPAqxG+ptPUOzm423RB0=
github.com/iotaledger/hive.go/stringify v0.0.0-20231214021733-8e18278e04ac h1:Wok/h6gu/xrF81p3vvUpOsDUgouxV7BztVoRBiuNxCo=
github.com/iotaledger/hive.go/stringify v0.0.0-20231214021733-8e18278e04ac/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
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.21
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-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/app v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac
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-20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac // 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-20231212162051-0adc25efdfc0 h1:T5fR1S+a79YcmKwUo7LwpS4oEsucyYtEA4PscE6wm5A=
github.com/iotaledger/hive.go/app v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:1QYclsHQMHyYEMSzVuiubdDgLmS7m8yr8FSoijw54X4=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0 h1:3xVYmoEf05KDo4WbkqVVePFluSP9FRRKDgDcQhl46Ko=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/runtime v0.0.0-20231212162051-0adc25efdfc0 h1:dEicvruyg9oYZSswptCV9ovkBMQ83dUJjQfsw6PLqrI=
github.com/iotaledger/hive.go/runtime v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:tp2Had5eIa0n6TgdPS/YQ6P29ifWxt59RhD97wMhRhA=
github.com/iotaledger/hive.go/app v0.0.0-20231214021733-8e18278e04ac h1:Ue3TAWaRVi7ugiPEM0dKTqHYxbQCiA7ddRX/JTHp3AM=
github.com/iotaledger/hive.go/app v0.0.0-20231214021733-8e18278e04ac/go.mod h1:s8qaCVJuvIdby4ZULL7V9ANkqqbgahNsx7ix5rbHC5w=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac h1:WeUhwo1RzvTZbkiQbmMA10GCEJ+lUe/Lf5YiqQ+YdvQ=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac h1:7JrriUrvyP3xrcdSHvFPQD3brfz9/yx6vyMB6OpuGYw=
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac/go.mod h1:0uX+ri0h9ob8Qpe541Vo+EUDu7g53xTUVXZH7CGGSdg=
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.21

require (
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac
)

require github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece // indirect
require github.com/iotaledger/hive.go/constraints v0.0.0-20231212162051-0adc25efdfc0 // 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-20231211160503-bcd86a4d1ece h1:0XZlNjWdFvNFYxgxFKCgGNDyorjUFOuuayikne6s9LI=
github.com/iotaledger/hive.go/constraints v0.0.0-20231211160503-bcd86a4d1ece/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0 h1:3xVYmoEf05KDo4WbkqVVePFluSP9FRRKDgDcQhl46Ko=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0 h1:IHRIVeZoLTna4WUtSiLt0lRBHAgroIEnR77gF9NPMAQ=
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:fmjNV/R9NAtwwOSaC43lbImm//s/IxPtGKk3HqxF0f8=
github.com/iotaledger/hive.go/constraints v0.0.0-20231212162051-0adc25efdfc0 h1:tkUHfWzom6qXfjFXgdUyLY6jBhsdgcVaiNyGxqjDsT4=
github.com/iotaledger/hive.go/constraints v0.0.0-20231212162051-0adc25efdfc0/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac h1:WeUhwo1RzvTZbkiQbmMA10GCEJ+lUe/Lf5YiqQ+YdvQ=
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac h1:XKBOx+us+98YKOfsdH5IQQpwrkCmC3M+kv5QXF3F630=
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac/go.mod h1:b/JMksRcKmrlG+QjfdiFlc9ze1YYlkbyRktl6aaiXk8=
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
16 changes: 8 additions & 8 deletions core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/iotaledger/hive.go/core
go 1.21

require (
github.com/iotaledger/hive.go/crypto v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/ds v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/ierrors v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/lo v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/runtime v0.0.0-20231212162051-0adc25efdfc0
github.com/iotaledger/hive.go/crypto v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/ds v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/ierrors v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/lo v0.0.0-20231214021733-8e18278e04ac
github.com/iotaledger/hive.go/runtime v0.0.0-20231214021733-8e18278e04ac
github.com/mr-tron/base58 v1.2.0
github.com/stretchr/testify v1.8.4
)
Expand All @@ -17,9 +17,9 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ethereum/go-ethereum v1.13.5 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231212162051-0adc25efdfc0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231214021733-8e18278e04ac // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231214021733-8e18278e04ac // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231214021733-8e18278e04ac // indirect
github.com/kr/text v0.2.0 // indirect
github.com/petermattis/goid v0.0.0-20230808133559-b036b712a89b // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
Loading

0 comments on commit f67033d

Please sign in to comment.