From 954872edd64a021fcc964531ff0098b281c22c69 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 11 Dec 2025 16:58:13 -0300 Subject: [PATCH] chore(taskfile): add task to update fantasy and catwalk --- Taskfile.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 8a5d8dda1b13bcc1fefb9d7cfd1a7c08c53f6a0f..f9c20cd63e64fea25ce2bbd7f8a6982170dbe02e 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -123,3 +123,10 @@ tasks: cmds: - git tag -d nightly || true - git fetch --tags + + deps: + desc: Update Fantasy and Catwalk + cmds: + - go get charm.land/fantasy + - go get github.com/charmbracelet/catwalk + - go mod tidy