Skip to content

Commit

Permalink
deps: Update reconciler version (#1786)
Browse files Browse the repository at this point in the history
* Update reconciler version with Ory reconciler changes for Hydra migration

* fix go.sum

---------

Co-authored-by: Badr, Nesma <[email protected]>
  • Loading branch information
Tim Riffer and nesmabadr authored Sep 27, 2023
1 parent a65ae6b commit 59eb293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.4
github.com/imdario/mergo v1.0.0
github.com/kyma-incubator/reconciler v0.0.0-20230901101246-00dd6cde0c03
github.com/kyma-incubator/reconciler v0.0.0-20230927075501-a4fa93d4b07a
github.com/kyma-project/hydroform/function v0.0.0-20230831071441-f3501c89bace
github.com/kyma-project/hydroform/provision v0.0.0-20230831071441-f3501c89bace
github.com/kyma-project/lifecycle-manager v0.0.0-20230911065458-6926c58bcd43
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1115,8 +1115,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/ktrysmt/go-bitbucket v0.6.4/go.mod h1:9u0v3hsd2rqCHRIpbir1oP7F58uo5dq19sBYvuMoyQ4=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/kyma-incubator/reconciler v0.0.0-20230901101246-00dd6cde0c03 h1:d1qRoXVfqsLrVq5cCHkZr+eaNkCSdRezsA99YNI/3Jc=
github.com/kyma-incubator/reconciler v0.0.0-20230901101246-00dd6cde0c03/go.mod h1:PaeKsXy1dMBRFFjKeA054w+VbbqvKNjVpVdhShO5KFU=
github.com/kyma-incubator/reconciler v0.0.0-20230927075501-a4fa93d4b07a h1:77xIEOt1wQHQpdBDNRnzZe40MEbaHXiZbCUw6dnDSRk=
github.com/kyma-incubator/reconciler v0.0.0-20230927075501-a4fa93d4b07a/go.mod h1:PaeKsXy1dMBRFFjKeA054w+VbbqvKNjVpVdhShO5KFU=
github.com/kyma-project/hydroform/function v0.0.0-20230831071441-f3501c89bace h1:ffL1aww9HEpYrzdc1nd9BbwcrLD6GB8qfYnJ3ikZy80=
github.com/kyma-project/hydroform/function v0.0.0-20230831071441-f3501c89bace/go.mod h1:9URbz36+qhEwa3aF8+DAFVCGrgQJHi87KAaJmrAYKVI=
github.com/kyma-project/hydroform/provision v0.0.0-20230831071441-f3501c89bace h1:0MkoaSa4KfIwJWMPcP8t92aGf3GH9TlFXU4WIYxQxAs=
Expand Down

0 comments on commit 59eb293

Please sign in to comment.