Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go version to 1.22 #644

Merged
merged 16 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
- name: Run tests core
working-directory: ./${{ matrix.module }}
run: go test ./... -tags rocksdb,stacktrace -count=1 -timeout 10m
Expand Down
18 changes: 9 additions & 9 deletions ads/go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
module github.com/iotaledger/hive.go/ads

go 1.21
go 1.22

require (
github.com/iotaledger/hive.go/ds v0.0.0-20240214174419-09232d6301c3
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174419-09232d6301c3
github.com/iotaledger/hive.go/kvstore v0.0.0-20240214174419-09232d6301c3
github.com/iotaledger/hive.go/lo v0.0.0-20240214174419-09232d6301c3
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214174419-09232d6301c3
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/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-20240214174419-09232d6301c3 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240214174419-09232d6301c3 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240214174419-09232d6301c3 // 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/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-20240214174419-09232d6301c3 h1:eEdY/hS4pCZYsv9s2/UH5nM+t5jN/koiD8Z9mZwCdJ0=
github.com/iotaledger/hive.go/constraints v0.0.0-20240214174419-09232d6301c3/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20240214174419-09232d6301c3 h1:PYp8xgff6PBRLk8QmJMtM6xGA4hNBS31Ni7mEGJRK68=
github.com/iotaledger/hive.go/ds v0.0.0-20240214174419-09232d6301c3/go.mod h1:UxnYEJlWz87/hQxmSngDwAxPjFqbTgnDpDczL8mqXVk=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174419-09232d6301c3 h1:GfNpeeTlvh0PbnY7dyz8xfpUOCtcic/Igr5I7j6saOM=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174419-09232d6301c3/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240214174419-09232d6301c3 h1:SbCGisVpPXrQdVzMNJOsDo8u+EJUCciRAW09hMJRmUI=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240214174419-09232d6301c3/go.mod h1:Cr2o8GY4imGgHmuRD+/JZKaF3mtMeyIqXG5j1YA2zVo=
github.com/iotaledger/hive.go/lo v0.0.0-20240214174419-09232d6301c3 h1:JAaYjLWt5cKQqsESQ1CjS1zFb3t0umOFv82xH8PFxoY=
github.com/iotaledger/hive.go/lo v0.0.0-20240214174419-09232d6301c3/go.mod h1:emwj7JQEo+BOIxtkcQwfr9x4MgmdHcDMjxFZohJ+sIk=
github.com/iotaledger/hive.go/runtime v0.0.0-20240214174419-09232d6301c3 h1:11P0wpkxIR7z5c0l31VGLqHOgADmot0JwsDddauvJug=
github.com/iotaledger/hive.go/runtime v0.0.0-20240214174419-09232d6301c3/go.mod h1:DAl3k9cClMCxIWbGQX44mdV3ZExly2kJW979G0bZ3cU=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214174419-09232d6301c3 h1:+oyWJUzEWoTlC3zfNHz98jGdOLL4pf/qoXUXZZ16SS0=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214174419-09232d6301c3/go.mod h1:Wz93StLE7p0UjPIPy/DDw0xZtuxPIUwBUa2fSmCWL9A=
github.com/iotaledger/hive.go/stringify v0.0.0-20240214174419-09232d6301c3 h1:G7VyZ7FFL/KZhynboZf8cbyacCmPtuV8l/sibhFLxFU=
github.com/iotaledger/hive.go/stringify v0.0.0-20240214174419-09232d6301c3/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
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/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
1 change: 1 addition & 0 deletions ads/map_store_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func (k *mapStoreAdapter) Delete(key []byte) error {
func (k *mapStoreAdapter) Len() int {
count := 0

//nolint:revive // better be explicit here
if err := k.underlying.IterateKeys(hivekvstore.EmptyPrefix, func(key []byte) bool {
count++
return true
Expand Down
2 changes: 1 addition & 1 deletion app/components/profiling/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func init() {
Component = &app.Component{
Name: "Profiling",
Params: params,
IsEnabled: func(c *dig.Container) bool {
IsEnabled: func(_ *dig.Container) bool {
return ParamsProfiling.Enabled
},
Run: run,
Expand Down
18 changes: 9 additions & 9 deletions app/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/iotaledger/hive.go/app

go 1.21
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-20240214174541-a01817683669
github.com/iotaledger/hive.go/lo v0.0.0-20240214174541-a01817683669
github.com/iotaledger/hive.go/log v0.0.0-20240214174541-a01817683669
github.com/iotaledger/hive.go/runtime v0.0.0-20240214174541-a01817683669
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/knadh/koanf v1.5.0
github.com/spf13/cast v1.6.0
github.com/spf13/pflag v1.0.5
Expand All @@ -28,10 +28,10 @@ require (
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-20240214174541-a01817683669 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20240214174541-a01817683669 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214174541-a01817683669 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240214174541-a01817683669 // 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/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.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-20240214174541-a01817683669 h1:zTHDfqY77hC4mj5NtJDyPmOTjhpTzL/G93Y+GsgtrlE=
github.com/iotaledger/hive.go/constraints v0.0.0-20240214174541-a01817683669/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ds v0.0.0-20240214174541-a01817683669 h1:zwYr8DzdfxlRgAYR6N5BgnUt9R0Av6JJQVrU25AqiS4=
github.com/iotaledger/hive.go/ds v0.0.0-20240214174541-a01817683669/go.mod h1:UxnYEJlWz87/hQxmSngDwAxPjFqbTgnDpDczL8mqXVk=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174541-a01817683669 h1:MdOcMKR2U3Ipb/44V4r+YIN1D4Ia/ldVIwWWKGz7o7s=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174541-a01817683669/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20240214174541-a01817683669 h1:66Lp7uazl9o93x1t/+0JnZ98bYRjEsF4fb/TNkI7piU=
github.com/iotaledger/hive.go/lo v0.0.0-20240214174541-a01817683669/go.mod h1:emwj7JQEo+BOIxtkcQwfr9x4MgmdHcDMjxFZohJ+sIk=
github.com/iotaledger/hive.go/log v0.0.0-20240214174541-a01817683669 h1:rbenm8r9gNpm7uiP1WetPtbqV3euqAocfdB+tMKG3hM=
github.com/iotaledger/hive.go/log v0.0.0-20240214174541-a01817683669/go.mod h1:wDmhnVYX4ETSxFjuJNKe1LtNRmWs1GvOIZNkWY9yFHc=
github.com/iotaledger/hive.go/runtime v0.0.0-20240214174541-a01817683669 h1:A/w7clphUpUyjcAKy8tLXDnprYrIQH7OZT91Z7yd5RI=
github.com/iotaledger/hive.go/runtime v0.0.0-20240214174541-a01817683669/go.mod h1:DAl3k9cClMCxIWbGQX44mdV3ZExly2kJW979G0bZ3cU=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214174541-a01817683669 h1:qhmu4yWOFLJJFaKr1WhRAIkzxj8gDQa3SCSv1rpdtXc=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214174541-a01817683669/go.mod h1:Wz93StLE7p0UjPIPy/DDw0xZtuxPIUwBUa2fSmCWL9A=
github.com/iotaledger/hive.go/stringify v0.0.0-20240214174541-a01817683669 h1:MEF0jIFb5OZu1iq52fqEUBw5R/+VU6+va7KpIdLtlpA=
github.com/iotaledger/hive.go/stringify v0.0.0-20240214174541-a01817683669/go.mod h1:FTo/UWzNYgnQ082GI9QVM9HFDERqf9rw9RivNpqrnTs=
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/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
1 change: 1 addition & 0 deletions app/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func versionFilterFunc(fixedAppVersion string) latest.TagFilterFunc {
// => no need to check for updates.

// filter everything
//nolint:revive // better be explicit here
return func(version string) bool {
return false
}
Expand Down
8 changes: 4 additions & 4 deletions apputils/go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module github.com/iotaledger/hive.go/apputils

go 1.21
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-20240214174709-38751cd750f6
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174709-38751cd750f6
github.com/iotaledger/hive.go/app v0.0.0-20240216130905-f1bef76e66d1
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216130905-f1bef76e66d1
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-20240214174709-38751cd750f6 // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240216130905-f1bef76e66d1 // 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-20240214174709-38751cd750f6 h1:1TGMYuf97ksBzoUcA/mmwyp0pEtfCkhZRKPM+WROO2E=
github.com/iotaledger/hive.go/app v0.0.0-20240214174709-38751cd750f6/go.mod h1:ohkNhGs3N6FKoWKM2eTdfGx4oNC7NR61eRvjTUpVzyk=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174709-38751cd750f6 h1:sjAZB4gu0qfsNkHZcbXGIf+Saw1rMk5x7EW1cf92eUU=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174709-38751cd750f6/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/runtime v0.0.0-20240214174709-38751cd750f6 h1:D2Q2bJKEZQI+cbcO0lkg5DKI24GJYg/fkjSJGd1hwpE=
github.com/iotaledger/hive.go/runtime v0.0.0-20240214174709-38751cd750f6/go.mod h1:DAl3k9cClMCxIWbGQX44mdV3ZExly2kJW979G0bZ3cU=
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/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
8 changes: 4 additions & 4 deletions codegen/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/iotaledger/hive.go/codegen

go 1.21
go 1.22

require (
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174743-8e3b6762589e
github.com/iotaledger/hive.go/lo v0.0.0-20240214174743-8e3b6762589e
github.com/iotaledger/hive.go/ierrors v0.0.0-20240216131002-d98c4b947b5a
github.com/iotaledger/hive.go/lo v0.0.0-20240216131002-d98c4b947b5a
)

require github.com/iotaledger/hive.go/constraints v0.0.0-20240214173640-45aebf957da5 // indirect
require github.com/iotaledger/hive.go/constraints v0.0.0-20240216125321-2dc5b8356e34 // 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-20240214173640-45aebf957da5 h1:I8X0yQv1lqKi3jDnct7BOjeHuTpvCm3jTdnotOq/syA=
github.com/iotaledger/hive.go/constraints v0.0.0-20240214173640-45aebf957da5/go.mod h1:dOBOM2s4se3HcWefPe8sQLUalGXJ8yVXw58oK8jke3s=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174743-8e3b6762589e h1:o9XFEUbGzbkWAjyA/y0oCYwKhrvq0EFijS8Vt3wkwgY=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240214174743-8e3b6762589e/go.mod h1:HcE8B5lP96enc/OALTb2/rIIi+yOLouRoHOKRclKmC8=
github.com/iotaledger/hive.go/lo v0.0.0-20240214174743-8e3b6762589e h1:2WdgQ2YZqv+1KCplITch87M48RVFzaBjAJ1qcZ/fbj0=
github.com/iotaledger/hive.go/lo v0.0.0-20240214174743-8e3b6762589e/go.mod h1:emwj7JQEo+BOIxtkcQwfr9x4MgmdHcDMjxFZohJ+sIk=
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/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
2 changes: 1 addition & 1 deletion constraints/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/iotaledger/hive.go/constraints

go 1.21
go 1.22
Loading
Loading