pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/shfmt



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  7 05:33:57 UTC 2026

Modified Files:
        pkgsrc/devel/shfmt: Makefile distinfo go-modules.mk

Log Message:
shfmt: updated to 3.14.1

3.14.1 - 2026-09-06

- **syntax**
  - Fix the indentation of heredocs nested inside command substitutions
  - Keep literal tabs in `<<-` heredoc bodies rather than replacing them with spaces
  - Don't indent heredocs without dashes nested in `<<-` ones, whose output no longer parsed
  - Zsh: don't drop the prefix in short forms like `$#"$foo"` and `$+"$foo"`
- **interp**
  - Fix the build on 32-bit FreeBSD and NetBSD
- **expand**
  - Don't let escaped characters such as `\*` act as glob metacharacters
- **pattern**
  - Treat unclosed extended operator groups like `@(a` as literals, avoiding a panic

3.14.0 - 2026-08-28

This release drops support for Go 1.25 and includes many enhancements,
particularly in the interpreter, which implements more shell features
and fixes many divergences from Bash.

- **cmd/shfmt**
  - Add `--detect` to find shell files by executable bit or shebang
- **syntax**
  - Add `Preorder`, an iterator over all nodes, complementing `Walk`
  - Add `encoding.TextUnmarshaler` implementations for each operator type
  - Support `${ foo;}` and `${|foo;}` inside double quotes
  - Support array elements in `{varname}` redirects, like `exec {fds[3]}>&-`
  - Backslashes inside backquotes within double quotes escape double quotes
  - Allow pound signs in associative array keys like `${args[cmd,#]}`
  - Don't treat `#` as the start of a comment inside `[[ ]]` tests
  - Don't join `then` or `do` with a semicolon when heredocs are pending
  - Print a space after `!` in arithmetic expressions, avoiding history expansion
  - Space nested closing parentheses like the opening ones
  - Make `SplitBraces` reject malformed sequences and skip backslash escapes
  - Zsh: support the `${=name}`, `${~name}`, and `${^name}` prefixes
  - Zsh: support the `;|` case terminator and leading parentheses for globs
  - Zsh: parse subscript flag arguments as patterns, and allow `[` globs in arrays
- **syntax/typedjson**
  - Encode operators as their syntax form, such as `">>"`, rather than integers
  - Return errors rather than panicking on malformed input
- **interp**
  - Add `BashOpts` to set Bash options like `shopt`
  - Add `AccessHandler` to control file access checks, used by `-r` and `cd`
  - Add `HandlerContext.LastExitStatus`, and provide a `HandlerContext` to stat handlers
  - Implement the `help` and `times` builtins, as well as `$-`
  - Implement the `;&` and `;;&` case terminators
  - Implement the `-N` test operator, and make `-nt` and `-ot` follow POSIX
  - Support sparse indexed arrays such as `a=([5]=x)`
  - Run files as shell scripts when `exec` fails with `ENOEXEC`
  - Support empty here-documents, and don't expand quoted ones
  - Support `js/wasm`, where subprocesses and pipes are unavailable
  - Keep the redirections applied by `exec` with no arguments
  - Only fire the exit trap when the shell exits, rather than after every `Run`
- **expand**
  - Add `BracesSeq` with a config and error reporting, deprecating `Braces`
  - Add `Variable.Indexes` to describe sparse indexed arrays
  - Support integer bases in arithmetic
  - Short-circuit the arithmetic `&&` and `||` operators
  - Apply per-element operators to quoted array expansions like `"${a[@]%o}"`
  - Make unquoted `${!arr[@]}` consistent with the quoted form
  - Fix many divergences from Bash in arithmetic, string, and brace expansions
  - Reject unsupported Zsh syntax rather than panicking
- **pattern**
  - Treat an unmatched `[` as a literal character, like Bash
  - Fix panics and mismatches in bracket expressions, such as `[![:space:]]`
- **fileutil**
  - Recognize `dash` shebangs as POSIX shell for `-ln=auto`


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/shfmt/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/shfmt/distinfo \
    pkgsrc/devel/shfmt/go-modules.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/shfmt/Makefile
