Skip to content

Commit

Permalink
Bump Reconciler with Istio Webhook fix (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
triffer authored Mar 17, 2023
1 parent cb35cd3 commit 5df401c
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 3 deletions.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/go-logr/logr v1.2.3
github.com/go-logr/zapr v1.2.3
github.com/imdario/mergo v0.3.13
github.com/kyma-incubator/reconciler v0.0.0-20230315081930-66aa686a8091
github.com/kyma-incubator/reconciler v0.0.0-20230316142423-f884384fd44f
github.com/kyma-project/hydroform/function v0.0.0-20230307104736-fc661e702543
github.com/kyma-project/hydroform/provision v0.0.0-20230127124234-b67611c40868
github.com/kyma-project/lifecycle-manager v0.0.0-20230228084539-adc0e4a5f93a
Expand Down Expand Up @@ -94,6 +94,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chai2010/gettext-go v1.0.2 // indirect
github.com/cloudflare/circl v1.1.0 // indirect
github.com/cncf/xds/go v0.0.0-20220520190051-1e77728a1eaa // indirect
github.com/containerd/cgroups v1.0.4 // indirect
github.com/containers/image/v5 v5.20.0 // indirect
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a // indirect
Expand All @@ -114,6 +115,7 @@ require (
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fvbommel/sortorder v1.0.1 // indirect
Expand Down Expand Up @@ -158,11 +160,13 @@ require (
github.com/jellydator/ttlcache/v3 v3.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/kyma-project/istio/operator v0.0.0-20221129102055-d37c5c8e6add // indirect
github.com/kyma-project/module-manager/operator v0.0.0-20221020113457-620af4f4b365 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
Expand All @@ -183,6 +187,7 @@ require (
github.com/mholt/archiver/v3 v3.5.1 // indirect
github.com/miekg/pkcs11 v1.1.1 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
Expand Down Expand Up @@ -275,5 +280,6 @@ require (
oras.land/oras-go v1.2.2 // indirect
sigs.k8s.io/gateway-api v0.6.0 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/mcs-api v0.1.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)
Loading

0 comments on commit 5df401c

Please sign in to comment.