forked from argoproj/argo-rollouts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kostis Kapelonis <[email protected]>
- Loading branch information
1 parent
b30398c
commit 6e3515a
Showing
10 changed files
with
92 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,13 +45,13 @@ go_mod_install k8s.io/code-generator/cmd/lister-gen | |
go_mod_install k8s.io/kube-openapi/cmd/openapi-gen | ||
|
||
# controller-gen is run by ./hack/gen-crd-spec to generate the CRDs | ||
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0 | ||
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 | ||
|
||
# swagger cli is used to generate swagger docs | ||
go install github.com/go-swagger/go-swagger/cmd/[email protected] | ||
|
||
# goimports is used to auto-format generated code | ||
go install golang.org/x/tools/cmd/goimports@v0.11.0 | ||
go install golang.org/x/tools/cmd/goimports@v0.20.0 | ||
|
||
# mockery is used for generating mock | ||
go install github.com/vektra/mockery/v2@v2.32.0 | ||
go install github.com/vektra/mockery/v2@v2.42.2 |
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
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.