Skip to content

Commit

Permalink
upgrade reconciler version (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored Jul 3, 2023
1 parent b818b78 commit 03423bf
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 @@ -26,7 +26,7 @@ require (
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.3
github.com/imdario/mergo v0.3.15
github.com/kyma-incubator/reconciler v0.0.0-20230622145557-b23e244ca299
github.com/kyma-incubator/reconciler v0.0.0-20230630093527-31217ab6a174
github.com/kyma-project/hydroform/function v0.0.0-20230628151226-25b31247e585
github.com/kyma-project/hydroform/provision v0.0.0-20230418133637-1ea26b368bb6
github.com/kyma-project/lifecycle-manager v0.0.0-20230515084114-0cd8e8e80748
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1173,8 +1173,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-20230622145557-b23e244ca299 h1:NZCUfCutAxLWzfwPO+tRbJFoMmfXP+/IVS4LkqW8OU4=
github.com/kyma-incubator/reconciler v0.0.0-20230622145557-b23e244ca299/go.mod h1:VIwWjDGxzzMYyoBhXTHZsoDV/cA1MpQhKHtNOwA2ymc=
github.com/kyma-incubator/reconciler v0.0.0-20230630093527-31217ab6a174 h1:jFBJYxW3eVq/Wt237roYeVbwPP3f4C3pIuLSz5gm2O4=
github.com/kyma-incubator/reconciler v0.0.0-20230630093527-31217ab6a174/go.mod h1:VIwWjDGxzzMYyoBhXTHZsoDV/cA1MpQhKHtNOwA2ymc=
github.com/kyma-project/hydroform/function v0.0.0-20230628151226-25b31247e585 h1:+fs52VM2jVQuVHWpcSVGfD9RXyao3izEm5Z+HYlJ5lk=
github.com/kyma-project/hydroform/function v0.0.0-20230628151226-25b31247e585/go.mod h1:aNqrx5xoV2sOw5FZFShUzFLpc5VJku9YhokKC3PyQro=
github.com/kyma-project/hydroform/provision v0.0.0-20230418133637-1ea26b368bb6 h1:k8TsRKhbYr+uQ1Glpbwii9kBqMPSFEZdMSov9KJjgiA=
Expand Down

0 comments on commit 03423bf

Please sign in to comment.