Skip to content

Commit

Permalink
Temporarily override gardener repo for NamespacedCloudProfile referen…
Browse files Browse the repository at this point in the history
…ce building fix.
  • Loading branch information
LucaBernstein committed Sep 10, 2024
1 parent 4d031d5 commit 6f38228
Show file tree
Hide file tree
Showing 2 changed files with 3,311 additions and 191 deletions.
18 changes: 10 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ require (
github.com/spf13/pflag v1.0.5
go.uber.org/atomic v1.11.0
go.uber.org/mock v0.4.0
golang.org/x/crypto v0.26.0
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
golang.org/x/tools v0.24.0
golang.org/x/crypto v0.27.0
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
golang.org/x/tools v0.25.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.29.8
k8s.io/apiextensions-apiserver v0.29.8
Expand Down Expand Up @@ -127,7 +127,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.20.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.58.0 // indirect
github.com/prometheus/common v0.59.1 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
Expand All @@ -143,12 +143,12 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
Expand Down Expand Up @@ -176,3 +176,5 @@ require (
)

replace k8s.io/client-go => k8s.io/client-go v0.29.3

replace github.com/gardener/gardener => github.com/gardener/gardener v1.73.1-0.20240909185254-74a282ad45f1
Loading

0 comments on commit 6f38228

Please sign in to comment.