From 780d4b2d65b196311e70f3bfe8cee9701056400a Mon Sep 17 00:00:00 2001 From: Aditya R Date: Sun, 13 Mar 2022 23:26:59 +0530 Subject: vendor: bump buildah, c/image and c/storage Bumps c/buildah to -> `v1.24.3-0.20220310160415-5ec70bf01ea5` c/storage to -> `v1.38.3-0.20220308085612-93ce26691863` c/image to -> `v5.20.1-0.20220310094651-0d8056ee346f` Signed-off-by: Aditya R --- vendor/github.com/spf13/cobra/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'vendor/github.com/spf13/cobra/Makefile') diff --git a/vendor/github.com/spf13/cobra/Makefile b/vendor/github.com/spf13/cobra/Makefile index 443ef1a98..5880f04eb 100644 --- a/vendor/github.com/spf13/cobra/Makefile +++ b/vendor/github.com/spf13/cobra/Makefile @@ -9,11 +9,11 @@ ifeq (, $(shell which richgo)) $(warning "could not find richgo in $(PATH), run: go get github.com/kyoh86/richgo") endif -.PHONY: fmt lint test install_deps clean +.PHONY: fmt lint test cobra_generator install_deps clean default: all -all: fmt test +all: fmt test cobra_generator fmt: $(info ******************** checking formatting ********************) @@ -27,6 +27,11 @@ test: install_deps $(info ******************** running tests ********************) richgo test -v ./... +cobra_generator: install_deps + $(info ******************** building generator ********************) + mkdir -p $(BIN) + make -C cobra all + install_deps: $(info ******************** downloading dependencies ********************) go get -v ./... -- cgit v1.2.3-54-g00ecf