diff options
| author | 2022-11-07 11:20:30 +0100 | |
|---|---|---|
| committer | 2022-11-07 11:20:30 +0100 | |
| commit | a5f31e5dd3a29145f63f4826fe4b79a7f0081e0f (patch) | |
| tree | 1b8629286238d6df36f43e62c3325e0436ad86a8 /vendor/github.com/spf13/cobra/Makefile | |
| parent | [chore] Bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1 (... (diff) | |
| download | gotosocial-a5f31e5dd3a29145f63f4826fe4b79a7f0081e0f.tar.xz | |
[chore] Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (#982)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/spf13/cobra/Makefile')
| -rw-r--r-- | vendor/github.com/spf13/cobra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/spf13/cobra/Makefile b/vendor/github.com/spf13/cobra/Makefile index 443ef1a98..c433a01bc 100644 --- a/vendor/github.com/spf13/cobra/Makefile +++ b/vendor/github.com/spf13/cobra/Makefile @@ -6,7 +6,7 @@ $(warning "could not find golangci-lint in $(PATH), run: curl -sfL https://insta 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 |