diff -u pkgsrc/devel/shfmt/Makefile:1.46 pkgsrc/devel/shfmt/Makefile:1.47
--- pkgsrc/devel/shfmt/Makefile:1.46    Sat Sep  5 19:09:48 2026
+++ pkgsrc/devel/shfmt/Makefile Mon Sep  7 05:33:57 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2026/09/05 19:09:48 bsiegert Exp $
+# $NetBSD: Makefile,v 1.47 2026/09/07 05:33:57 adam Exp $
 
-DISTNAME=      shfmt-3.13.1
-PKGREVISION=   7
+DISTNAME=      shfmt-3.14.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mvdan/}
 GITHUB_PROJECT=        sh
@@ -12,8 +11,7 @@ HOMEPAGE=     https://github.com/mvdan/sh
 COMMENT=       Shell formatter with bash support
 LICENSE=       modified-bsd
 
-GOFLAGS+=              -ldflags ' \
-                       -X main.version=${GITHUB_TAG}'
+GOFLAGS+=              -ldflags '-s -w -X main.version=${GITHUB_TAG}'
 GO_BUILD_PATTERN=      ./cmd/shfmt
 
 .include "go-modules.mk"

Index: pkgsrc/devel/shfmt/distinfo
diff -u pkgsrc/devel/shfmt/distinfo:1.7 pkgsrc/devel/shfmt/distinfo:1.8
--- pkgsrc/devel/shfmt/distinfo:1.7     Thu Apr  9 07:30:59 2026
+++ pkgsrc/devel/shfmt/distinfo Mon Sep  7 05:33:57 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2026/04/09 07:30:59 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/09/07 05:33:57 adam Exp $
 
 BLAKE2s (github.com_creack_pty_@v_v1.1.24.mod) = 2fc15d9b0ccbfe0fcc12cdfbac84a8aa13448af9752eff151b99bedee2754cd2
 SHA512 (github.com_creack_pty_@v_v1.1.24.mod) = 6aa0da5daae2fb3eb26ac9a6bbf5f9c7feb289b62c00f4707184dba576247bacf63dfb9b1b81c52918eb6c6619ab23d657107387a5b89f76f433e1776315fed5
