From unknown Mon Jun 23 04:11:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64033] [PATCH] gnu: Update go-github-com-mattn-go-runewidth to 0.0.14 Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 13 Jun 2023 06:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 64033 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64033@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168663602427139 (code B ref -1); Tue, 13 Jun 2023 06:01:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Jun 2023 06:00:24 +0000 Received: from localhost ([127.0.0.1]:41184 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q8x4o-00073b-95 for submit@debbugs.gnu.org; Tue, 13 Jun 2023 02:00:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:37018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q8x4j-00073N-9U for submit@debbugs.gnu.org; Tue, 13 Jun 2023 02:00:21 -0400 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 1q8x4h-0002cm-S4 for guix-patches@gnu.org; Tue, 13 Jun 2023 02:00:16 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q8x4f-0007zp-DV for guix-patches@gnu.org; Tue, 13 Jun 2023 02:00:15 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3955940617; Tue, 13 Jun 2023 08:00:10 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XRi6TrDFhZi5; Tue, 13 Jun 2023 08:00:08 +0200 (CEST) From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1686636008; bh=bOfAyJ7J7hOkG6bQdI6mMyoQqZMlx74wDwZN8gSHoek=; h=From:To:Cc:Subject:Date; b=Nwfm2bRyuYe0tpOCdzp+L2DgsseJXcgDh0tob9wkWvcaEOjZEJOX8O2n+ojTJRz3J C45St5sLqZOJnrQrUZsOR3+ncX8zT+Fvv/i7+8AhLTSBNI1Fvn+WGZZrwjlc0THJu7 5Y6z43vfFWNdTd+COY761hJXUN3uEtoh9V7RYZ/gF6bz5S9EsMe5LPOBxuTDrA6gGb ylWRleriViV0N9eXFUdfO1qhyYt+ipwIOXmYavPzgY9z9SLAbmuyS1M7cy1zR3yWS2 oEYu890i19/mdeYjFpKIeVWTghdeXIb2s+P2L/uNkU3fbTOIVDSwoFXmEBOUDEi/N8 WuLrN5Z0FUMeg== Date: Tue, 13 Jun 2023 14:58:02 +0900 Message-Id: <1c3151223a5fd4ffe63d7949a0f7834ad841dbfa.1686635881.git.mcsinyx@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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.4 (-) 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.4 (--) * gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14 * gnu/packages/golang.scm: Fix input typoes Signed-off-by: Nguyễn Gia Phong --- gnu/packages/golang.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d51c023808cf..b99659966dda 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2755,7 +2755,7 @@ (define-public go-github-com-gizak-termui '(#:unpack-path "github.com/gizak/termui" #:import-path "github.com/gizak/termui/v3")) (propagated-inputs - (list go-github.com-mattn-go-runewidth + (list go-github-com-mattn-go-runewidth go-github-com-mitchellh-go-wordwrap go-github.com-nsf-termbox-go)) (home-page "https://github.com/gizak/termui") (synopsis "Terminal dashboard widget Go library") @@ -7105,7 +7105,7 @@ (define-public go-github-com-gdamore-tcell (arguments `(#:import-path "github.com/gdamore/tcell")) (inputs - (list go-github.com-mattn-go-runewidth + (list go-github-com-mattn-go-runewidth go-github-com-lucasb-eyer-go-colorful go-golang-org-x-text go-github-com-gdamore-encoding)) @@ -9128,7 +9128,7 @@ (define-public go-github-com-muesli-reflow-wordwrap `(#:import-path "github.com/muesli/reflow/wordwrap" #:unpack-path "github.com/muesli/reflow")) (native-inputs - (list go-github.com-mattn-go-runewidth)) + (list go-github-com-mattn-go-runewidth)) (home-page "https://github.com/muesli/reflow/") (synopsis "Collection of methods helping to transform blocks of text") (description "This package provides a collection of ANSI-aware methods and @@ -9187,7 +9187,7 @@ (define-public go-github-com-muesli-termenv (list go-github-com-google-goterm go-github-com-lucasb-eyer-go-colorful go-github-com-mattn-go-isatty - go-github.com-mattn-go-runewidth)) + go-github-com-mattn-go-runewidth)) (home-page "https://github.com/muesli/termenv/") (synopsis "Advanced styling options on the terminal") (description "termenv lets you safely use advanced styling options on the @@ -9241,7 +9241,7 @@ (define-public go-github-com-olekukonko-tablewriter (arguments `(#:import-path "github.com/olekukonko/tablewriter")) (propagated-inputs - (list go-github.com-mattn-go-runewidth)) + (list go-github-com-mattn-go-runewidth)) (home-page "https://github.com/olekukonko/tablewriter/") (synopsis "Generate ASCII table") (description "This package generates ASCII tables. Features: @@ -9338,7 +9338,7 @@ (define-public go-github-com-charmbracelet-glamour go-github-com-muesli-reflow-wordwrap go-github-com-muesli-reflow-indent go-github-com-muesli-reflow-padding - go-github.com-mattn-go-runewidth + go-github-com-mattn-go-runewidth go-github-com-muesli-termenv go-github-com-google-goterm go-github-com-lucasb-eyer-go-colorful @@ -11521,7 +11521,7 @@ (define-public go-github-com-rivo-uniseg (define-public go-github-com-mattn-go-runewidth (package (name "go-github-com-mattn-go-runewidth") - (version "0.0.13") + (version "0.0.14") (source (origin (method git-fetch) @@ -11530,7 +11530,7 @@ (define-public go-github-com-mattn-go-runewidth (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1yir0f3wc5z5hnkwhvx5qb6nmpfb05zp2gvfjvna63s8kmla1rrn")))) + (base32 "1iaqw5pd7f4f2xz37540kp0828p2820g4vxx3hz089hwl331sx1v")))) (build-system go-build-system) (arguments '(#:import-path "github.com/mattn/go-runewidth")) (propagated-inputs @@ -11563,7 +11563,7 @@ (define-public go-github-com-charmbracelet-bubbletea (propagated-inputs `(("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty) ("github.com/muesli/termenv" ,go-github-com-muesli-termenv) - ("github.com/mattn/go-runewidth" ,go-github.com-mattn-go-runewidth) + ("github.com/mattn/go-runewidth" ,go-github-com-mattn-go-runewidth) ("go-github-com-muesli-reflow-indent" ,go-github-com-muesli-reflow-indent) ("go-github-com-muesli-reflow-ansi" ,go-github-com-muesli-reflow-ansi) ("go-github-com-lucasb-eyer-go-colorful" ,go-github-com-lucasb-eyer-go-colorful) base-commit: 3c390111146a41c8b35a5384a0262987b34e0ef2 -- 2.40.1 From unknown Mon Jun 23 04:11:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64033] [PATCH v2 2/2] gnu: go-github-com-gdamore-tcell-v2: Update to 2.6.0 Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 18 Jun 2023 03:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64033 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64033@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Received: via spool by 64033-submit@debbugs.gnu.org id=B64033.168705982218566 (code B ref 64033); Sun, 18 Jun 2023 03:44:02 +0000 Received: (at 64033) by debbugs.gnu.org; 18 Jun 2023 03:43:42 +0000 Received: from localhost ([127.0.0.1]:52879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAjKF-0004pL-1G for submit@debbugs.gnu.org; Sat, 17 Jun 2023 23:43:41 -0400 Received: from knopi.disroot.org ([178.21.23.139]:39550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAjKB-0004oz-Se for 64033@debbugs.gnu.org; Sat, 17 Jun 2023 23:43:36 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 592CF41C63; Sun, 18 Jun 2023 05:43:34 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l-_2yChJ97xo; Sun, 18 Jun 2023 05:43:33 +0200 (CEST) From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1687059813; bh=tjr/AyrUwIHdzF/HukQhvlLE5qJBfLSRtsz1yhNeTr8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=CpHA+w/hsDz7KB8nFuY853G2SAXIAoNQAgyo3k3lJaUwWuS1erwJ9rFDUxfdiQFa5 MJBklDeM/WvGxbUrzZ6mW7w3ACCdT1nhpLCMJzPbBGT83Jc0MEFWBht54yRjNfvldd J2t2cUxaqeRBwbvYFVaM6hn9NXovVJD/1UAtPrii8l4H0m+RwM9wsptOtanMS3gVQL GtNAnBTKtyVx48GGwSQiEjgu+1sxVpRch98Cu3JddbB0SCVO7HPYpQ9MQ0or4ofvHK 9HADM4kmN2kz+7kmfsdmnP7+nDjfT9a2bnPgY87X5sqfXvelWunc+WDW3ymrd8q3le +0BqUuNge2gVg== Date: Sun, 18 Jun 2023 12:43:11 +0900 Message-Id: <35cd3c1a8a57768cc8e8d20f9bae3eb3be3624b1.1687059530.git.mcsinyx@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) 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 (-) gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): Update to 2.6.0. Signed-off-by: Nguyễn Gia Phong --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index b99659966dda..e4c4cb299b48 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7121,7 +7121,7 @@ (define-public go-github-com-gdamore-tcell-v2 (package (inherit go-github-com-gdamore-tcell) (name "go-github-com-gdamore-tcell") - (version "2.5.3") + (version "2.6.0") (source (origin (method git-fetch) (uri (git-reference @@ -7130,7 +7130,7 @@ (define-public go-github-com-gdamore-tcell-v2 (file-name (git-file-name name version)) (sha256 (base32 - "0pvs0gigqxpifc7y7cx82cg95pgqmy8qzxynja3zidplrx2075j3")))) + "0126hi8glnfqdx4l9zlh6dhd5f5c8bws7arv9pp4n2kqcnhdc6g2")))) (arguments (list #:import-path "github.com/gdamore/tcell/v2" #:phases -- 2.40.1 From unknown Mon Jun 23 04:11:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64033] [PATCH v2 0/2] Update go libraries runewidth and tcell References: <1c3151223a5fd4ffe63d7949a0f7834ad841dbfa.1686635881.git.mcsinyx@disroot.org> In-Reply-To: <1c3151223a5fd4ffe63d7949a0f7834ad841dbfa.1686635881.git.mcsinyx@disroot.org> Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 18 Jun 2023 03:44:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64033 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64033@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Received: via spool by 64033-submit@debbugs.gnu.org id=B64033.168705982318574 (code B ref 64033); Sun, 18 Jun 2023 03:44:03 +0000 Received: (at 64033) by debbugs.gnu.org; 18 Jun 2023 03:43:43 +0000 Received: from localhost ([127.0.0.1]:52881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAjKH-0004pP-Rw for submit@debbugs.gnu.org; Sat, 17 Jun 2023 23:43:42 -0400 Received: from knopi.disroot.org ([178.21.23.139]:38438) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAjK8-0004or-L0 for 64033@debbugs.gnu.org; Sat, 17 Jun 2023 23:43:36 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id EBCC441614; Sun, 18 Jun 2023 05:43:27 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ntMIvc7zNh_C; Sun, 18 Jun 2023 05:43:27 +0200 (CEST) From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1687059806; bh=sIgbkWbP8BK06Zft4Y+uApob+VONUP9IeGYQMl3Hy8Y=; h=From:To:Cc:Subject:Date; b=KCipg+AWYtJ6fDj8T68amd/nkDRT+As5PlXCPFCPg85s6laLwjgZoRoNVzvIncDVh 2sM42hbEGFRO4ZAxuriEFRKsuCLfwnONRiH9dJHCqsOeF6/ax63qwjxAaOGCZb0NA1 NC2IhnUpd2XVH5DwL8eEPQuMOh51o/7jntf71f50pdl0jHhUaR2JFdnLSL9xuogQss W2xR6wwOR9eOo7fXFe3j0NvNy3uCjDmHWvOHbYSFK8UGqrwhCvxwAxpg3A0ZmlkdYM nwOnyVsl6q5FovjyhTPVD+Qo1Y8ZVxUZrQUWOdxxTCcytUMDzqAuf2HiiwIN73JV03 thNKN0s01+TgA== Date: Sun, 18 Jun 2023 12:43:09 +0900 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) 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 (-) I'm working on updating aerc and adding senpai, both share the following patches. Nguyễn Gia Phong (2): gnu: Update go-github-com-mattn-go-runewidth to 0.0.14 gnu: go-github-com-gdamore-tcell-v2: Update to 2.6.0 gnu/packages/configuration-management.scm | 2 +- gnu/packages/databases.scm | 2 +- gnu/packages/disk.scm | 2 +- gnu/packages/golang.scm | 22 +++++++++--------- gnu/packages/terminals.scm | 4 ++-- gnu/packages/textutils.scm | 28 ----------------------- gnu/packages/time.scm | 2 +- 7 files changed, 17 insertions(+), 45 deletions(-) base-commit: 428b810ca23fa1c1c565da15c0e95273f6487384 -- 2.40.1 From unknown Mon Jun 23 04:11:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64033] [PATCH v2 1/2] gnu: Update go-github-com-mattn-go-runewidth to 0.0.14 Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 18 Jun 2023 03:44:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64033 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64033@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Received: via spool by 64033-submit@debbugs.gnu.org id=B64033.168705982318581 (code B ref 64033); Sun, 18 Jun 2023 03:44:03 +0000 Received: (at 64033) by debbugs.gnu.org; 18 Jun 2023 03:43:43 +0000 Received: from localhost ([127.0.0.1]:52883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAjKI-0004pY-B9 for submit@debbugs.gnu.org; Sat, 17 Jun 2023 23:43:43 -0400 Received: from knopi.disroot.org ([178.21.23.139]:39200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAjKB-0004ow-Sd for 64033@debbugs.gnu.org; Sat, 17 Jun 2023 23:43:37 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 401864179B; Sun, 18 Jun 2023 05:43:32 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bMxk1eCQPv6E; Sun, 18 Jun 2023 05:43:30 +0200 (CEST) From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1687059810; bh=qVV7sHbiJeTiLEJKmQmTZ5mcK3mfhg8h8TobUvnBUY4=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=HOhW3zuGcASNhMsgt83oqb7iTVAjE78FaiZ7g4R2yO9mVyX72IH8kMI/WJnJumtDA i4N+tazKxGBbyqik+8w8Votiz2GxL8NmEjDX1EQgbBhBbluffFSAIzx2134gF/9w82 MTatc8wBKzdl/WxdkTw5waC4rdNlPNq1q4ug6PUDmDNicFgP7t66FV8R1M7YpUyHPu vlczPD9RuNWmFMZEwEkD6ORjbAC+weGol44zGKTMjRpDSp0Kbbsse5zgZiwYaVic83 BLR+jLu+W3WumtRXcS3RTLUTiYlXL56uiozGmu2JBOwdJJZSvJjJkv27KZf4cQ8Z5n uLdEeuSV8j2Vg== Date: Sun, 18 Jun 2023 12:43:10 +0900 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) 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 (-) * gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14. * gnu/packages/golang.scm: Fix input typoes Signed-off-by: Nguyễn Gia Phong --- Note that this is not a rename: the package in golang.scm was named with all hyphens. gnu/packages/configuration-management.scm | 2 +- gnu/packages/databases.scm | 2 +- gnu/packages/disk.scm | 2 +- gnu/packages/golang.scm | 18 +++++++-------- gnu/packages/terminals.scm | 4 ++-- gnu/packages/textutils.scm | 28 ----------------------- gnu/packages/time.scm | 2 +- 7 files changed, 15 insertions(+), 43 deletions(-) diff --git a/gnu/packages/configuration-management.scm b/gnu/packages/configuration-management.scm index b66f70545ab3..95a7e8615fc9 100644 --- a/gnu/packages/configuration-management.scm +++ b/gnu/packages/configuration-management.scm @@ -78,7 +78,7 @@ (define-public chezmoi go-github-com-google-goterm go-github-com-lucasb-eyer-go-colorful go-github-com-mattn-go-isatty - go-github.com-mattn-go-runewidth + go-github-com-mattn-go-runewidth go-github-com-olekukonko-tablewriter go-github-com-pelletier-go-toml go-github-com-pkg-diff diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 74483d27f781..937958b60031 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -5075,7 +5075,7 @@ (define-public sqls go-github-com-pkg-errors go-github-com-sourcegraph-jsonrpc2 go-golang-org-x-crypto - go-github.com-mattn-go-runewidth + go-github-com-mattn-go-runewidth go-golang-org-x-xerrors go-gopkg-in-yaml-v2)) (synopsis "SQL language server written in Go") diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index abbc87a95ab4..b878614dc290 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -1161,7 +1161,7 @@ (define-public lf "1piym8za0iw2s8yryh39y072f90mzisv89ffvn1jzb71f71mbfqa")))) (build-system go-build-system) (native-inputs - (list go-github.com-mattn-go-runewidth go-golang-org-x-term + (list go-github-com-mattn-go-runewidth go-golang-org-x-term go-gopkg-in-djherbis-times-v1 go-github-com-gdamore-tcell-v2-2.3)) (arguments `(#:import-path "github.com/gokcehan/lf")) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d51c023808cf..b99659966dda 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2755,7 +2755,7 @@ (define-public go-github-com-gizak-termui '(#:unpack-path "github.com/gizak/termui" #:import-path "github.com/gizak/termui/v3")) (propagated-inputs - (list go-github.com-mattn-go-runewidth + (list go-github-com-mattn-go-runewidth go-github-com-mitchellh-go-wordwrap go-github.com-nsf-termbox-go)) (home-page "https://github.com/gizak/termui") (synopsis "Terminal dashboard widget Go library") @@ -7105,7 +7105,7 @@ (define-public go-github-com-gdamore-tcell (arguments `(#:import-path "github.com/gdamore/tcell")) (inputs - (list go-github.com-mattn-go-runewidth + (list go-github-com-mattn-go-runewidth go-github-com-lucasb-eyer-go-colorful go-golang-org-x-text go-github-com-gdamore-encoding)) @@ -9128,7 +9128,7 @@ (define-public go-github-com-muesli-reflow-wordwrap `(#:import-path "github.com/muesli/reflow/wordwrap" #:unpack-path "github.com/muesli/reflow")) (native-inputs - (list go-github.com-mattn-go-runewidth)) + (list go-github-com-mattn-go-runewidth)) (home-page "https://github.com/muesli/reflow/") (synopsis "Collection of methods helping to transform blocks of text") (description "This package provides a collection of ANSI-aware methods and @@ -9187,7 +9187,7 @@ (define-public go-github-com-muesli-termenv (list go-github-com-google-goterm go-github-com-lucasb-eyer-go-colorful go-github-com-mattn-go-isatty - go-github.com-mattn-go-runewidth)) + go-github-com-mattn-go-runewidth)) (home-page "https://github.com/muesli/termenv/") (synopsis "Advanced styling options on the terminal") (description "termenv lets you safely use advanced styling options on the @@ -9241,7 +9241,7 @@ (define-public go-github-com-olekukonko-tablewriter (arguments `(#:import-path "github.com/olekukonko/tablewriter")) (propagated-inputs - (list go-github.com-mattn-go-runewidth)) + (list go-github-com-mattn-go-runewidth)) (home-page "https://github.com/olekukonko/tablewriter/") (synopsis "Generate ASCII table") (description "This package generates ASCII tables. Features: @@ -9338,7 +9338,7 @@ (define-public go-github-com-charmbracelet-glamour go-github-com-muesli-reflow-wordwrap go-github-com-muesli-reflow-indent go-github-com-muesli-reflow-padding - go-github.com-mattn-go-runewidth + go-github-com-mattn-go-runewidth go-github-com-muesli-termenv go-github-com-google-goterm go-github-com-lucasb-eyer-go-colorful @@ -11521,7 +11521,7 @@ (define-public go-github-com-rivo-uniseg (define-public go-github-com-mattn-go-runewidth (package (name "go-github-com-mattn-go-runewidth") - (version "0.0.13") + (version "0.0.14") (source (origin (method git-fetch) @@ -11530,7 +11530,7 @@ (define-public go-github-com-mattn-go-runewidth (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1yir0f3wc5z5hnkwhvx5qb6nmpfb05zp2gvfjvna63s8kmla1rrn")))) + (base32 "1iaqw5pd7f4f2xz37540kp0828p2820g4vxx3hz089hwl331sx1v")))) (build-system go-build-system) (arguments '(#:import-path "github.com/mattn/go-runewidth")) (propagated-inputs @@ -11563,7 +11563,7 @@ (define-public go-github-com-charmbracelet-bubbletea (propagated-inputs `(("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty) ("github.com/muesli/termenv" ,go-github-com-muesli-termenv) - ("github.com/mattn/go-runewidth" ,go-github.com-mattn-go-runewidth) + ("github.com/mattn/go-runewidth" ,go-github-com-mattn-go-runewidth) ("go-github-com-muesli-reflow-indent" ,go-github-com-muesli-reflow-indent) ("go-github-com-muesli-reflow-ansi" ,go-github-com-muesli-reflow-ansi) ("go-github-com-lucasb-eyer-go-colorful" ,go-github-com-lucasb-eyer-go-colorful) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 7579d2e7bfb8..d1cfbeab1732 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -957,7 +957,7 @@ (define-public go-github.com-nsf-termbox-go (arguments '(#:import-path "github.com/nsf/termbox-go")) (propagated-inputs - (list go-github.com-mattn-go-runewidth)) + (list go-github-com-mattn-go-runewidth)) (synopsis "@code{termbox} provides a minimal API for text-based user interfaces") (description @@ -984,7 +984,7 @@ (define-public go-github-com-junegunn-fzf (arguments `(#:import-path "github.com/junegunn/fzf")) (inputs - (list go-github.com-mattn-go-runewidth + (list go-github-com-mattn-go-runewidth go-github-com-mattn-go-shellwords go-github-com-mattn-go-isatty go-github-com-gdamore-tcell diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 026264dc27ce..2252bb7c16fa 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -1008,34 +1008,6 @@ (define-public txt2tags markup and converts it to multiple formats.") (license license:gpl2))) -(define-public go-github.com-mattn-go-runewidth - (let ((commit "703b5e6b11ae25aeb2af9ebb5d5fdf8fa2575211") - (version "0.0.4") - (revision "1")) - (package - (name "go-github.com-mattn-go-runewidth") - (version (git-version version revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/runewidth") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0znpyz71gajx3g0j2zp63nhjj2c07g16885vxv4ykwnrfmzbgk4w")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/mattn/go-runewidth")) - (synopsis "@code{runewidth} provides Go functions to work with string widths") - (description - "The @code{runewidth} library provides Go functions for padding, -measuring and checking the width of strings, with support for East Asian -text.") - (home-page "https://github.com/mattn/runewidth") - (license license:expat)))) - (define-public docx2txt (package (name "docx2txt") diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 38b51583da27..5c8f65a1e67b 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -623,7 +623,7 @@ (define-public countdown (arguments '(#:import-path "github.com/antonmedv/countdown")) (native-inputs - `(("runewidth" ,go-github.com-mattn-go-runewidth) + `(("runewidth" ,go-github-com-mattn-go-runewidth) ("termbox" ,go-github.com-nsf-termbox-go))) (home-page "https://github.com/antonmedv/countdown") (synopsis "Counts to zero with a text user interface") -- 2.40.1 From unknown Mon Jun 23 04:11:31 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Subject: bug#64033: closed (Re: bug#64033: [PATCH] gnu: Update go-github-com-mattn-go-runewidth to 0.0.14) Message-ID: References: <87sfalaj8z.fsf_-_@gnu.org> <1c3151223a5fd4ffe63d7949a0f7834ad841dbfa.1686635881.git.mcsinyx@disroot.org> X-Gnu-PR-Message: they-closed 64033 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 64033@debbugs.gnu.org Date: Tue, 20 Jun 2023 21:59:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1687298342-1910-1" This is a multi-part message in MIME format... ------------=_1687298342-1910-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #64033: [PATCH] gnu: Update go-github-com-mattn-go-runewidth to 0.0.14 which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 64033@debbugs.gnu.org. --=20 64033: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D64033 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1687298342-1910-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 64033-done) by debbugs.gnu.org; 20 Jun 2023 21:58:49 +0000 Received: from localhost ([127.0.0.1]:60078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBjNB-0000UP-8F for submit@debbugs.gnu.org; Tue, 20 Jun 2023 17:58:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBjN9-0000UC-4L for 64033-done@debbugs.gnu.org; Tue, 20 Jun 2023 17:58:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBjN3-0000DD-PY; Tue, 20 Jun 2023 17:58:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=0uTigNVyB41Z6+bQTPvN21/XB/oC11tyUWL8hd0ibGQ=; b=Wk1E9PWlIPabDrjXZ2pJ jp4RPk0GPW/vjy/pHAhYTvttLLX3v42X2cfeZLdasodO5h4DLH62E7TemmhIdRervEqyxpJYG10PI vLEJsMSoMZraYPzRvz9JakUeMiYSiK7ZkH3el7l9kTNNqT14urFde6+8Ew+0OUcWKCG/fEXuvPIys AdRWpePYRY7NPgx8KIIDpZ7bRKIAaF3wJ1OwFgLpeSLaMKzPu0tc1z9+9BVlOHl5QxavQLbVdlas9 iOr7uuHn8Hxhhx6O/WKAWAvDiVJqW8hk8m9n9dP5Gj2jyTo6S66So7aXT65OeET9lavAdPUbIbBlN jsJwUAjyNFrUgQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBjN0-0001qs-JF; Tue, 20 Jun 2023 17:58:41 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: =?utf-8?Q?Nguy=E1=BB=85n?= Gia Phong Subject: Re: bug#64033: [PATCH] gnu: Update go-github-com-mattn-go-runewidth to 0.0.14 References: <1c3151223a5fd4ffe63d7949a0f7834ad841dbfa.1686635881.git.mcsinyx@disroot.org> Date: Tue, 20 Jun 2023 23:58:36 +0200 In-Reply-To: (=?utf-8?Q?=22Nguy?= =?utf-8?Q?=E1=BB=85n?= Gia Phong"'s message of "Sun, 18 Jun 2023 12:43:09 +0900") Message-ID: <87sfalaj8z.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64033-done Cc: 64033-done@debbugs.gnu.org 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: -3.3 (---) Hi, Nguy=E1=BB=85n Gia Phong skribis: > gnu: Update go-github-com-mattn-go-runewidth to 0.0.14 > gnu: go-github-com-gdamore-tcell-v2: Update to 2.6.0 Applied, thanks! Ludo=E2=80=99. ------------=_1687298342-1910-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Jun 2023 06:00:24 +0000 Received: from localhost ([127.0.0.1]:41184 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q8x4o-00073b-95 for submit@debbugs.gnu.org; Tue, 13 Jun 2023 02:00:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:37018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q8x4j-00073N-9U for submit@debbugs.gnu.org; Tue, 13 Jun 2023 02:00:21 -0400 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 1q8x4h-0002cm-S4 for guix-patches@gnu.org; Tue, 13 Jun 2023 02:00:16 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q8x4f-0007zp-DV for guix-patches@gnu.org; Tue, 13 Jun 2023 02:00:15 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3955940617; Tue, 13 Jun 2023 08:00:10 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XRi6TrDFhZi5; Tue, 13 Jun 2023 08:00:08 +0200 (CEST) From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1686636008; bh=bOfAyJ7J7hOkG6bQdI6mMyoQqZMlx74wDwZN8gSHoek=; h=From:To:Cc:Subject:Date; b=Nwfm2bRyuYe0tpOCdzp+L2DgsseJXcgDh0tob9wkWvcaEOjZEJOX8O2n+ojTJRz3J C45St5sLqZOJnrQrUZsOR3+ncX8zT+Fvv/i7+8AhLTSBNI1Fvn+WGZZrwjlc0THJu7 5Y6z43vfFWNdTd+COY761hJXUN3uEtoh9V7RYZ/gF6bz5S9EsMe5LPOBxuTDrA6gGb ylWRleriViV0N9eXFUdfO1qhyYt+ipwIOXmYavPzgY9z9SLAbmuyS1M7cy1zR3yWS2 oEYu890i19/mdeYjFpKIeVWTghdeXIb2s+P2L/uNkU3fbTOIVDSwoFXmEBOUDEi/N8 WuLrN5Z0FUMeg== To: guix-patches@gnu.org Subject: [PATCH] gnu: Update go-github-com-mattn-go-runewidth to 0.0.14 Date: Tue, 13 Jun 2023 14:58:02 +0900 Message-Id: <1c3151223a5fd4ffe63d7949a0f7834ad841dbfa.1686635881.git.mcsinyx@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= 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.4 (--) * gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14 * gnu/packages/golang.scm: Fix input typoes Signed-off-by: Nguyễn Gia Phong --- gnu/packages/golang.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d51c023808cf..b99659966dda 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2755,7 +2755,7 @@ (define-public go-github-com-gizak-termui '(#:unpack-path "github.com/gizak/termui" #:import-path "github.com/gizak/termui/v3")) (propagated-inputs - (list go-github.com-mattn-go-runewidth + (list go-github-com-mattn-go-runewidth go-github-com-mitchellh-go-wordwrap go-github.com-nsf-termbox-go)) (home-page "https://github.com/gizak/termui") (synopsis "Terminal dashboard widget Go library") @@ -7105,7 +7105,7 @@ (define-public go-github-com-gdamore-tcell (arguments `(#:import-path "github.com/gdamore/tcell")) (inputs - (list go-github.com-mattn-go-runewidth + (list go-github-com-mattn-go-runewidth go-github-com-lucasb-eyer-go-colorful go-golang-org-x-text go-github-com-gdamore-encoding)) @@ -9128,7 +9128,7 @@ (define-public go-github-com-muesli-reflow-wordwrap `(#:import-path "github.com/muesli/reflow/wordwrap" #:unpack-path "github.com/muesli/reflow")) (native-inputs - (list go-github.com-mattn-go-runewidth)) + (list go-github-com-mattn-go-runewidth)) (home-page "https://github.com/muesli/reflow/") (synopsis "Collection of methods helping to transform blocks of text") (description "This package provides a collection of ANSI-aware methods and @@ -9187,7 +9187,7 @@ (define-public go-github-com-muesli-termenv (list go-github-com-google-goterm go-github-com-lucasb-eyer-go-colorful go-github-com-mattn-go-isatty - go-github.com-mattn-go-runewidth)) + go-github-com-mattn-go-runewidth)) (home-page "https://github.com/muesli/termenv/") (synopsis "Advanced styling options on the terminal") (description "termenv lets you safely use advanced styling options on the @@ -9241,7 +9241,7 @@ (define-public go-github-com-olekukonko-tablewriter (arguments `(#:import-path "github.com/olekukonko/tablewriter")) (propagated-inputs - (list go-github.com-mattn-go-runewidth)) + (list go-github-com-mattn-go-runewidth)) (home-page "https://github.com/olekukonko/tablewriter/") (synopsis "Generate ASCII table") (description "This package generates ASCII tables. Features: @@ -9338,7 +9338,7 @@ (define-public go-github-com-charmbracelet-glamour go-github-com-muesli-reflow-wordwrap go-github-com-muesli-reflow-indent go-github-com-muesli-reflow-padding - go-github.com-mattn-go-runewidth + go-github-com-mattn-go-runewidth go-github-com-muesli-termenv go-github-com-google-goterm go-github-com-lucasb-eyer-go-colorful @@ -11521,7 +11521,7 @@ (define-public go-github-com-rivo-uniseg (define-public go-github-com-mattn-go-runewidth (package (name "go-github-com-mattn-go-runewidth") - (version "0.0.13") + (version "0.0.14") (source (origin (method git-fetch) @@ -11530,7 +11530,7 @@ (define-public go-github-com-mattn-go-runewidth (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1yir0f3wc5z5hnkwhvx5qb6nmpfb05zp2gvfjvna63s8kmla1rrn")))) + (base32 "1iaqw5pd7f4f2xz37540kp0828p2820g4vxx3hz089hwl331sx1v")))) (build-system go-build-system) (arguments '(#:import-path "github.com/mattn/go-runewidth")) (propagated-inputs @@ -11563,7 +11563,7 @@ (define-public go-github-com-charmbracelet-bubbletea (propagated-inputs `(("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty) ("github.com/muesli/termenv" ,go-github-com-muesli-termenv) - ("github.com/mattn/go-runewidth" ,go-github.com-mattn-go-runewidth) + ("github.com/mattn/go-runewidth" ,go-github-com-mattn-go-runewidth) ("go-github-com-muesli-reflow-indent" ,go-github-com-muesli-reflow-indent) ("go-github-com-muesli-reflow-ansi" ,go-github-com-muesli-reflow-ansi) ("go-github-com-lucasb-eyer-go-colorful" ,go-github-com-lucasb-eyer-go-colorful) base-commit: 3c390111146a41c8b35a5384a0262987b34e0ef2 -- 2.40.1 ------------=_1687298342-1910-1--