This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.10.x by this push: new cd0c79001 chore: gotestfmt is renamed to gotesttools/gotestfmt cd0c79001 is described below commit cd0c79001d7debeb572d8389a08af9d4172abacd Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Tue Oct 11 14:00:50 2022 +0900 chore: gotestfmt is renamed to gotesttools/gotestfmt --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index dd739e07d..656853456 100644 --- a/script/Makefile +++ b/script/Makefile @@ -220,7 +220,7 @@ endif gotestfmt-install: ifeq (, $(shell command -v gotestfmt 2> /dev/null)) - go install github.com/haveyoudebuggedit/gotestfmt/v2/cmd/gotestfmt@latest + go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest endif test: do-build