From 187433f37cbfe9711f0f93a00bc5d1a428151c19 Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Tue, 2 Sep 2025 16:33:26 +0200 Subject: [PATCH] deps: add yq We need that tool to manipulate JOSN and YAML files in a convenient way in a Tekton task, see [1]. [1] https://gitlab.com/fedora/bootc/tekton-catalog/-/merge_requests/8 --- src/deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/deps.txt b/src/deps.txt index f0b2f780de..3f9400c7e5 100644 --- a/src/deps.txt +++ b/src/deps.txt @@ -35,6 +35,7 @@ podman buildah skopeo # Miscellaneous tools jq +yq # For interacting with AWS/Aliyun/HTTP golang-github-aliyun-cli python3-boto3 python3-requests