From d77ad3bb6ed27a30df3d666aacb1477dced912ed Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 5 Feb 2026 18:15:16 +0900 Subject: internal/rosa: curl artifact Required for http support in git. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 9ff5798a..f82841ea 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -17,6 +17,7 @@ const ( Bash CMake Coreutils + Curl Diffutils Findutils Fuse @@ -103,6 +104,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "bash": Bash, "cmake": CMake, "coreutils": Coreutils, + "curl": Curl, "diffutils": Diffutils, "findutils": Findutils, "fuse": Fuse, -- cgit v1.3.1