From unknown Wed Jun 25 05:36:53 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#69639 <69639@debbugs.gnu.org> To: bug#69639 <69639@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add go-github-com-alexliesenfeld-health. Reply-To: bug#69639 <69639@debbugs.gnu.org> Date: Wed, 25 Jun 2025 12:36:53 +0000 retitle 69639 [PATCH] gnu: Add go-github-com-alexliesenfeld-health. reassign 69639 guix-patches submitter 69639 Troy Figiel severity 69639 normal tag 69639 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 08 09:40:44 2024 Received: (at submit) by debbugs.gnu.org; 8 Mar 2024 14:40:44 +0000 Received: from localhost ([127.0.0.1]:57163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ribOt-0000gJ-KG for submit@debbugs.gnu.org; Fri, 08 Mar 2024 09:40:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:47534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ribOp-0000fP-Us for submit@debbugs.gnu.org; Fri, 08 Mar 2024 09:40:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rib8K-0006gX-OM for guix-patches@gnu.org; Fri, 08 Mar 2024 09:23:36 -0500 Received: from mout-p-202.mailbox.org ([2001:67c:2050:0:465::202]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rib8H-000498-53 for guix-patches@gnu.org; Fri, 08 Mar 2024 09:23:36 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4TrpLR5YmRz9sc3 for ; Fri, 8 Mar 2024 15:23:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1709907807; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=bFLdvn9xAO2+nuOuVNQw1QNS44ACUzSvDHhgcyPswwM=; b=Bnl30M8aAsHnjAq1F6ZkPurSewXw6Lp6TcltGeuHXGMqz7+gzFFGQOTwz0iZjr0S67Yok8 OI8vsBTxbQ3n+pdJB88Bmo23zyDDUBJvaZtQQlKl3nkPSoH3VwtvUCoSeNfqVPZO702Qx9 XdNabRHp8M3a2X/4Kq+zrI/NGEsk4A6ktu1bQWyKgJJ3467p7P2IvMUiK0UvnDr7/TnmvC dexyISIxl7g0jGA0kucVFhTc/LvNIwua/wZiJrWN+DDSqwk4kLOkLOOR98Cqfw2BvbIjou iW2Ie0+KewRex5EiQg/2TJB12gNaf+YNIO5LOA/Z0uTGWjpgSAsgw/1/MyuKnQ== From: Troy Figiel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add go-github-com-alexliesenfeld-health. Date: Fri, 8 Mar 2024 15:20:05 +0100 Message-ID: <87frx0iyzk.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4TrpLR5YmRz9sc3 Received-SPF: pass client-ip=2001:67c:2050:0:465::202; envelope-from=troy@troyfigiel.com; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/golang-web.scm (go-github-com-alexliesenfeld-health): New variable. --- gnu/packages/golang-web.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 1d7ad01af2..4cae5952dd 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -98,6 +98,42 @@ (define-public go-cloud-google-com-go-compute-metadata API service accounts for Go.") (license license:asl2.0))) +(define-public go-github-com-alexliesenfeld-health + (package + (name "go-github-com-alexliesenfeld-health") + (version "0.8.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/alexliesenfeld/health") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1fchlvxwidsscskwq07vhxfwcn5wbigbizi51619l8gg09mr158q")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/alexliesenfeld/health" + #:phases #~(modify-phases %standard-phases + (add-after 'unpack 'remove-examples + (lambda* (#:key import-path #:allow-other-keys) + (delete-file-recursively + (string-append "src/" import-path "/examples"))))))) + (native-inputs (list go-github-com-stretchr-testify)) + (home-page "https://github.com/alexliesenfeld/health") + (synopsis "Simple and flexible health check library for Go") + (description + "This library provides a @code{http.Handler} that acts as a health +endpoint. It can be used by cloud infrastructure or other services to +determine the availability of an application. + +Rather than simply returning a response with HTTP status code 200, this +library allows building health checks that test the availability of all +required dependencies. The HTTP response contains the aggregated health +result and details about the health status of each component.") + (license license:expat))) + (define-public go-github-com-andybalholm-cascadia (package (name "go-github-com-andybalholm-cascadia") base-commit: d79c88e8809d2079452fd276bf4d17eb16636ff9 -- 2.42.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 16 20:18:16 2024 Received: (at 69639-done) by debbugs.gnu.org; 17 Mar 2024 00:18:16 +0000 Received: from localhost ([127.0.0.1]:57335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rleEB-0004Q3-P2 for submit@debbugs.gnu.org; Sat, 16 Mar 2024 20:18:16 -0400 Received: from mail-wm1-f44.google.com ([209.85.128.44]:53582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rleEA-0004Po-42 for 69639-done@debbugs.gnu.org; Sat, 16 Mar 2024 20:18:14 -0400 Received: by mail-wm1-f44.google.com with SMTP id 5b1f17b1804b1-414006a0115so19286305e9.3 for <69639-done@debbugs.gnu.org>; Sat, 16 Mar 2024 17:17:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1710634591; x=1711239391; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=ASR3qLr4HoLv/j0M6X8qpY7PLt2DJN1xbZTN+JyV/L4=; b=lmu76wm7UjyTGiAJmIxqNGjtowSw+YMPpupGyWyT09RHuH0AgBCppqhLKD4XkgQAD6 1gs33fROARH5vNnOQm7s9vCHCD7yv5t58Kof81iQhnFRUhwVfV+XFDVrayvCxrNL4Gte rxLnyznJT9PTK1sDUvzfcwMtJsVb0TvI5MKNl6VkDqY0Mr/FF6a/qzNtdesxtTGkVToG YItt6pPlqDhgMNOgBoCrLIwd45DmTLvj0ItFY73NTQ79KxbCGxrluprv+eEL5PfeYnnZ 4XrelU7hr6iOKlkNFmt7ZP7CHt8soT2YkzgbWhc9AqE0z3pUCkTlE+6wuwuFVW2nz41w 8cew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710634591; x=1711239391; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=ASR3qLr4HoLv/j0M6X8qpY7PLt2DJN1xbZTN+JyV/L4=; b=mzBn+rHoO3sQ51eR0FTsoerUytbFb+3WWa55kfsXtOesTmuaNrzwMH3SI6rGqoj0HR phGUaTc32KZXisk0bliw/Vh/7krrke1ptNsXeNvMOWSPzLDfFREnIKmt4trS49pyp/zr 4Wu1PoWkUdbINHa4EaQyaGp5Qftr54x1gGpD41UnugZbE/59u+co2CVPs450JK1rfDAh I4AcyrpBTaGDaKSTxCP1s/oGfmqwM7FbP/FFwOcDjY9HQUuBQutLT0mgAWj23GTqA77+ +kEcVm2k4QOZhMOx3fM6s8wwNngt1qrabBA/kgqabVseZ588C3Ml3drJEol37C992J9o TgQQ== X-Gm-Message-State: AOJu0Yz0IGLIQpvi7nxsXPuJB4NUJLPRr/p1M1axBSnxmDupvLgPEkkd PCy6RjqpwUnELGKlDUgWqIRNhvCnVI+2FQGoG0onXG7pUZUsAO1dYhUFPNptGC8= X-Google-Smtp-Source: AGHT+IHDN5GrXfYSYGeXthvt64zlyQC5n0UygVtHmDXZugX81yi7ra6uE5eO4JE+78Ree5DkS3/r6w== X-Received: by 2002:a05:600c:314b:b0:413:7f3:8d5 with SMTP id h11-20020a05600c314b00b0041307f308d5mr2696335wmo.0.1710634591129; Sat, 16 Mar 2024 17:16:31 -0700 (PDT) Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id n41-20020a05600c502900b00413fe69037dsm7581945wmr.44.2024.03.16.17.16.30 for <69639-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 16 Mar 2024 17:16:30 -0700 (PDT) From: Sharlatan Hellseher To: 69639-done@debbugs.gnu.org Subject: [PATCH] gnu: Add go-github-com-alexliesenfeld-health. Date: Sun, 17 Mar 2024 00:16:29 +0000 Message-ID: <87cyrtiug2.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69639-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Hi, Pushed as 4a4f03ad5f43890903c149c4fb74d6dcbd7f8a35 to master. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmX2Nl0ACgkQdtcnv/Ys 0rWJKBAAmZbxMmPobCrdaxH0ZpAWfRVmXBfIXnMPiyvtzh8GJ696lt1XofFClAox IgLfj2SuKaW7wWtmG3IjsDP5dYMZd2TPOCZLvG9wOcHpdM3OtZdRwot7m9EXsx3j +T8X4PSlF7YgR5J3O4dCOv3rnWbqfzKZRLrBswJruUWWR0Ot0/0gz/HSC++2PUu1 6mOpwBufDUhR4Oq+S+8Wr7yIX8iNhAleaslMe4rd3qXl38pExpqPmFGtf/9j0HjS tO/PLS4FACIdD4Ho9BTPv4ZuQvQsxtCl9T4u32v2Z6f3rvQFsx7+Zeb+AvGHYuHf eiiHXMeJtOBOL0LUANW/N0EtKNDQGvJyUy2HIwjd0DRkyWtk75GYcdvDtjMyXfkf Duq4MOnAAJtEuLbgeQ1QG8T0Jneo8XzfzXjzAXaYUuvrep7FL3YA2ORPEW2OXKsD en1u/AOUADoPPXFaoLnQTSzofiHw0EoJZpa2zVtCGnsqOMDKq9grbmin8rupEseQ 4ZvBFKzNpFx7wLB4Ks1827MZaAV7UQB5Gl42kbk7RSb9uaOQ8CmQgyNeJHLbojOU GLZYRmP2b/Oj30ygrHtDviwuarN1720o0cLWJKYM7UgkIlGCL8mwy3GRZ40Am7RD ajMXV5SM7U00M9M+d7cwmQqGxouxOHiz1DxkQC/t8YjqXpvcImk= =PbCW -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 25 05:36:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 14 Apr 2024 11:24:14 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator