-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fold in knative.dev/client-pkg as a submodule (#1953)
* Move to the hack' script inflator * Skip kn subpackage * Move the lib/ to public pkg/ packages * Introduce pkg submodule, remove the vendor dir * Remove vendor references * Use latest version of knative.dev/hack * Publish dependent images properly * Walkaround for knative-extensions/net-istio#1345 * Remove GOTOOLCHAIN in go.work * Verify codegen use common funcs * Import code from knative.dev/client-pkg * Restore the default unit test runner * Try knative/actions#223 * Restore the workflows * Nit: simplify config package import
- Loading branch information
Showing
348 changed files
with
4,117 additions
and
471 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
go 1.22.0 | ||
|
||
use ( | ||
. | ||
pkg | ||
) |
Oops, something went wrong.