@@ -9,12 +9,12 @@ Size (github.com_creack_pty_@v_v1.1.24.z
 BLAKE2s (github.com_creack_pty_@v_v1.1.9.mod) = df42a1d34a4df624a6fbab600483cf5afb215874880e2e9e23f5fb03d719eb16
 SHA512 (github.com_creack_pty_@v_v1.1.9.mod) = 9cf1687520933d3d6bbec9d7c51472998d3bdbe1b3d2a7478fca80f9e7944f9040a2b8ec7d49f1458bd46a5121bae4810d314725add41efd413319a5006b944a
 Size (github.com_creack_pty_@v_v1.1.9.mod) = 39 bytes
-BLAKE2s (github.com_go-quicktest_qt_@v_v1.101.0.mod) = bbc6498c6db712bb4a8851782fdde36261a2658278b259c5202d4eba14884863
-SHA512 (github.com_go-quicktest_qt_@v_v1.101.0.mod) = 9821a7943008da9e2034ef425b16204c707aa98ef37f72fc58ee547126e655c63e7e403d8d22d03df81e22354c1725be0379cb4c9afea84d050e07c1a2198428
-Size (github.com_go-quicktest_qt_@v_v1.101.0.mod) = 504 bytes
-BLAKE2s (github.com_go-quicktest_qt_@v_v1.101.0.zip) = 777b00756dbe6d2cb1eca68f65bb6e1640bbab0006568fbbda02a485e98ca611
-SHA512 (github.com_go-quicktest_qt_@v_v1.101.0.zip) = 1fd82f773da25f8505d1e5ff7255a075322f9b68f4927f9773ea6579718717e82948198658d72d492dffa0a4de54ce67276ef8d1ff5b6b305fec43b235becded
-Size (github.com_go-quicktest_qt_@v_v1.101.0.zip) = 35661 bytes
+BLAKE2s (github.com_go-quicktest_qt_@v_v1.102.0.mod) = 631f14370f04b25ad516eb8658438cde30df871a23d6a382272e861478a17b93
+SHA512 (github.com_go-quicktest_qt_@v_v1.102.0.mod) = e8f6a03fca68975e95e5e031dc324ab1d488daa3dae246cb206bdd7de34d6a57ea63174862f78c7c3f4f303eacf6cc57f90af44d972f05779e7cfe521c03e97c
+Size (github.com_go-quicktest_qt_@v_v1.102.0.mod) = 504 bytes
+BLAKE2s (github.com_go-quicktest_qt_@v_v1.102.0.zip) = 7c1453be95e07dcded9e01cd8c63cd553d5b154e23664797aca607919fd9e4d3
+SHA512 (github.com_go-quicktest_qt_@v_v1.102.0.zip) = d46c704b42420383e6808c9d45c5ecc141324c4fbf328f18916c47d146764c96f8ac4a75171c273ffb62fd666a2945617518d8b64790d0caec104371ca6c3da2
+Size (github.com_go-quicktest_qt_@v_v1.102.0.zip) = 35901 bytes
 BLAKE2s (github.com_google_go-cmp_@v_v0.7.0.mod) = 1b6d125ae25361dc8ae5d3db85fe696798a89cfdca79a66c63ca86439a5dff1f
 SHA512 (github.com_google_go-cmp_@v_v0.7.0.mod) = f4042d585e6f65f4245b0a17c2f042ea40395633f6c88a4f7e460a1e09a0cd98ec72782f638dd9d7c81442dd5c05717ebaa64b7bd939cc4c96cf61b46751b812
 Size (github.com_google_go-cmp_@v_v0.7.0.mod) = 41 bytes
@@ -42,12 +42,12 @@ Size (github.com_kr_text_@v_v0.2.0.zip) 
 BLAKE2s (github.com_pkg_diff_@v_v0.0.0-20210226163009-20ebb0f2a09e.mod) = b578bd0a123f38c80268d6690305d02f8dcddde6185e1df36680f2855f99a4f0
 SHA512 (github.com_pkg_diff_@v_v0.0.0-20210226163009-20ebb0f2a09e.mod) = 
8b928ed342c4e92a9a3e36f1a1bb917ec38a145502d8192fd81ed78b4a9c24d1b24a2cb06b0c6cc5bf7a26bff4ea8354066f6b0456f1eafcde0921335afc3975
 Size (github.com_pkg_diff_@v_v0.0.0-20210226163009-20ebb0f2a09e.mod) = 36 bytes
-BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.14.1.mod) = 8bab29ca37d097994f3a708b8e528c1b01d8d4f7962bbb461160156a4487ce10
-SHA512 (github.com_rogpeppe_go-internal_@v_v1.14.1.mod) = 92d97e1dcc036baf1f85b5f2d3e585d83de720cb2d9b751159068120c6c0afd41b30bfbb62e367cc4e7c7ce18468f414bb6d621742d116db9c2852566d32b7bd
-Size (github.com_rogpeppe_go-internal_@v_v1.14.1.mod) = 141 bytes
-BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.14.1.zip) = de6c9dffcbab4f67f740ba9735426b2475efe5b87ed6b727cea9619480581190
-SHA512 (github.com_rogpeppe_go-internal_@v_v1.14.1.zip) = 95a559e1bec85db0bf68a41a394905c6e4bc4a9b0765b6d3c557d6dec9ef546677b226d29d86935b499d18259c5c99290d57f9af7d5430c1ec872aa94e846e83
-Size (github.com_rogpeppe_go-internal_@v_v1.14.1.zip) = 190962 bytes
+BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.15.0.mod) = f844df47b3f8394a337f7b84731a1d9d5b64fd593a6f976e8b44376327fa6500
+SHA512 (github.com_rogpeppe_go-internal_@v_v1.15.0.mod) = 0a86fed13256eaf2ebcc936646c71bbd9d66290b27873aee3df0bb277d1ed8e9824c308c294f524ccc8dfcb7508b8c755d70b1b6e537e09b1b4ac6cf842d4e70
+Size (github.com_rogpeppe_go-internal_@v_v1.15.0.mod) = 141 bytes
+BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.15.0.zip) = 5d8f18f3de6eaa2d2187dc766639caee2bbf12f45377141b16657983d09c9e20
+SHA512 (github.com_rogpeppe_go-internal_@v_v1.15.0.zip) = d37d6267fff5fe5ef296d536a2aa4c451ac98f99fbf0be6c1420542e04ce04dd708b15bf5915ded2cd5876d48f05b9cf1c0eb7f7faed34d94cefa1e7fbc9a229
+Size (github.com_rogpeppe_go-internal_@v_v1.15.0.zip) = 196760 bytes
 BLAKE2s (github.com_rogpeppe_go-internal_@v_v1.9.0.mod) = a821b267cecc00e91955bdb82a97a7d803d9ef8989d5a55c8559299c26e14591
 SHA512 (github.com_rogpeppe_go-internal_@v_v1.9.0.mod) = a3d30dd629b377513944f59ed204b44f4759e88e20cd70cd9280965d0d010e01af3ad8e5b9f45b33e0ed9a28fbb25575ca0ff2075c970468fcf39c1f1a7f5351
 Size (github.com_rogpeppe_go-internal_@v_v1.9.0.mod) = 112 bytes
