-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod: remove replace for kubernetes
> exclude and replace directives only operate on the current (“main”) > module. exclude and replace directives in modules other than the main > module are ignored when building the main module. The replace and > exclude statements, therefore, allow the main module complete control > over its own build, without also being subject to complete control by > dependencies. (See FAQ below for a discussion of when to use a replace > directive). For kubernetes, putting kubernetes in `replace` means we don't tell dependency which version we are depending too, which could lead with compilation failure (as they would get higher version). Signed-off-by: Vincent Demeester <[email protected]>
- Loading branch information
1 parent
a0151e6
commit 6498c35
Showing
52 changed files
with
1,066 additions
and
880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.