pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/lf
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 10 21:44:12 UTC 2025
Modified Files:
pkgsrc/sysutils/lf: Makefile PLIST distinfo go-modules.mk
Log Message:
lf: update to 34.
pkgsrc change: install man page, desktop file, and example configs.
r34
(Breaking) The autoquit option is now enabled by default. (#1839) (by @joelim-work)
(New) A new option locale is added to sort files based on the collation rules of the provided locale. (#1818) (by @SirZenith). This feature is currently experimental.
(New) A new on-init hook command is added to allow triggering custom actions when lf has finished initializing and connecting to the server. (#1838) (by @joelim-work)
(Fix) The background color now renders properly when displaying filenames. (#1849) (by @joelim-work)
(Fix) A bug where the on-quit hook command causes an infinite loop has been fixed. (#1856) (by @joelim-work)
(Fix) File sizes now display correctly after being copied when watch is enabled. (#1881) (by @joelim-work)
(Fix) Files are now automatically unselected when removed by an external process, when watch is enabled. (#1901) (by @joelim-work)
r33
(Breaking) The globsearch option, which previously affected both searching and filtering, now affects only searching. A new globfilter option is introduced to enable globs when filtering, and
acts independently from globsearch. (#1650) (by @Catalyn45)
(Breaking) The hidecursorinactive option is replaced by the on-focus-gained and on-focus-lost hook commands. These commands can be used to invoke custom behavior when the terminal gains or loses
focus. (#1763) (by @joelim-work)
(Breaking) The ruler option (deprecated in favor of rulerfmt) is now removed. (#1766) (by @joelim-work)
(Breaking) Line numbers from the number and relativenumber options are displayed in the main window only, instead of all windows. (#1789) (by @joelim-work)
(New) Support for UNIX domain sockets (for communicating with the lf server) is added for Windows. (#1637) (by @Catalyn45)
(New) Color and icon configurations now support the target keyword for symbolic links. (#1644) (by @lorentzforces)
(New) A new option roundbox is added to use rounded corners when drawbox is enabled. (#1653) (by @J-Kappes)
(New) A new option watch is added to allow using filesystem notifications to detect and display changes to files. This is an alternative to the period option, which polls the filesystem
periodically for changes. (#1667) (by @joelim-work)
(New) Icons can now be colored independently of the filename. (#1674) (by @wodesuck)
(New) The info option now supports perm, user and group to display the permissions, user and group respectively for each file. (#1799) (by @owallb)
(New) A new option showbinds is added to toggle whether the keybinding hints are shown when a keybinding is partially typed. (#1815) (by @dazzywi)
(Fix) Sorting by extension is fixed for hidden files. (#1670) (by @Limero)
(Fix) The on-quit hook command is now triggered when the terminal is closed. (#1681) (by @joelim-work)
(Fix) Previews no longer flicker when deleting files. (#1691) (by @joelim-work)
(Fix) Previews no longer flicker when directories are being reloaded. (#1697) (by @joelim-work)
(Fix) lfcd.nu now runs properly without raising errors. (#1728) (by @unsafe-andrew)
(Fix) Image previews (composed of ASCII art) containing long lines should now display properly. (#1737) (by @joelim-work)
(Fix) The performance is improved when copying files. (#1749) (by @MahouShoujoMivutilde)
(Fix) lfcd.cmd now handles directories with special characters. (#1772) (by @Jaehaks)
(Fix) Icon colors are no longer clipped when displaying in Windows Terminal. (#1777) (by @joelim-work)
(Fix) The file stat info is now cleared when changing to an empty directory. (#1808) (by @joelim-work)
(Fix) Error messages are cleared when opening files. (#1809) (by @joelim-work)
r32
(Breaking) The example script etc/lfcd.cmd is updated to use the -print-last-dir option instead of -last-dir-path (#1444) (by @atahrijouti and @joelim-work). Similar changes have been made for
etc/lfcd.ps1 (#1491) (by @alunegov), etc/lfcd.fish (#1503) (by @postsolar), and etc/lfcd.nu (#1575) (by @ZennoZenith).
(Breaking) The documentation from lf -doc and the doc command is now generated from Markdown using pandoc (#1474) (by @gokcehan).
(New) A new option hidecursorinactive is added to hide the cursor when the terminal is not focused (#965) (by @laktak).
(New) A new special command on-redraw is added to be able to run a command when the screen is redrawn or when the terminal is resized (#1479) (by @joelim-work).
(New) Options cutfmt, copyfmt and selectfmt are added to configure the indicator color for cut/copied/selected files respectively (#1540) (by @joelim-work).
(New) zsh completion is added for the lfcd command (#1564) (by @postsolar).
(New) The file stat information now falls back to displaying user/group ID if looking up the user/group name fails (#1590) (by @jantatje).
(New) A new environment variable lf_mode is now exported to indicate which mode lf is currently running in (#1594) (by @joelim-work).
(New) Default icons are added for Docker Compose files (#1626) (by @nuckle).
(Fix) Default value of rulerfmt option is now left-padded with spaces to visually separate it from the file stat information (#1437) (by @joelim-work).
(Fix) Previews should now work for files containing lines with 65536 characters or more (#1447) (by @joelim-work).
(Fix) Sixel previews should now work when using lfcd scripts (#1451) (by @joelim-work).
(Fix) Colors and icons should now display properly for character device files (#1469) (by @joelim-work).
(Fix) The selection file is now immediately synced to physical storage after writing to it (#1480) (by @joelim-work).
(Fix) Timestamps are preserved when moving files across devices (#1482) (by @joelim-work).
(Fix) Fix crash for high and low commands when scrolloff is set to a large value (#1504) (by @joelim-work).
(Fix) Documentation is updated with various spelling and grammar fixes (#1518) (by @hankertrix).
(Fix) Files beginning with a dot (e.g. .gitignore) are named correctly after paste if another file with the same name already exists (#1525) (by @joshuali925).
(Fix) Prevent potential race condition when sorting directory contents (#1526) (by @Michael-Gallo).
(Fix) Signals are now handled properly even after receiving and ignoring SIGINT (#1549) (by @mtoohey31).
(Fix) The file stat information should now update properly after using the cd command to change to a directory for the first time (#1536) (by @joelim-work).
(Fix) Previous error messages should now be cleared after a mark-save/mark-remove operation (#1544) (by @joelim-work).
(Fix) Fix high CPU usage issue when viewing CryFS filesystems (#1607) (by @Michael-Gallo).
(Fix) Invalid entries in the marks and tags files now raise an error message instead of crashing (#1614) (by @joelim-work).
(Fix) Startup time is improved on Windows (#1617) (by @Catalyn45).
(Fix) Sixel previews are now resized properly when the horizontal size of the preview window changes (#1629) (by @joelim-work).
(Fix) The cut buffer is only cleared if the paste operation succeeds (#1652) (by @joelim-work).
(Fix) The extension after . is ignored to set the cursor position when renaming a directory (#1664) (by @Limero).
(Fix) The option period should not cause flickers in sixel previews anymore (#1666) (by @joelim-work).
r31
(Breaking) There has been some changes in the server protocol. Make sure to kill the old server process when you update to avoid errors (i.e. lf -remote 'quit!').
(Breaking) A new server command query is added to expose internal state to users (#1384) (by @joelim-work). A new builtin command cmds is added to display the commands. The old builtin command
jumps is now removed. The builtin commands maps and cmaps now use the new server command.
(Breaking) Environment variable exporting for files and options are not performed anymore while previewing and cleaning to avoid various issues with race conditions (#1354) (by @joelim-work).
Cleaning program should now instead receive an additional sixth argument for the next file path to be previewed to allow comparisons with the previous file path. User options (i.e. user_{option}) are
now exported whenever they are changed (#1418) (by @raslop).
(Breaking) Command outputs are now exclusively attached to stderr to allow printing the last directory or selection to stdout (#1399 and #1402) (by @joelim-work). Two new command line options
-print-last-dir and -print-selection are added to print the last directory and selection to stdout. The example script etc/lfcd.sh is updated to use -print-last-dir instead. Other lfcd scripts are
also likely to be updated in the future to use the new method (patches are welcome).
(Breaking) The option ruler is now deprecated in favor of its replacement rulerfmt (#1386) (by @joelim-work). The new rulerfmt option is more capable (i.e. displays option values, supports colors
and attributes, and supports optional fields) and more consistent with the rest of our options. See the documentation for more information.
(New) Modifier keys (i.e. control, shift, alt) with special keys (e.g. arrows, enter) are now supported for most combinations (#1248) (by @joelim-work).
(New) A new option borderfmt is added to configure colors for pane borders (#1251) (by @joelim-work).
(New) New lf specific environment variables, LF_CONFIG_HOME on Windows and LF_CONFIG/DATA_HOME on Unix, are now supported to set the configuration directory (#1253) (by @alok-mishra).
(New) Tilde (i.e. ~) expansion is performed during completion to be able to use expanded tilde paths as command arguments (#1246) (by @joelim-work).
(New) A new option preserve is added to preserve attributes (i.e. mode and timestamps) while copying (#1026) (by @raslop).
(New) The file etc/icons.example is updated for nerd-fonts v3.0.0 (#1271) (by @MunifTanjim).
(New) A new builtin command clearmaps is added to clear all default keybindings except for read (i.e. :) and cmap keybindings to be able to :quit (#1286) (by @joelim-work).
(New) A new option statfmt is added to configure the status line at the bottom (#1288) (by @joelim-work).
(New) A new option truncatepct is added to determine the location of truncation from the beginning in terms of percentage (#1029) (by @raslop).
(New) A new option dupfilefmt is added to configure the names of duplicate files while copying (#1315) (by @Limero).
(New) Shell scripts etc/lf.nu and etc/lfcd.nu are added to the repository to allow completion and directory change with Nushell (#1341) (by @mauerlaeufer).
(New) Sixels are now supported for previewing (#1211) (by @horriblename). A new option sixel is added to enable this behavior.
(New) A new configuration keyword setlocal is added to configure directory specific options (#1381) (by @gokcehan).
(New) A new command line command cmd-delete-word-back (default a-backspace and a-backspace2) is added to use word boundaries when deleting a word backwards (#1409) (by @janpeterd).
(Fix) Cursor positions in the directory should now be preserved after file operations that changes the directory (e.g. create or delete) (#1247) (by @joelim-work).
(Fix) Option reverse should now respect to sort stability requirements (#1261) (by @joelim-work).
(Fix) Backspace should not exit filter mode anymore (#1269) (by @jdujava).
(Fix) Truncated double width characters should not cause misalignment for the file information (#1272) (by @joelim-work).
(Fix) Piping shell commands should not refresh the preview anymore (#1281) (by @joelim-work).
(Fix) Cursor position should now update properly after a terminal resize (#1290) (by @joelim-work).
(Fix) Directories should now be reloaded properly after a delete operation (#1292) (by @joelim-work).
(Fix) Executable file completion should not add entries to the log file anymore (#1307) (by @joelim-work).
(Fix) Blank input lines are now allowed in piping shell commands (#1308) (by @joelim-work).
(Fix) Shell commands arguments on Windows should now be quoted properly to fix various issues (#1309) (by @joelim-work).
(Fix) Reloading in a symlink directory should not follow the symlink anymore (#1327) (by @joelim-work).
(Fix) Command load should not flicker image previews anymore (#1335) (by @joelim-work).
(Fix) Asynchronous shell commands should now trigger load automatically when they are finished (#1345) (by @joelim-work).
(Fix) Changing the value of preview option should now clear image previews (#1350) (by @jdujava).
(Fix) Cursor position in the status line at the bottom should now consider double width characters properly (#1348) (by @joelim-work).
(Fix) Filenames should only be quoted for cmd on Windows to avoid quoting issues for powershell (#1371) (by @joelim-work).
(Fix) Inaccessible files should now be included in the directory list and display their lstat errors in the status line at the bottom (#1382) (by @jantatje).
(Fix) Command line command cmd-delete-word should now add the deleted text to the yank buffer (#1409) (by @janpeterd).
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/sysutils/lf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/lf/PLIST \
pkgsrc/sysutils/lf/go-modules.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/lf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/lf/Makefile
diff -u pkgsrc/sysutils/lf/Makefile:1.79 pkgsrc/sysutils/lf/Makefile:1.80
--- pkgsrc/sysutils/lf/Makefile:1.79 Fri Sep 6 18:48:58 2024
+++ pkgsrc/sysutils/lf/Makefile Mon Feb 10 21:44:12 2025
@@ -1,15 +1,22 @@
-# $NetBSD: Makefile,v 1.79 2024/09/06 18:48:58 bsiegert Exp $
+# $NetBSD: Makefile,v 1.80 2025/02/10 21:44:12 wiz Exp $
-DISTNAME= lf-30
-PKGREVISION= 15
+DISTNAME= lf-34
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=gokcehan/}
GITHUB_TAG= r${PKGVERSION_NOREV}
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/gokcehan/lf
COMMENT= Terminal file manager
LICENSE= 2-clause-bsd
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1 share/applications share/examples/lf
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/lf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_DATA} ${WRKSRC}/lf.desktop ${DESTDIR}${PREFIX}/share/applications
+ ${INSTALL_DATA} ${WRKSRC}/etc/* ${DESTDIR}${PREFIX}/share/examples/lf
+
.include "go-modules.mk"
.include "../../lang/go/go-module.mk"
Index: pkgsrc/sysutils/lf/PLIST
diff -u pkgsrc/sysutils/lf/PLIST:1.2 pkgsrc/sysutils/lf/PLIST:1.3
--- pkgsrc/sysutils/lf/PLIST:1.2 Fri Jan 13 20:37:58 2023
+++ pkgsrc/sysutils/lf/PLIST Mon Feb 10 21:44:12 2025
@@ -1,2 +1,23 @@
-@comment $NetBSD: PLIST,v 1.2 2023/01/13 20:37:58 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/02/10 21:44:12 wiz Exp $
bin/lf
+man/man1/lf.1
+share/applications/lf.desktop
+share/examples/lf/colors.example
+share/examples/lf/icons.example
+share/examples/lf/icons_colored.example
+share/examples/lf/lf.bash
+share/examples/lf/lf.csh
+share/examples/lf/lf.fish
+share/examples/lf/lf.nu
+share/examples/lf/lf.ps1
+share/examples/lf/lf.vim
+share/examples/lf/lf.zsh
+share/examples/lf/lfcd.cmd
+share/examples/lf/lfcd.csh
+share/examples/lf/lfcd.fish
+share/examples/lf/lfcd.nu
+share/examples/lf/lfcd.ps1
+share/examples/lf/lfcd.sh
+share/examples/lf/lfrc.cmd.example
+share/examples/lf/lfrc.example
+share/examples/lf/lfrc.ps1.example
Index: pkgsrc/sysutils/lf/go-modules.mk
diff -u pkgsrc/sysutils/lf/go-modules.mk:1.2 pkgsrc/sysutils/lf/go-modules.mk:1.3
--- pkgsrc/sysutils/lf/go-modules.mk:1.2 Sun May 28 19:14:51 2023
+++ pkgsrc/sysutils/lf/go-modules.mk Mon Feb 10 21:44:12 2025
@@ -1,46 +1,87 @@
-# $NetBSD: go-modules.mk,v 1.2 2023/05/28 19:14:51 bsiegert Exp $
+# $NetBSD: go-modules.mk,v 1.3 2025/02/10 21:44:12 wiz Exp $
-GO_MODULE_FILES+= github.com/djherbis/times/@v/v1.5.0.mod
-GO_MODULE_FILES+= github.com/djherbis/times/@v/v1.5.0.zip
-GO_MODULE_FILES+= github.com/gdamore/encoding/@v/v1.0.0.mod
-GO_MODULE_FILES+= github.com/gdamore/encoding/@v/v1.0.0.zip
-GO_MODULE_FILES+= github.com/gdamore/tcell/v2/@v/v2.6.0.mod
-GO_MODULE_FILES+= github.com/gdamore/tcell/v2/@v/v2.6.0.zip
+GO_MODULE_FILES+= github.com/!xuanwo/go-locale/@v/v1.1.2.mod
+GO_MODULE_FILES+= github.com/!xuanwo/go-locale/@v/v1.1.2.zip
+GO_MODULE_FILES+= github.com/djherbis/times/@v/v1.6.0.mod
+GO_MODULE_FILES+= github.com/djherbis/times/@v/v1.6.0.zip
+GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.8.0.mod
+GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.8.0.zip
+GO_MODULE_FILES+= github.com/gdamore/encoding/@v/v1.0.1.mod
+GO_MODULE_FILES+= github.com/gdamore/encoding/@v/v1.0.1.zip
+GO_MODULE_FILES+= github.com/gdamore/tcell/v2/@v/v2.8.1.mod
+GO_MODULE_FILES+= github.com/gdamore/tcell/v2/@v/v2.8.1.zip
+GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.6.0.mod
GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.2.0.zip
-GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.14.mod
-GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.14.zip
+GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.16.mod
+GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.16.zip
GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.4.3.mod
-GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.4.3.zip
+GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.4.7.mod
+GO_MODULE_FILES+= github.com/rivo/uniseg/@v/v0.4.7.zip
GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.4.13.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210921155107-089bfa567519.mod
+GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.13.0.mod
+GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.19.0.mod
+GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.23.0.mod
+GO_MODULE_FILES+= golang.org/x/mod/@v/v0.12.0.mod
+GO_MODULE_FILES+= golang.org/x/mod/@v/v0.15.0.mod
+GO_MODULE_FILES+= golang.org/x/mod/@v/v0.17.0.mod
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.6.0-dev.0.20220419223038-86c51ed26bb4.mod
+GO_MODULE_FILES+= golang.org/x/mod/@v/v0.8.0.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.mod
+GO_MODULE_FILES+= golang.org/x/net/@v/v0.10.0.mod
+GO_MODULE_FILES+= golang.org/x/net/@v/v0.15.0.mod
+GO_MODULE_FILES+= golang.org/x/net/@v/v0.21.0.mod
+GO_MODULE_FILES+= golang.org/x/net/@v/v0.25.0.mod
+GO_MODULE_FILES+= golang.org/x/net/@v/v0.6.0.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20220722155255-886fb9371eb4.mod
+GO_MODULE_FILES+= golang.org/x/sync/@v/v0.1.0.mod
+GO_MODULE_FILES+= golang.org/x/sync/@v/v0.10.0.mod
+GO_MODULE_FILES+= golang.org/x/sync/@v/v0.3.0.mod
+GO_MODULE_FILES+= golang.org/x/sync/@v/v0.6.0.mod
+GO_MODULE_FILES+= golang.org/x/sync/@v/v0.7.0.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201119102817-f84b799fce68.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210615035016-665e8c7367d1.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220520151302-bc2c85ada10a.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220615213510-4f61da869c0c.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220722155257-8c9f86f7a55f.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.12.0.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.17.0.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.20.0.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.29.0.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.29.0.zip
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.5.0.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.8.0.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.8.0.zip
+GO_MODULE_FILES+= golang.org/x/telemetry/@v/v0.0.0-20240228155512-f48c80bd79b2.mod
GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod
GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.mod
+GO_MODULE_FILES+= golang.org/x/term/@v/v0.12.0.mod
+GO_MODULE_FILES+= golang.org/x/term/@v/v0.17.0.mod
+GO_MODULE_FILES+= golang.org/x/term/@v/v0.20.0.mod
+GO_MODULE_FILES+= golang.org/x/term/@v/v0.28.0.mod
+GO_MODULE_FILES+= golang.org/x/term/@v/v0.28.0.zip
GO_MODULE_FILES+= golang.org/x/term/@v/v0.5.0.mod
GO_MODULE_FILES+= golang.org/x/term/@v/v0.8.0.mod
-GO_MODULE_FILES+= golang.org/x/term/@v/v0.8.0.zip
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.13.0.mod
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.14.0.mod
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.15.0.mod
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.21.0.mod
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.21.0.zip
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.0.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.3.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.7.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.7.0.mod
-GO_MODULE_FILES+= golang.org/x/text/@v/v0.7.0.zip
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.9.0.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.12.mod
+GO_MODULE_FILES+= golang.org/x/tools/@v/v0.13.0.mod
+GO_MODULE_FILES+= golang.org/x/tools/@v/v0.21.1-0.20240508182429-e35e4ccd0d2d.mod
+GO_MODULE_FILES+= golang.org/x/tools/@v/v0.6.0.mod
GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod
Index: pkgsrc/sysutils/lf/distinfo
diff -u pkgsrc/sysutils/lf/distinfo:1.7 pkgsrc/sysutils/lf/distinfo:1.8
--- pkgsrc/sysutils/lf/distinfo:1.7 Sun May 28 19:14:51 2023
+++ pkgsrc/sysutils/lf/distinfo Mon Feb 10 21:44:12 2025
@@ -1,44 +1,62 @@
-$NetBSD: distinfo,v 1.7 2023/05/28 19:14:51 bsiegert Exp $
+$NetBSD: distinfo,v 1.8 2025/02/10 21:44:12 wiz Exp $
-BLAKE2s (github.com_djherbis_times_@v_v1.5.0.mod) = 6704067e2432ed747d735edc77e16be05d78c5ea82b0c247974099b50c3fa759
-SHA512 (github.com_djherbis_times_@v_v1.5.0.mod) = b7ad19b6908de5659fef77508cd1dd352eaa32b0b1c03e0c386f35d83920bce16ab4274b2d4f5025c6c090ad62e26805b8a233c7a013e64791324958b38665a1
-Size (github.com_djherbis_times_@v_v1.5.0.mod) = 42 bytes
-BLAKE2s (github.com_djherbis_times_@v_v1.5.0.zip) = 4a578fafe6c283a48b48a750c183c6c39785c71f1219db836cc0e86d96607623
-SHA512 (github.com_djherbis_times_@v_v1.5.0.zip) = ad4e4ba7b9b3fb0d4dbb7ed005858477be8bd81839831526a619ce63aaf7ac3b20be54c11f09fd128ec78eebbc0c45314549c58e98f764271ac621aad3c9bcea
-Size (github.com_djherbis_times_@v_v1.5.0.zip) = 17348 bytes
-BLAKE2s (github.com_gdamore_encoding_@v_v1.0.0.mod) = d98306119aa62bd2bb2dc3fd0a93976e35a5396dd7d50fb0fc3eb0c157fb88c2
-SHA512 (github.com_gdamore_encoding_@v_v1.0.0.mod) = fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75
-Size (github.com_gdamore_encoding_@v_v1.0.0.mod) = 77 bytes
-BLAKE2s (github.com_gdamore_encoding_@v_v1.0.0.zip) = 0862bc4e46e9470af0fc008ce4a3370108c00d3382156ae7486f5720a878c937
-SHA512 (github.com_gdamore_encoding_@v_v1.0.0.zip) = 127767c725e376b43fe4e2003ddc12fe89693d6d7e52b01e6d47d73fd04496decc0fd60b64c7a65303428e00a52ece1848610ea35231789a814187ef8503bee3
-Size (github.com_gdamore_encoding_@v_v1.0.0.zip) = 19867 bytes
-BLAKE2s (github.com_gdamore_tcell_v2_@v_v2.6.0.mod) = b18a1744dcef999d4b40d3cc4ba7453d9b32c1edb0750835ec7c2dfb6e989aa5
-SHA512 (github.com_gdamore_tcell_v2_@v_v2.6.0.mod) = 217f4704f014c8f6d09dbf0aa3c646ce0b067e20cd6efe56a88043154eaceafc46305f37c303d4beca0e7c64aecf6dd17c3b182f8f7f715ca19ea0f92bd6900e
-Size (github.com_gdamore_tcell_v2_@v_v2.6.0.mod) = 295 bytes
-BLAKE2s (github.com_gdamore_tcell_v2_@v_v2.6.0.zip) = 49744a33d92d695eae81c3fed1bd5e45e84e4e394dc4e929e1d10d5794d1c8f3
-SHA512 (github.com_gdamore_tcell_v2_@v_v2.6.0.zip) = b7de54965064c1db28d46ed8e5f910e221a8564ee6e0509d16ca74f0a1d587d7a6508a5f64f212ac0dc3dbb22fdf613989e309d191795420c7adf16afe2ae473
-Size (github.com_gdamore_tcell_v2_@v_v2.6.0.zip) = 255778 bytes
+BLAKE2s (github.com__xuanwo_go-locale_@v_v1.1.2.mod) = 48a951a6cfac82ae620224a5519300b41641f8fd6671d8bc90bad96bccacfc67
+SHA512 (github.com__xuanwo_go-locale_@v_v1.1.2.mod) = 72fdb4db53338e065e0bcb1730f59b06506c56d73838b61251e50e0f32a8162c2293c340d40ed9f194c2110a7978e046197d10b95be4df771ca08b417f2e3e04
+Size (github.com__xuanwo_go-locale_@v_v1.1.2.mod) = 110 bytes
+BLAKE2s (github.com__xuanwo_go-locale_@v_v1.1.2.zip) = 6f3de23cf57b3eba2b1a041a1704d1ac84b571008feb56632660e051c8a403c2
+SHA512 (github.com__xuanwo_go-locale_@v_v1.1.2.zip) = 5c51aa6c79de7acdcbf76109b269988fce3c778725cc7098ac1f45925c33212ca93d30401c14bd05eff2c2796cb4ad3b313b0793ecb99d204ec591055822b754
+Size (github.com__xuanwo_go-locale_@v_v1.1.2.zip) = 23723 bytes
+BLAKE2s (github.com_djherbis_times_@v_v1.6.0.mod) = 520949e482cf0534c5afa62afbe1c25db70557ba06eb367d9505e7ae4b846ae2
+SHA512 (github.com_djherbis_times_@v_v1.6.0.mod) = f1697210ada1ba0a46c0c95b2011f296760c0ce5159a2c88ce1adf4d7fe0b9f0babf59ed795baa14b5f776e578221179ba3ea22e3e39ad69cd22626851a78b80
+Size (github.com_djherbis_times_@v_v1.6.0.mod) = 103 bytes
+BLAKE2s (github.com_djherbis_times_@v_v1.6.0.zip) = 555ab30456461f3b69f3328f78300e9c49e4fb0dc2a771c7a9b5a965a4ce1fdc
+SHA512 (github.com_djherbis_times_@v_v1.6.0.zip) = 9871944da2e0ad7e2196b2ffe547c2251d4de48e0003eceabea918238e872193d1d4150192f83c6942ef9cc036e2e938099e86757cbd772382c9b8bc5fc9311d
+Size (github.com_djherbis_times_@v_v1.6.0.zip) = 20667 bytes
+BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.8.0.mod) = ea7954e295849807910f532e03f65c12ac61f731cb99f5170ce774a0a39074dc
+SHA512 (github.com_fsnotify_fsnotify_@v_v1.8.0.mod) = 5ff8f6c983a24e6d63696c25394c0258863c9c533f90d5a764d8f2c6bf35097e45ca08fa3bbbaf0586ab04ef51b1321b1e6e272ad6bf4457aca4a583bb73c408
+Size (github.com_fsnotify_fsnotify_@v_v1.8.0.mod) = 279 bytes
+BLAKE2s (github.com_fsnotify_fsnotify_@v_v1.8.0.zip) = 7cb15dc1bd891ba5072b4d343959a5800ca6f2b7bae8c00d27291dc3a15d3be2
+SHA512 (github.com_fsnotify_fsnotify_@v_v1.8.0.zip) = af65bd49b6de9c4bef873eb73c127dbb8652077d0f08aa4a0f0f961a0cc6bba43f53ded14140661011d3f12f3fe48d4e267796229dd770b550360c7be24aafa7
+Size (github.com_fsnotify_fsnotify_@v_v1.8.0.zip) = 115781 bytes
+BLAKE2s (github.com_gdamore_encoding_@v_v1.0.1.mod) = e0e5fdad7cc9bec7cba5f299575ae275b0d3656d7ae0d43948e617d3258b3f7a
+SHA512 (github.com_gdamore_encoding_@v_v1.0.1.mod) = 14d64e8ddcf0474559c0abcdc41c62bdbc16eacb34367b115625c68947b17fd3066d004b9f471ac32077b8a0beeefdff010385134f5dd09140f601b639ec964a
+Size (github.com_gdamore_encoding_@v_v1.0.1.mod) = 78 bytes
+BLAKE2s (github.com_gdamore_encoding_@v_v1.0.1.zip) = 522139725b0477ad06c38986bdb639ad447dde006d880a96f74f4e68a5e77214
+SHA512 (github.com_gdamore_encoding_@v_v1.0.1.zip) = f90d2370cd55757dc6a36408c2a08f385f45e432c6a5db30d947bd8093df38cf1085d483a5ddfc43131def820a00e285ec6a690e80294d65a241e113e3a74b2e
+Size (github.com_gdamore_encoding_@v_v1.0.1.zip) = 25022 bytes
+BLAKE2s (github.com_gdamore_tcell_v2_@v_v2.8.1.mod) = 36f23ba13134fa979eb49d6393da59db1d647ca08e3ef323edbec0698c445545
+SHA512 (github.com_gdamore_tcell_v2_@v_v2.8.1.mod) = d388b664cba2fbde4718854749b866dcc270c6a2b6d13e6bf2a42b72bb635f4129d91ec7b6fda2ba8842baa278608a710e2a41874da0fe62c6ec781ee0a344a0
+Size (github.com_gdamore_tcell_v2_@v_v2.8.1.mod) = 298 bytes
+BLAKE2s (github.com_gdamore_tcell_v2_@v_v2.8.1.zip) = 6a8964845225d06744d5d9a29adc921faf4a20d92352d8a09bd8f5b6d5660ac7
+SHA512 (github.com_gdamore_tcell_v2_@v_v2.8.1.zip) = de78235e8a7de4654757d701c828e60354b59af12d553196bc660b4f4cd1b3937d3cbb001b12b7f47b8ee59ff78e688ec4806d9b4b4530f026a02261062afba4
+Size (github.com_gdamore_tcell_v2_@v_v2.8.1.zip) = 274137 bytes
+BLAKE2s (github.com_google_go-cmp_@v_v0.6.0.mod) = becdef0764c43b119969e6c10646c6fafece1f936110eaa977757d2e2e381cd0
+SHA512 (github.com_google_go-cmp_@v_v0.6.0.mod) = 89e0014b0c3ffa2578ab38c237fee3d2280d6955e810c83e426d4924cec07cfc796adc45074fc237629c5ff88a93044dc406472febf1adf73deae82cb1b24b80
+Size (github.com_google_go-cmp_@v_v0.6.0.mod) = 41 bytes
BLAKE2s (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.mod) = d659ba07c1540d9564017c785739d2bf124b20eaaf3ffd78fbb38efe21ec5321
SHA512 (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.mod) = 270b19446ac9a396f5ce7a000873928a44edb1457f86d294971dae08be37cd64ddb8edc0293e100ee60d56c504851aa69ab11db0b4cfd46649c5f79459e40011
Size (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.mod) = 51 bytes
BLAKE2s (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.zip) = 0f232c68cb4dd7dc05417a7ba38cab8dc8baa14e554cc49b2868ee9ecfdf9eed
SHA512 (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.zip) = 89b52255dd45791100b58a693036c772d27b26011754caa15df2badc4a93038b70060c7358aa12e01494e2f24e94533cd4ea7f7cb78686e61540383d1680ba2f
Size (github.com_lucasb-eyer_go-colorful_@v_v1.2.0.zip) = 958042 bytes
-BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.14.mod) = 8df0af400904d313f84666016bb58fa961611b14296a6ee0b534ea7942608632
-SHA512 (github.com_mattn_go-runewidth_@v_v0.0.14.mod) = b96cca212a7024f0039ddd3a744fe818ab2e028b8ac2fd4472ce76ee9b496de3abb0960718c1106a98cf7e6df652dcf2884fe5ed95979bd9016399ea4abd324d
-Size (github.com_mattn_go-runewidth_@v_v0.0.14.mod) = 84 bytes
-BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.14.zip) = 3056984ecc71fdb17141246766a8399aba41e3a6e9a2e5f95c80e3671085b81d
-SHA512 (github.com_mattn_go-runewidth_@v_v0.0.14.zip) = 9998ab38bd10a2498c810634d5d45e92baedf1eca5956c9f3640b09e26d13f48fde9c04dd3ab169a3be6ca826553ca2a1db13fc3932dfa5c33aada169b2fac55
-Size (github.com_mattn_go-runewidth_@v_v0.0.14.zip) = 21752 bytes
+BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.16.mod) = 8df0af400904d313f84666016bb58fa961611b14296a6ee0b534ea7942608632
+SHA512 (github.com_mattn_go-runewidth_@v_v0.0.16.mod) = b96cca212a7024f0039ddd3a744fe818ab2e028b8ac2fd4472ce76ee9b496de3abb0960718c1106a98cf7e6df652dcf2884fe5ed95979bd9016399ea4abd324d
+Size (github.com_mattn_go-runewidth_@v_v0.0.16.mod) = 84 bytes
+BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.16.zip) = 3514c9c475c33603ba6cea23d1dc4c37289a27d19b016f1e26a01f8cb4ec2c67
+SHA512 (github.com_mattn_go-runewidth_@v_v0.0.16.zip) = 2ec3f35419b3d38626e42708fa628aea59a94976a520a22fc19f5da459f86c6f0955e5f43135344adb40013c21d8b1491a90ed09972e3eda4daa425cb3593895
+Size (github.com_mattn_go-runewidth_@v_v0.0.16.zip) = 22002 bytes
BLAKE2s (github.com_rivo_uniseg_@v_v0.2.0.mod) = 9cf2a838a41e79c2133f00b4192de1d8204ef6dc7be601908ad9b2fb0c84c8df
SHA512 (github.com_rivo_uniseg_@v_v0.2.0.mod) = d6089badd618722b8d3584965f1a10290097f259024a444744f625fe5b439fef62c7e14f060fb8593197d003ecd6c29f0cb85700de0bdfbf2511ca66729db3bc
Size (github.com_rivo_uniseg_@v_v0.2.0.mod) = 39 bytes
BLAKE2s (github.com_rivo_uniseg_@v_v0.4.3.mod) = b28862d76cf101776adbbbe430fe54e3e3d580592a189a4d172bde6e0e12b844
SHA512 (github.com_rivo_uniseg_@v_v0.4.3.mod) = 24aed27104c6b3c7afa3d97e9be08efcd771fbfaebadfabef86161d626d46471fba92f61513931e34811755af29f5a4d32ceb77aea598060cf8c1ee513d7438c
Size (github.com_rivo_uniseg_@v_v0.4.3.mod) = 39 bytes
-BLAKE2s (github.com_rivo_uniseg_@v_v0.4.3.zip) = 81532df0ef68e054d29b4a5bea173d03313fc37bee0b1b98dc555ace5db47ab9
-SHA512 (github.com_rivo_uniseg_@v_v0.4.3.zip) = 93ece64627476204f9b1833fdc2ee32944b6612116b43c89c0a6197702ac98af6f877f9ef81964459840bcffd2c4e28a4e10c85e4b420836a413431575a3de84
-Size (github.com_rivo_uniseg_@v_v0.4.3.zip) = 476353 bytes
+BLAKE2s (github.com_rivo_uniseg_@v_v0.4.7.mod) = b28862d76cf101776adbbbe430fe54e3e3d580592a189a4d172bde6e0e12b844
+SHA512 (github.com_rivo_uniseg_@v_v0.4.7.mod) = 24aed27104c6b3c7afa3d97e9be08efcd771fbfaebadfabef86161d626d46471fba92f61513931e34811755af29f5a4d32ceb77aea598060cf8c1ee513d7438c
+Size (github.com_rivo_uniseg_@v_v0.4.7.mod) = 39 bytes
+BLAKE2s (github.com_rivo_uniseg_@v_v0.4.7.zip) = 44c242bf1de390840d95dbacf0de4fd090639b828dc426d2836e5df9a7a20f0e
+SHA512 (github.com_rivo_uniseg_@v_v0.4.7.zip) = 31b3e79237b3976bd32a7d3172cec798b70416bbe391034c72fe53b8f3b2ffe7ed681c86df4fd1d7d15b4d8c71ddacf0881044600f2a28abcdd17590269eff15
+Size (github.com_rivo_uniseg_@v_v0.4.7.zip) = 481951 bytes
BLAKE2s (github.com_yuin_goldmark_@v_v1.4.13.mod) = 762aa9f29a199f8d7a6c4f5616131596e48b3912b330db87a68f7682fa401a51
SHA512 (github.com_yuin_goldmark_@v_v1.4.13.mod) = a35fb2caa24d91450561cb1ad835c140f93eda650acd82dc1edbc2a64f507b856c19958af651bfbbe2731cdb50148044260bc5d30960b57769bdaba19142fab3
Size (github.com_yuin_goldmark_@v_v1.4.13.mod) = 41 bytes
@@ -48,9 +66,30 @@ Size (golang.org_x_crypto_@v_v0.0.0-2019
BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210921155107-089bfa567519.mod) = 824ffc805f5055d5008f6935f3b8f85d7550f8e0f91552186724b20823d87add
SHA512 (golang.org_x_crypto_@v_v0.0.0-20210921155107-089bfa567519.mod) =
32f94123c2845965432016800e6f051341f6d5d0af3678e367ac6c55022c68e86e929cc545a576d466f2533c235c29fb72542de75eae7419dfb5640cd80df3ef
Size (golang.org_x_crypto_@v_v0.0.0-20210921155107-089bfa567519.mod) = 247 bytes
+BLAKE2s (golang.org_x_crypto_@v_v0.13.0.mod) = f2b54df93ba27e13bcdbea2f5e3c671cca1f85f63ae9f7866cc66ec0ecbb120c
+SHA512 (golang.org_x_crypto_@v_v0.13.0.mod) = 58a565cc832edca276c91851bb178bcbc841ea47bd6b7f4c2556be0b37f22c511715f45ae038289f49a23863f29ab998d47dbed3e8f39457840e54fa6ed6244c
+Size (golang.org_x_crypto_@v_v0.13.0.mod) = 190 bytes
+BLAKE2s (golang.org_x_crypto_@v_v0.19.0.mod) = 58db0e3ca1e5e04344b4a570cf42442ff2e893a4ea7cdd5c1004f36efba0e0fc
+SHA512 (golang.org_x_crypto_@v_v0.19.0.mod) = 65043a9ae37d0d89caa5ca0d7894d1b636a84a3e409217591a0c32c23a76a8062d3900ef1b31bf32632e3e57eac90d364e10e45e7722a380a3013dde66c7be9a
+Size (golang.org_x_crypto_@v_v0.19.0.mod) = 190 bytes
+BLAKE2s (golang.org_x_crypto_@v_v0.23.0.mod) = 80d88e725376074599a726636007b021a86dd9abb4ceebfafd48ddeb3f98ba68
+SHA512 (golang.org_x_crypto_@v_v0.23.0.mod) = 1544f60ce755aae889453a5e891ef9e3e0a20bb510570cd214a1a4556ef83f74abc3ed27c00b66419eab585a3021cbe63669706c2c855553a5579482f882591e
+Size (golang.org_x_crypto_@v_v0.23.0.mod) = 190 bytes
+BLAKE2s (golang.org_x_mod_@v_v0.12.0.mod) = 46afeec3ff404db0c277f2327c09392ff6412842beaa74cc9cf91bb5a9210d96
+SHA512 (golang.org_x_mod_@v_v0.12.0.mod) = 76e9bc61587af5cca8e4b230f0f7e723e790d1c9d637e9db1e29d9ef49e0315ce611e3b94a2dee4ec7e1e672a3422dad4dec6efc9959eca6805fde6b7633ab83
+Size (golang.org_x_mod_@v_v0.12.0.mod) = 84 bytes
+BLAKE2s (golang.org_x_mod_@v_v0.15.0.mod) = 756609d6566fdcb4fd11633882849e0163d09de134e085f0aa006dcbb10825e0
+SHA512 (golang.org_x_mod_@v_v0.15.0.mod) = d741bbf0270c5cda8ff6abb6c3aeec25f5edadae32df5f146c4c88b9c30abef2f2e9bc69f214757b4702f2df9dc08fbd2073e4fa64e683850d33a60806c8c4ba
+Size (golang.org_x_mod_@v_v0.15.0.mod) = 84 bytes
+BLAKE2s (golang.org_x_mod_@v_v0.17.0.mod) = 756609d6566fdcb4fd11633882849e0163d09de134e085f0aa006dcbb10825e0
+SHA512 (golang.org_x_mod_@v_v0.17.0.mod) = d741bbf0270c5cda8ff6abb6c3aeec25f5edadae32df5f146c4c88b9c30abef2f2e9bc69f214757b4702f2df9dc08fbd2073e4fa64e683850d33a60806c8c4ba
+Size (golang.org_x_mod_@v_v0.17.0.mod) = 84 bytes
BLAKE2s (golang.org_x_mod_@v_v0.6.0-dev.0.20220419223038-86c51ed26bb4.mod) = 3f0d0909d9e47064d3d0fe193f1a93eeeeac26d33ee67fd3c9bc8f17ae1e81f8
SHA512 (golang.org_x_mod_@v_v0.6.0-dev.0.20220419223038-86c51ed26bb4.mod) =
480578e689b3d5f5026af3ab52e55b47098525512daf532f4656d50ea5d9043d1b3e69556a5e7d93c7ea6cfca956f733271f3b1f4f65da1a7dac9ea07f5d9fec
Size (golang.org_x_mod_@v_v0.6.0-dev.0.20220419223038-86c51ed26bb4.mod) = 157 bytes
+BLAKE2s (golang.org_x_mod_@v_v0.8.0.mod) = 46afeec3ff404db0c277f2327c09392ff6412842beaa74cc9cf91bb5a9210d96
+SHA512 (golang.org_x_mod_@v_v0.8.0.mod) = 76e9bc61587af5cca8e4b230f0f7e723e790d1c9d637e9db1e29d9ef49e0315ce611e3b94a2dee4ec7e1e672a3422dad4dec6efc9959eca6805fde6b7633ab83
+Size (golang.org_x_mod_@v_v0.8.0.mod) = 84 bytes
BLAKE2s (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6
SHA512 (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236
Size (golang.org_x_net_@v_v0.0.0-20190620200207-3b0461eec859.mod) = 181 bytes
@@ -60,12 +99,42 @@ Size (golang.org_x_net_@v_v0.0.0-2021022
BLAKE2s (golang.org_x_net_@v_v0.0.0-20220722155237-a158d28d115b.mod) = 9307f6ffcb6aa8035f4f716b6e797f1f06b4366f74e098b7247968b4cc5cddbf
SHA512 (golang.org_x_net_@v_v0.0.0-20220722155237-a158d28d115b.mod) = 1c5c40d56518378bffb74da777d6d203c197259097807258b8f657e9474a4091c97eb487515d567c458992301e21d2f9d7ad7c50299132b540ca0f9173caf611
Size (golang.org_x_net_@v_v0.0.0-20220722155237-a158d28d115b.mod) = 179 bytes
+BLAKE2s (golang.org_x_net_@v_v0.10.0.mod) = d1d61eca514fe47de63932c3698c2ddc3530d36a278c6b918322b4a627965642
+SHA512 (golang.org_x_net_@v_v0.10.0.mod) = 16b675d8541faaa84db0dabd36038d93def81785fb89eaefde6f25057b00fe3cb7ccd9b09056bbed2cd24739323f80c71b1a563c200c8ef088cd5c2ed4eae575
+Size (golang.org_x_net_@v_v0.10.0.mod) = 123 bytes
+BLAKE2s (golang.org_x_net_@v_v0.15.0.mod) = 5169ab2c601e6b049b9f55fe713f6111dc2dfea123746ebef0dab1e8f207c9a2
+SHA512 (golang.org_x_net_@v_v0.15.0.mod) = a697e06355b30910c6fefb9d1c64df8c59cf506d7ed0e220224108b5567b596422cbdf20ce99c9bf94e1583e628d79b2f391ac2e08e5aac8df180a699dc5deb7
+Size (golang.org_x_net_@v_v0.15.0.mod) = 155 bytes
+BLAKE2s (golang.org_x_net_@v_v0.21.0.mod) = c825aebf029d6a36e09a01c758ca14558ae247d04f256e440e3632989a276b38
+SHA512 (golang.org_x_net_@v_v0.21.0.mod) = 49f05dcb6b0d910b4ae1301c8a8683f023ff2578e3bfbfaa0a3a3e15892630420b195dc549174ccabb14c8cd35ca0d48f6e0663080f4ec2ea5f011330ca9ba8e
+Size (golang.org_x_net_@v_v0.21.0.mod) = 155 bytes
+BLAKE2s (golang.org_x_net_@v_v0.25.0.mod) = 450b387324ff19ac2f596eb0f79898af35b65dd330d0cfc82e81eb9ca8770562
+SHA512 (golang.org_x_net_@v_v0.25.0.mod) = 6f8e5f882d1d425ea0d1658d011eaaa25513d453bf8ffc9aea38a861fa41cd3e086065cd26c31fc87de33a748d6121e3456a8f8ad7d978d7199b11dc7121ea23
+Size (golang.org_x_net_@v_v0.25.0.mod) = 155 bytes
+BLAKE2s (golang.org_x_net_@v_v0.6.0.mod) = a13f1f12c71569aef2fc9edf06f32cd07cdcce1ae04b7ff3713c09cf27afaeea
+SHA512 (golang.org_x_net_@v_v0.6.0.mod) = 64bce90bd4ad6f8981f8c432ac55fe8e49596ab679bd6169299996a1a90ab99d8bf97d404c5e808b7849203b774ac3049884d0545dbcfe5b7d8131c3dada0483
+Size (golang.org_x_net_@v_v0.6.0.mod) = 123 bytes
BLAKE2s (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede
SHA512 (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0
Size (golang.org_x_sync_@v_v0.0.0-20190423024810-112230192c58.mod) = 25 bytes
BLAKE2s (golang.org_x_sync_@v_v0.0.0-20220722155255-886fb9371eb4.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede
SHA512 (golang.org_x_sync_@v_v0.0.0-20220722155255-886fb9371eb4.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0
Size (golang.org_x_sync_@v_v0.0.0-20220722155255-886fb9371eb4.mod) = 25 bytes
+BLAKE2s (golang.org_x_sync_@v_v0.1.0.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede
+SHA512 (golang.org_x_sync_@v_v0.1.0.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0
+Size (golang.org_x_sync_@v_v0.1.0.mod) = 25 bytes
+BLAKE2s (golang.org_x_sync_@v_v0.10.0.mod) = 0fa1fb1833cee855281d59c95598cae38e2fd86ea0c52c4b67ba2e815fb513b3
+SHA512 (golang.org_x_sync_@v_v0.10.0.mod) = 2d159d931db45104e0714e311698dff5905d206e5740cb4f7e1442d1b561da91928b0882f9f56f8190abb7cddadeaec7684f8d598fb6afd6322c5782232b4d5b
+Size (golang.org_x_sync_@v_v0.10.0.mod) = 34 bytes
+BLAKE2s (golang.org_x_sync_@v_v0.3.0.mod) = a4e4a0337726d2dbfb13f3eca4d8e46d3a43769316b6d77a628422363d665aa7
+SHA512 (golang.org_x_sync_@v_v0.3.0.mod) = e409094e57103743a3650935cc5bdc2083ef596bca3720ac1c2098667dc66d88b1df3a3d7b9144a686d2aa4beadb7bc4d9d7a588d80fd50b25f130635231554d
+Size (golang.org_x_sync_@v_v0.3.0.mod) = 34 bytes
+BLAKE2s (golang.org_x_sync_@v_v0.6.0.mod) = 0fa1fb1833cee855281d59c95598cae38e2fd86ea0c52c4b67ba2e815fb513b3
+SHA512 (golang.org_x_sync_@v_v0.6.0.mod) = 2d159d931db45104e0714e311698dff5905d206e5740cb4f7e1442d1b561da91928b0882f9f56f8190abb7cddadeaec7684f8d598fb6afd6322c5782232b4d5b
+Size (golang.org_x_sync_@v_v0.6.0.mod) = 34 bytes
+BLAKE2s (golang.org_x_sync_@v_v0.7.0.mod) = 0fa1fb1833cee855281d59c95598cae38e2fd86ea0c52c4b67ba2e815fb513b3
+SHA512 (golang.org_x_sync_@v_v0.7.0.mod) = 2d159d931db45104e0714e311698dff5905d206e5740cb4f7e1442d1b561da91928b0882f9f56f8190abb7cddadeaec7684f8d598fb6afd6322c5782232b4d5b
+Size (golang.org_x_sync_@v_v0.7.0.mod) = 34 bytes
BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87
SHA512 (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c
Size (golang.org_x_sys_@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = 24 bytes
@@ -78,33 +147,78 @@ Size (golang.org_x_sys_@v_v0.0.0-2021061
BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220520151302-bc2c85ada10a.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
SHA512 (golang.org_x_sys_@v_v0.0.0-20220520151302-bc2c85ada10a.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
Size (golang.org_x_sys_@v_v0.0.0-20220520151302-bc2c85ada10a.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220615213510-4f61da869c0c.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
+SHA512 (golang.org_x_sys_@v_v0.0.0-20220615213510-4f61da869c0c.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
+Size (golang.org_x_sys_@v_v0.0.0-20220615213510-4f61da869c0c.mod) = 33 bytes
BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220722155257-8c9f86f7a55f.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
SHA512 (golang.org_x_sys_@v_v0.0.0-20220722155257-8c9f86f7a55f.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
Size (golang.org_x_sys_@v_v0.0.0-20220722155257-8c9f86f7a55f.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.12.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
+SHA512 (golang.org_x_sys_@v_v0.12.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
+Size (golang.org_x_sys_@v_v0.12.0.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.17.0.mod) = 546db01fa3b030f3f3b5f8d3674bc29d1f026a60a57e474fff3e1cd44fe694a1
+SHA512 (golang.org_x_sys_@v_v0.17.0.mod) = ec229018bf6fa169913d0c66821fc296766b8a71720123e8d8cfcf5b8b8da110e338d03b8233b1224b8586ea9d9e4231b9720c1f806d4be2523413c521acf97b
+Size (golang.org_x_sys_@v_v0.17.0.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.20.0.mod) = 546db01fa3b030f3f3b5f8d3674bc29d1f026a60a57e474fff3e1cd44fe694a1
+SHA512 (golang.org_x_sys_@v_v0.20.0.mod) = ec229018bf6fa169913d0c66821fc296766b8a71720123e8d8cfcf5b8b8da110e338d03b8233b1224b8586ea9d9e4231b9720c1f806d4be2523413c521acf97b
+Size (golang.org_x_sys_@v_v0.20.0.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.29.0.mod) = 546db01fa3b030f3f3b5f8d3674bc29d1f026a60a57e474fff3e1cd44fe694a1
+SHA512 (golang.org_x_sys_@v_v0.29.0.mod) = ec229018bf6fa169913d0c66821fc296766b8a71720123e8d8cfcf5b8b8da110e338d03b8233b1224b8586ea9d9e4231b9720c1f806d4be2523413c521acf97b
+Size (golang.org_x_sys_@v_v0.29.0.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.29.0.zip) = 198ee329c2925443f6f85c0c6d06298c10ed42b1b1d60ded09aed564b21f880c
+SHA512 (golang.org_x_sys_@v_v0.29.0.zip) = a1d6857b56d8a072b3998d6f1b3ff7551720d8f103439b223723c7128765c72a707379996bf790e36357c5cb49bb9369ccc2ef1a5eefe6187c8a199f3288106f
+Size (golang.org_x_sys_@v_v0.29.0.zip) = 1983637 bytes
BLAKE2s (golang.org_x_sys_@v_v0.5.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
SHA512 (golang.org_x_sys_@v_v0.5.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
Size (golang.org_x_sys_@v_v0.5.0.mod) = 33 bytes
BLAKE2s (golang.org_x_sys_@v_v0.8.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
SHA512 (golang.org_x_sys_@v_v0.8.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
Size (golang.org_x_sys_@v_v0.8.0.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.8.0.zip) = 1d1dd30ede45eedf5a3a55fb4c349db31c0da8d3c28e13f71464bfe84709f861
-SHA512 (golang.org_x_sys_@v_v0.8.0.zip) = a24f36dd1f3f0a998fdc68f03870350635d3ae6cd3abae010f9c8d69a9e7c3484605286e1153e24e45548d39aa713e91bb39106f5c4b68377f906299c1dd743b
-Size (golang.org_x_sys_@v_v0.8.0.zip) = 1894928 bytes
+BLAKE2s (golang.org_x_telemetry_@v_v0.0.0-20240228155512-f48c80bd79b2.mod) = 750d95eb73d02cc96b6877c850d210f7822f511005d8afa2226817e492fdc717
+SHA512 (golang.org_x_telemetry_@v_v0.0.0-20240228155512-f48c80bd79b2.mod) =
eebd6d8985e1dce124c206079696f433974b6e3c3f2cc8894d7249754e5777758813ef5a8e7342af56ead895bf307710fb4398c112b649aa20ef96f58677e981
+Size (golang.org_x_telemetry_@v_v0.0.0-20240228155512-f48c80bd79b2.mod) = 138 bytes
BLAKE2s (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.mod) = ea6d2006c1c11da8c2174212a63865a04dec1775f98210c17f3a0cb8d4a1a80f
SHA512 (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.mod) = a3401e3d20dc1aaaebbf3c296a783668003f2182ed77ec830431f97339e07eda1859fe8c3c7fdfb0125b3ed331d23208519df520f86e20c1a05c822b3d766b08
Size (golang.org_x_term_@v_v0.0.0-20201126162022-7de9c90e9dd1.mod) = 95 bytes
BLAKE2s (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.mod) = 0f390b4bf64eaa8a44136d9227dcd19975bee0ef0132e2d36548cfe38a79720b
SHA512 (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.mod) = 81f571821c669188c4482da38b6921ac4c2c1747f8a803a6846531127cfde25dd04819d971f08f601c2d2cee2e636644c1648eff55dd24d89dfb3777e90fe9a0
Size (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.mod) = 95 bytes
+BLAKE2s (golang.org_x_term_@v_v0.12.0.mod) = 6eb6690dda61d28130c1aee70f81d22121049a6f92b10dd79d91d4b9657cc3f1
+SHA512 (golang.org_x_term_@v_v0.12.0.mod) = 8d110ea51b602052185452bb0476bbf9bc4130ef3dc4a3ba020478e3a9a0b8030ad9e7548864c995cb32dc46ce5c91822d364de89b6f9e4b4bd3d0a7d392872c
+Size (golang.org_x_term_@v_v0.12.0.mod) = 68 bytes
+BLAKE2s (golang.org_x_term_@v_v0.17.0.mod) = d186e45ff945967b6e9a6c94ee97a07c3d547a2e7957e5ccc00d38e7991827cb
+SHA512 (golang.org_x_term_@v_v0.17.0.mod) = fd43b7d38d8700f0238fe367383336925e796753f8960623061e6346a7e338b91103e4b7940bba3a6b3678f8f1c8ed054aa225ed289ce9712b9501be0de1f187
+Size (golang.org_x_term_@v_v0.17.0.mod) = 68 bytes
+BLAKE2s (golang.org_x_term_@v_v0.20.0.mod) = 6d24927c8d2966e9e6010caff50d5361836dd18f69852bed5996fee07a6097fe
+SHA512 (golang.org_x_term_@v_v0.20.0.mod) = 62a68fa198061738355ac170ea591c54c6c2b99a25590f4760981522591b496b5eee3bd34766e5c56d7d6d786b68054dbf11edfb72328ef6f5ab09b12486fb10
+Size (golang.org_x_term_@v_v0.20.0.mod) = 68 bytes
+BLAKE2s (golang.org_x_term_@v_v0.28.0.mod) = a9f9546918148b84c505f52073d1034e0151598088648a9121389b0b2175b072
+SHA512 (golang.org_x_term_@v_v0.28.0.mod) = 0fd57d27c2c0fcedfd93bd93117e76be4d2a8692c131f86748a17050a3418643724f744eb1bf5f23cb3372661224fd874d71c9cbad0f1b582b74878d467246d3
+Size (golang.org_x_term_@v_v0.28.0.mod) = 68 bytes
+BLAKE2s (golang.org_x_term_@v_v0.28.0.zip) = 5c704c0c1646c283dad52d01b8f76c498e21e31c2b6677efe80bb1c4c02c467e
+SHA512 (golang.org_x_term_@v_v0.28.0.zip) = ad3275387211ba28cbdd25303246755b7e2951dc230e991b576c21b97c6b049953b7d912f96b04f9fb7576127aa809fb5459c1bc1515a17656743b4bfb1a2531
+Size (golang.org_x_term_@v_v0.28.0.zip) = 19810 bytes
BLAKE2s (golang.org_x_term_@v_v0.5.0.mod) = aa9178ce8f4a13282fdb39fa4cf1c641a73f8e915e3b849e8a57cf6705c8cc34
SHA512 (golang.org_x_term_@v_v0.5.0.mod) = 88ef95fca01c9d194993ea0e3853b31c1e3862defedbcf111624af86eeea63099af727b817ebcb3d9ae926692882e08a41fd72f8b8687b5527b2d9115ac55d3a
Size (golang.org_x_term_@v_v0.5.0.mod) = 67 bytes
BLAKE2s (golang.org_x_term_@v_v0.8.0.mod) = 1fa6c540c2a882ada4d67690f9ae74f5d5ea4fab21493354064706d345be2028
SHA512 (golang.org_x_term_@v_v0.8.0.mod) = 865ab9fda3e62f27e5010edb02d40d68e812118f8f8f8e9afc3e19012a16f6076fdbac909a444f5d3036575352020d4ad8c1210191dbb0171d906b8990e7c581
Size (golang.org_x_term_@v_v0.8.0.mod) = 67 bytes
-BLAKE2s (golang.org_x_term_@v_v0.8.0.zip) = 90a4f31890c8b086e896e2a37298c132048c8ff112a2b3262f7d272de70f3a18
-SHA512 (golang.org_x_term_@v_v0.8.0.zip) = 63cb6f10de1b97b9315c9d3c281f10231a8b25aa7926a3cace8323ed497dc6c8b4528c55a06beb4b238c76756031cb4967d2d725c0b4d3936dfae64bda714e4c
-Size (golang.org_x_term_@v_v0.8.0.zip) = 19924 bytes
+BLAKE2s (golang.org_x_text_@v_v0.13.0.mod) = 4a1478d739da516ee6e01acd8b1b211f46c37b2e3d9080550f8f9a479f88c700
+SHA512 (golang.org_x_text_@v_v0.13.0.mod) = 9ca94e61e08cd1538ff8a10ef2eb0aa5fbac8e219f0a03d6a076c3ee551dd71fc77bd12498b5ca6aedb866ce7aa10a2a1c80915bb987278816b7c73a576158a9
+Size (golang.org_x_text_@v_v0.13.0.mod) = 197 bytes
+BLAKE2s (golang.org_x_text_@v_v0.14.0.mod) = 41aa03dda094edbe86480c3bb1e96f134c984b2f6af2790bb8545d511df4e0a8
+SHA512 (golang.org_x_text_@v_v0.14.0.mod) = c51e7660e628e383c698fc48e2ac0c38e10ef3ccfb15c92e45279dfecf9897433a245294f3a2430637800d8ff6e23fa9257b0aa6b4f1eac7c135fadc76afd808
+Size (golang.org_x_text_@v_v0.14.0.mod) = 197 bytes
+BLAKE2s (golang.org_x_text_@v_v0.15.0.mod) = 41aa03dda094edbe86480c3bb1e96f134c984b2f6af2790bb8545d511df4e0a8
+SHA512 (golang.org_x_text_@v_v0.15.0.mod) = c51e7660e628e383c698fc48e2ac0c38e10ef3ccfb15c92e45279dfecf9897433a245294f3a2430637800d8ff6e23fa9257b0aa6b4f1eac7c135fadc76afd808
+Size (golang.org_x_text_@v_v0.15.0.mod) = 197 bytes
+BLAKE2s (golang.org_x_text_@v_v0.21.0.mod) = 548ed54ee155c4d7ef6b0bc411ce72e50bac0974d77541097a1c7c8cbc1dcdab
+SHA512 (golang.org_x_text_@v_v0.21.0.mod) = 0e94bb07801aa51aad50cbbb7442b3b3e6dcbee4979fa50db7aaac9bfd7dbe74a548977b1a89e7f14a93f1b5d39d3fec47a2d0037dfa51df4727cf0c4cbeb8e4
+Size (golang.org_x_text_@v_v0.21.0.mod) = 221 bytes
+BLAKE2s (golang.org_x_text_@v_v0.21.0.zip) = 2dbe8b6a012a79d3d3e84369409ef51c4249b83ce52dd1d4de80c606d354f6ae
+SHA512 (golang.org_x_text_@v_v0.21.0.zip) = 6aceced9b1061c6120dd76d3c25dd1f018a0e517635f439b3cf5c9614933584c714ec1f25660e5cd4896d3fc902452a0373ec0422d37a4f462f73035845065bf
+Size (golang.org_x_text_@v_v0.21.0.zip) = 9233989 bytes
BLAKE2s (golang.org_x_text_@v_v0.3.0.mod) = 080036087ec663fb318320442bf68fad98da28e3ea33a1e5a3acf697a0527460
SHA512 (golang.org_x_text_@v_v0.3.0.mod) = ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d
Size (golang.org_x_text_@v_v0.3.0.mod) = 25 bytes
@@ -117,9 +231,9 @@ Size (golang.org_x_text_@v_v0.3.7.mod) =
BLAKE2s (golang.org_x_text_@v_v0.7.0.mod) = fe5eb66d25e871119ece4a071dc3907f9628069539e47210379439c1295cdf87
SHA512 (golang.org_x_text_@v_v0.7.0.mod) = 3c990818dec261358f7de189c4603e4c27637ae73f676d5a6e644534a43b6cf8c87907c96dd23fd6aa17682cd18f2f0a6579eea5eb3b4b388ac9737e5c5f6b76
Size (golang.org_x_text_@v_v0.7.0.mod) = 258 bytes
-BLAKE2s (golang.org_x_text_@v_v0.7.0.zip) = d4a08528cb542949182b45201201cbd46d6b2f79ab1ad411d067cab8b5d78eb9
-SHA512 (golang.org_x_text_@v_v0.7.0.zip) = 61dc29df22c4ea0b8792093d12325012c3d4153219485898481f062fb28ea1b91950c9af8ddc9058d68e10cbf4984257fe91d85985353359b29b15120ea3e30d
-Size (golang.org_x_text_@v_v0.7.0.zip) = 8614578 bytes
+BLAKE2s (golang.org_x_text_@v_v0.9.0.mod) = ca1e434bce0b52d1ff08595fe76f241d5cf7f86bb7387061b4ac2ba8bc61a3ba
+SHA512 (golang.org_x_text_@v_v0.9.0.mod) = 820e3558ee6cba46a76b4fa51a5dec2a3975f9c3f2567bae746ef42eee06b8ea27a3da911e6028d83825f9828bcee0cd22f8f624211eb271be193d547bacfe8f
+Size (golang.org_x_text_@v_v0.9.0.mod) = 215 bytes
BLAKE2s (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca
SHA512 (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) =
3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0
Size (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 26 bytes
@@ -129,9 +243,18 @@ Size (golang.org_x_tools_@v_v0.0.0-20191
BLAKE2s (golang.org_x_tools_@v_v0.1.12.mod) = 8e5929e44e175f60b164d7e7f0860a78ceac838254748829336eedd7b0d8f345
SHA512 (golang.org_x_tools_@v_v0.1.12.mod) = a7bf52a08d8b97fadb3f98c0eba83e8269789437ad1c29007c24137b68c72c26845c466b86b0355b8d85ce427507199f214f502dc3ab31c6f27646dae3237a81
Size (golang.org_x_tools_@v_v0.1.12.mod) = 327 bytes
+BLAKE2s (golang.org_x_tools_@v_v0.13.0.mod) = 61756cd04283f421b8e4a5cc198543f18a6508a110943a1ab38461d8a6fd117e
+SHA512 (golang.org_x_tools_@v_v0.13.0.mod) = c97c128c84ebea4dfb7a40c6b1b2bd6b01d82fd2b3b0bc15ec025d74720e0dfb014a61403065f396d8343dca4b5a9c4df89509023fb13a8563caa63bbd88c30e
+Size (golang.org_x_tools_@v_v0.13.0.mod) = 214 bytes
+BLAKE2s (golang.org_x_tools_@v_v0.21.1-0.20240508182429-e35e4ccd0d2d.mod) = 981271e8ed0addf27a2723e237bb431381bdc7fa0f64de0e70b87026b76c81fb
+SHA512 (golang.org_x_tools_@v_v0.21.1-0.20240508182429-e35e4ccd0d2d.mod) =
f73109f0a4a6251bed88ddafebd67df5b008171a4a5741c449ad67fd0eaf5b27c5047488b12ecfb08bda030e159783cb2d144e9784042632f1b02a503d441484
+Size (golang.org_x_tools_@v_v0.21.1-0.20240508182429-e35e4ccd0d2d.mod) = 339 bytes
+BLAKE2s (golang.org_x_tools_@v_v0.6.0.mod) = d690bc1c03bd30fc57dababf653ce5476b010de40698f9f94ec0e3be7f6cda7a
+SHA512 (golang.org_x_tools_@v_v0.6.0.mod) = d0de8f950f371ac309d3eb6558200211d81d583664d657c896a1995b59b489451b93895dc991bd555a2830496a94e6499abd36eb9563a5d6de94595923180878
+Size (golang.org_x_tools_@v_v0.6.0.mod) = 211 bytes
BLAKE2s (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584
SHA512 (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) =
659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05
Size (golang.org_x_xerrors_@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 37 bytes
-BLAKE2s (lf-30.tar.gz) = aa851c39cfa00c35bf9ab7faf26d8f1f6a04dd477fb2f9f76e4b3d7e331000c9
-SHA512 (lf-30.tar.gz) = 2318b8b1ebb92cec5247b3f8819492182085776bc437b223a92377f731f26a85a7b9bf3c475b31ee28ba204cc2e9abf8330e7a64b7d57631da9cb285aa80326d
-Size (lf-30.tar.gz) = 125152 bytes
+BLAKE2s (lf-34.tar.gz) = 20b4138b32f48ac5c3940c93d25b0c81e6995e41f08ffdb682fa3e767efcb959
+SHA512 (lf-34.tar.gz) = f96958d0d77c1af4772a09f6db2ec4c26ba713ded8edde8b9a975984c5b76a22c36861b8d51315e60cddb7ce6b394c1ff88990ce4001c31956ea0c5a394ac641
+Size (lf-34.tar.gz) = 149768 bytes
Home |
Main Index |
Thread Index |
Old Index