@@ -63,18 +63,18 @@ Size (golang.org_x_sync_@v_v0.17.0.mod) 
 BLAKE2s (golang.org_x_sync_@v_v0.17.0.zip) = 7ca58a86deb3d7f77d54bff005acff1b5756b0fd867c3cc3407a16f3f9bd5edb
 SHA512 (golang.org_x_sync_@v_v0.17.0.zip) = 62abdf3687c885a43f777c40721690416bb2e503005599259330107f71b301070798227164342fec8e58bf6f2f9e99c9dfa09e97b1e7013111de9fcd227fcfc0
 Size (golang.org_x_sync_@v_v0.17.0.zip) = 25707 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.42.0.mod) = 54d735bab6b0f4ca4d304be2307672bd0448377d788ebe83f3acfb0a565cc3ae
-SHA512 (golang.org_x_sys_@v_v0.42.0.mod) = 1e0df129f27326be70316a1f1f0e94ca4b48c0d09c2975919182a64639b9718dc224d851d4cd69c618c10e7e7765a11a70e10a57507a26488c50e7c53baa8b01
-Size (golang.org_x_sys_@v_v0.42.0.mod) = 35 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.42.0.zip) = 4d057e9dea717787cc60a6d84ba11cc6869d4627a4cd932785599b966a11840a
-SHA512 (golang.org_x_sys_@v_v0.42.0.zip) = 3fbb9b0bb290b49f6b7b6e6fc042cf8ee5d78e6f9da027ea21a25d50ec1d31c1466dda2201f251c2dc142b1c1e3b3910bbccfd9f74c075e5e42646136c7a71bd
-Size (golang.org_x_sys_@v_v0.42.0.zip) = 2009900 bytes
-BLAKE2s (golang.org_x_term_@v_v0.41.0.mod) = adb8eb14860272c218c814312af0c0bde60f64974e41cb5f0181017405202a18
-SHA512 (golang.org_x_term_@v_v0.41.0.mod) = 654d9f3dbe95a4e7ca29d365fa3ce28d5b6648f185ef6db4a716ba4ab59f70f992ed8bc17bf4df3dc5d3f021399c78ae1f6ac73b7a2fe638b44be261cfa3b1bf
-Size (golang.org_x_term_@v_v0.41.0.mod) = 70 bytes
-BLAKE2s (golang.org_x_term_@v_v0.41.0.zip) = 69e9bb3e791a070ead2a0604f1bd67f691d20a028c57e298cb6e6a5a9f72fcf6
-SHA512 (golang.org_x_term_@v_v0.41.0.zip) = ddb5029c6579e4eb67b96c65eab71e1f7c9d453a137790e849e86aac5fad6e6b54e65dc8e94f36cf9b044bd12ec2762ddf86521db9e94e0efffe1ffa9d9758ca
-Size (golang.org_x_term_@v_v0.41.0.zip) = 21694 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.47.0.mod) = 54d735bab6b0f4ca4d304be2307672bd0448377d788ebe83f3acfb0a565cc3ae
+SHA512 (golang.org_x_sys_@v_v0.47.0.mod) = 1e0df129f27326be70316a1f1f0e94ca4b48c0d09c2975919182a64639b9718dc224d851d4cd69c618c10e7e7765a11a70e10a57507a26488c50e7c53baa8b01
+Size (golang.org_x_sys_@v_v0.47.0.mod) = 35 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.47.0.zip) = e7d9ce58c9afb5aa0870e21cfce0b73d80ef43cc95796c892e8f85bb86fbce38
+SHA512 (golang.org_x_sys_@v_v0.47.0.zip) = f7f6e82b6883cac33aa63d21b962de518fd797f87c858d930946d0498a055521fdf2113ded5da8ebf091d5ecff0539dbe1f339792dccbc0248b160ea0cc29db6
+Size (golang.org_x_sys_@v_v0.47.0.zip) = 2022425 bytes
+BLAKE2s (golang.org_x_term_@v_v0.45.0.mod) = ae385bc5194bfe653f11602ec584180dea4bdf4a1934827da2635bbe6ea09bf5
+SHA512 (golang.org_x_term_@v_v0.45.0.mod) = 3eaf3f8dffb85da944b9ea7764132f955573756359f2f8116d8c1785bb6466418b6030614bd28083243fdaf6becfa4b9d26b3b8f954ab39f3706df159002a5f8
+Size (golang.org_x_term_@v_v0.45.0.mod) = 70 bytes
+BLAKE2s (golang.org_x_term_@v_v0.45.0.zip) = f11abb476afc63b3f54d85dbd103157ce91e759c9dc3e4947a509885afae09d0
+SHA512 (golang.org_x_term_@v_v0.45.0.zip) = e9d9365a570e1d4d46f1614f7217235027da4345517da44b30614cbceecacdbf4734668961cd89e4050e5bd750e3ef50be333d6a656d0f70c89b9fa6c93606f0
+Size (golang.org_x_term_@v_v0.45.0.zip) = 21694 bytes
 BLAKE2s (golang.org_x_tools_@v_v0.38.0.mod) = 4b76edbd12f63bbdf71ff0ab97e9b1c46f0886e4aa158095cd4e1a2b13be9d60
 SHA512 (golang.org_x_tools_@v_v0.38.0.mod) = d0585ff18b3a18c36f256b7e14ae9c4fa73aaf2220be609adde9a9eb76f5f05b326e68530f81ca757bc131336ccf604869c5cf82a4dee2d7f87a5871ab80147d
 Size (golang.org_x_tools_@v_v0.38.0.mod) = 301 bytes
