From 163e65620983ac575bb39ef3ebdee82141059640 Mon Sep 17 00:00:00 2001 From: Giovanni Merlino Date: Mon, 5 May 2025 20:43:27 +0200 Subject: [PATCH] Drop require go from manifest-tool.rb It is unsupported nowadays. Moreover, this formula may be outright dropped, given that there is one for manifest-tool included now in homebrew-core --- Formula/manifest-tool.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/manifest-tool.rb b/Formula/manifest-tool.rb index 452d7f0..d5fd01e 100644 --- a/Formula/manifest-tool.rb +++ b/Formula/manifest-tool.rb @@ -1,5 +1,3 @@ -require "language/go" - class ManifestTool < Formula desc "Multi arch registry tool" homepage "https://github.com/estesp/manifest-tool"