Skip to content

Commit

Permalink
bump reconciler (kyma-project#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanxin authored Dec 15, 2023
1 parent 0460fff commit 73bea7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 62 deletions.
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/go-logr/logr v1.3.0
github.com/go-logr/zapr v1.3.0
github.com/imdario/mergo v1.0.0
github.com/kyma-incubator/reconciler v0.0.0-20230927075501-a4fa93d4b07a
github.com/kyma-incubator/reconciler v0.0.0-20231215092926-a44f7293b791
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/api v0.0.0-20231212124126-3539b2df72e0
Expand Down Expand Up @@ -224,7 +224,6 @@ require (
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/kyma-project/istio/operator v0.0.0-20230228134142-81d1f5a49e44 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/letsencrypt/boulder v0.0.0-20231211192339-8cd1e60abfcd // indirect
Expand Down Expand Up @@ -304,7 +303,6 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.18.1 // indirect
github.com/spiffe/go-spiffe/v2 v2.1.6 // indirect
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect
github.com/stretchr/objx v0.5.1 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
Expand Down Expand Up @@ -360,12 +358,10 @@ require (
gopkg.in/go-jose/go-jose.v2 v2.6.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
istio.io/api v1.20.0 // indirect
istio.io/istio v0.0.0-20230828165045-9fdfe780e1fc // indirect
k8s.io/kube-openapi v0.0.0-20231206194836-bf4651e18aa8 // indirect
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
oras.land/oras-go v1.2.4 // indirect
Expand Down
Loading

0 comments on commit 73bea7c

Please sign in to comment.