@@ -87,6 +87,6 @@ Size (mvdan.cc_editorconfig_@v_v0.3.0.mo
 BLAKE2s (mvdan.cc_editorconfig_@v_v0.3.0.zip) = 4cef420d5e3da649900a4ef19e842de4a574cab30b7d4601782da9f408c14d50
 SHA512 (mvdan.cc_editorconfig_@v_v0.3.0.zip) = cc685871bc31bf7259c25d0b59e91599f9691793f8ec44a27a870a3bbe48a077bfa080a174813f09268a3f918530bf0965d2895bd700eb348f447b3a8461f776
 Size (mvdan.cc_editorconfig_@v_v0.3.0.zip) = 13853 bytes
-BLAKE2s (shfmt-3.13.1.tar.gz) = 832461e94694a7ad308c43c9df5eaf7e28f5192eaa47b19f8e248d6b5850ece4
-SHA512 (shfmt-3.13.1.tar.gz) = 7cecc67f84a14096812066fef9d7b3c9f93be61eed8ce044e593e996e9dce0b0f77ed10c1f002ca356608a4dc2bc57250051ce4d958e1816ce5d1387aba7a4f5
-Size (shfmt-3.13.1.tar.gz) = 255760 bytes
+BLAKE2s (shfmt-3.14.1.tar.gz) = 50a963ccb830038d2452dba5fba362a0b6d59a19e01a2a8e3305b8e751d691f2
+SHA512 (shfmt-3.14.1.tar.gz) = c0a06c2abab9a5d018fa2b59a61dd2e74393072a0d8707343158a9075963c48073149877cb228e9c6a8acd79616eb3680095a0e9ccff2cd02c6672a870a75684
+Size (shfmt-3.14.1.tar.gz) = 295952 bytes
Index: pkgsrc/devel/shfmt/go-modules.mk
diff -u pkgsrc/devel/shfmt/go-modules.mk:1.7 pkgsrc/devel/shfmt/go-modules.mk:1.8
--- pkgsrc/devel/shfmt/go-modules.mk:1.7        Thu Apr  9 07:30:59 2026
+++ pkgsrc/devel/shfmt/go-modules.mk    Mon Sep  7 05:33:57 2026
@@ -1,10 +1,10 @@
-# $NetBSD: go-modules.mk,v 1.7 2026/04/09 07:30:59 adam Exp $
+# $NetBSD: go-modules.mk,v 1.8 2026/09/07 05:33:57 adam Exp $
 
 GO_MODULE_FILES+=      github.com/creack/pty/@v/v1.1.24.mod
 GO_MODULE_FILES+=      github.com/creack/pty/@v/v1.1.24.zip
 GO_MODULE_FILES+=      github.com/creack/pty/@v/v1.1.9.mod
-GO_MODULE_FILES+=      github.com/go-quicktest/qt/@v/v1.101.0.mod
-GO_MODULE_FILES+=      github.com/go-quicktest/qt/@v/v1.101.0.zip
+GO_MODULE_FILES+=      github.com/go-quicktest/qt/@v/v1.102.0.mod
+GO_MODULE_FILES+=      github.com/go-quicktest/qt/@v/v1.102.0.zip
 GO_MODULE_FILES+=      github.com/google/go-cmp/@v/v0.7.0.mod
 GO_MODULE_FILES+=      github.com/google/go-cmp/@v/v0.7.0.zip
 GO_MODULE_FILES+=      github.com/google/renameio/v2/@v/v2.0.2.mod
@@ -14,17 +14,17 @@ GO_MODULE_FILES+=   github.com/kr/pretty/@
 GO_MODULE_FILES+=      github.com/kr/text/@v/v0.2.0.mod
 GO_MODULE_FILES+=      github.com/kr/text/@v/v0.2.0.zip
 GO_MODULE_FILES+=      github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.mod
-GO_MODULE_FILES+=      github.com/rogpeppe/go-internal/@v/v1.14.1.mod
-GO_MODULE_FILES+=      github.com/rogpeppe/go-internal/@v/v1.14.1.zip
+GO_MODULE_FILES+=      github.com/rogpeppe/go-internal/@v/v1.15.0.mod
+GO_MODULE_FILES+=      github.com/rogpeppe/go-internal/@v/v1.15.0.zip
 GO_MODULE_FILES+=      github.com/rogpeppe/go-internal/@v/v1.9.0.mod
 GO_MODULE_FILES+=      golang.org/x/mod/@v/v0.29.0.mod
 GO_MODULE_FILES+=      golang.org/x/mod/@v/v0.29.0.zip
 GO_MODULE_FILES+=      golang.org/x/sync/@v/v0.17.0.mod
 GO_MODULE_FILES+=      golang.org/x/sync/@v/v0.17.0.zip
-GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.42.0.mod
-GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.42.0.zip
-GO_MODULE_FILES+=      golang.org/x/term/@v/v0.41.0.mod
-GO_MODULE_FILES+=      golang.org/x/term/@v/v0.41.0.zip
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.47.0.mod
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.47.0.zip
+GO_MODULE_FILES+=      golang.org/x/term/@v/v0.45.0.mod
+GO_MODULE_FILES+=      golang.org/x/term/@v/v0.45.0.zip
 GO_MODULE_FILES+=      golang.org/x/tools/@v/v0.38.0.mod
 GO_MODULE_FILES+=      golang.org/x/tools/@v/v0.38.0.zip
 GO_MODULE_FILES+=      mvdan.cc/editorconfig/@v/v0.3.0.mod



Home | Main Index | Thread Index | Old Index