This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod contains many replace entries that all consumers must include to import logic. These are cancerous and tend to make consumers builds difficult or outright fail. All unnecessary replaces have been removed. One is required by flux, and while retained, has been converted into a noop and should be removed when fluxcd/flux#2590 is fixed. A co-dependant transitive upgrade was detected, that bumps k8s.io/code-generator above kubernetes-1.14.4. To correct this the go.mod has been left untidy, but with the correct version required, and a replace directive has added so that build/test will pass.
- Loading branch information
1 parent
9ffe895
commit d9c1d88
Showing
5 changed files
with
151 additions
and
154 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
Oops, something went wrong.