Skip to content

Commit

Permalink
Remove GVKs for egress-proxy components
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbologa committed Jun 17, 2024
1 parent 387968d commit f48beb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions fleetshard/pkg/central/reconciler/zzz_managed_resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zgalor/weberr v0.8.2
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/net v0.26.0
golang.org/x/oauth2 v0.20.0
golang.org/x/sync v0.7.0
golang.org/x/sys v0.21.0
Expand Down Expand Up @@ -200,6 +199,7 @@ require (
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
Expand Down

0 comments on commit f48beb2

Please sign in to comment.