vendor/github.com/spf13/cobra/Makefile
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
--- a/vendor/github.com/spf13/cobra/Makefile	Thu Sep 22 16:37:07 2022 +0200
+++ b/vendor/github.com/spf13/cobra/Makefile	Sat Feb 04 12:58:35 2023 +0100
@@ -6,7 +6,7 @@
 endif
 
 ifeq (, $(shell which richgo))
-$(warning "could not find richgo in $(PATH), run: go get github.com/kyoh86/richgo")
+$(warning "could not find richgo in $(PATH), run: go install github.com/kyoh86/richgo@latest")
 endif
 
 .PHONY: fmt lint test install_deps clean