Skip to content

Commit

Permalink
chore: switch to standalone cobra-cli dependency (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Mar 3, 2022
1 parent c0b3769 commit f4d9188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-deps: ## Install the build dependencies
dev-deps: ## Install the dev dependencies
@echo " > Installing dev deps"
$(GO_BIN) install golang.org/x/tools/...@latest
$(GO_BIN) install github.com/spf13/cobra/cobra
$(GO_BIN) install github.com/spf13/cobra-cli@latest
$(GO_BIN) get -d golang.org/x/tools/cmd/cover
$(GO_BIN) get -d github.com/caarlos0/svu@v1.4.1

Expand Down

0 comments on commit f4d9188

Please sign in to comment.