pkgsrc-WIP-changes archive

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

miller: update to miller-6.7.0 and update commit message



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Mar 18 01:26:59 2023 +0200
Changeset:	095576293ead332f69d8cc227bdff184ab5d1d35

Modified Files:
	miller/COMMIT_MSG
	miller/Makefile
	miller/distinfo
	miller/go-modules.mk
	miller/patches/patch-go.sum

Log Message:
miller: update to miller-6.7.0 and update commit message

v6.7.0
======

New leftpad/rightpad DSL functions, unspace verb, and more

Features

  * New leftpad and rightpad DSL functions by @johnkerl in #1205
  * mlr unspace verb by @johnkerl in #1167
  * Support more backslashed special characters in DSL strings by @johnkerl in #1212
  * Add --ofmte, --ofmtf, --ofmtg command-line flags by @johnkerl in #1206

Documentation updates

  * Fixed missing double quote in documentation sample by @Clindbergh in #1181
  * Complete #1181 by @johnkerl in #1184
  * Add doc info on DSL code-comment syntax by @johnkerl in #1165
  * Fix typos by @jwilk in #1135
  * Fix typo in mlr put documentation by @johnkerl in #1140

Bug fixes

  * Fix #1164: regression on CSV blank-line handling by @johnkerl in #1168
  * Fix #1146: bug in lo/hi limits for non-auto histogram by @johnkerl in #1157
  * Fix #1102: empty-string field in single-column TSV should not be a schema-restart by @johnkerl in #1163

Minor changes

  * Add Go LICENSE file by @skitt in #1171

Dependency updates

  * Bump github/codeql-action from 2.1.33 to 2.1.35 by @dependabot in #1137
  * Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #1136
  * Bump github/codeql-action from 2.1.35 to 2.1.36 by @dependabot in #1143
  * Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #1145
  * Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in #1147
  * Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #1148
  * Bump github/codeql-action from 2.1.36 to 2.1.37 by @dependabot in #1151
  * Bump actions/cache from 3.0.11 to 3.2.0 by @dependabot in #1155
  * Bump actions/cache from 3.2.0 to 3.2.1 by @dependabot in #1156
  * Bump actions/cache from 3.2.1 to 3.2.2 by @dependabot in #1160
  * Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 by @dependabot in #1162
  * Bump codespell-project/actions-codespell from bcf481f4d5cce7b92b65f05aebe8f552d4f1442c to
    9c63fddd79f483308bfaea379a505dcd361b5d1d by @dependabot in #1172
  * Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #1173
  * Bump actions/cache from 3.2.2 to 3.2.3 by @dependabot in #1174
  * Bump actions/upload-artifact from 3.1.1 to 3.1.2 by @dependabot in #1175
  * Bump github/codeql-action from 2.1.37 to 2.1.38 by @dependabot in #1176
  * Bump github/codeql-action from 2.1.38 to 2.1.39 by @dependabot in #1179
  * Bump github/codeql-action from 2.1.39 to 2.2.1 by @dependabot in #1183
  * Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 by @dependabot in #1185
  * Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 by @dependabot in #1187
  * Bump actions/cache from 3.2.3 to 3.2.4 by @dependabot in #1186
  * Bump actions/cache from 3.2.4 to 3.2.5 by @dependabot in #1192
  * Bump github/codeql-action from 2.2.1 to 2.2.3 by @dependabot in #1191
  * Bump github/codeql-action from 2.2.3 to 2.2.4 by @dependabot in #1193
  * Bump actions/cache from 3.2.5 to 3.2.6 by @dependabot in #1196
  * Bump golang.org/x/sys from 0.0.0-20210326220804-49726bf1d181 to 0.1.0 in /cmd/experiments/cli_parser by @dependabot in #1203
  * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #1208
  * Bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #1207

New Contributors

  * @jwilk made their first contribution in #1135
  * @Clindbergh made their first contribution in #1181

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=095576293ead332f69d8cc227bdff184ab5d1d35

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

diffstat:
 miller/COMMIT_MSG           | 69 +++++++++++++++++++++++++++++++++++-
 miller/Makefile             |  2 +-
 miller/distinfo             | 86 ++++++++++++++++++++++++++++++++++++++++++---
 miller/go-modules.mk        | 26 ++++++++++++++
 miller/patches/patch-go.sum | 10 +++---
 5 files changed, 182 insertions(+), 11 deletions(-)

diffs:
diff --git a/miller/COMMIT_MSG b/miller/COMMIT_MSG
index 72d0ddc270..f88d811422 100644
--- a/miller/COMMIT_MSG
+++ b/miller/COMMIT_MSG
@@ -1,4 +1,71 @@
-textproc/miller: update to miller-6.6.0
+textproc/miller: update to miller-6.7.0
+
+v6.7.0
+======
+
+New leftpad/rightpad DSL functions, unspace verb, and more
+
+Features
+
+  * New leftpad and rightpad DSL functions by @johnkerl in #1205
+  * mlr unspace verb by @johnkerl in #1167
+  * Support more backslashed special characters in DSL strings by @johnkerl in #1212
+  * Add --ofmte, --ofmtf, --ofmtg command-line flags by @johnkerl in #1206
+
+Documentation updates
+
+  * Fixed missing double quote in documentation sample by @Clindbergh in #1181
+  * Complete #1181 by @johnkerl in #1184
+  * Add doc info on DSL code-comment syntax by @johnkerl in #1165
+  * Fix typos by @jwilk in #1135
+  * Fix typo in mlr put documentation by @johnkerl in #1140
+
+Bug fixes
+
+  * Fix #1164: regression on CSV blank-line handling by @johnkerl in #1168
+  * Fix #1146: bug in lo/hi limits for non-auto histogram by @johnkerl in #1157
+  * Fix #1102: empty-string field in single-column TSV should not be a schema-restart by @johnkerl in #1163
+
+Minor changes
+
+  * Add Go LICENSE file by @skitt in #1171
+
+Dependency updates
+
+  * Bump github/codeql-action from 2.1.33 to 2.1.35 by @dependabot in #1137
+  * Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #1136
+  * Bump github/codeql-action from 2.1.35 to 2.1.36 by @dependabot in #1143
+  * Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #1145
+  * Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in #1147
+  * Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #1148
+  * Bump github/codeql-action from 2.1.36 to 2.1.37 by @dependabot in #1151
+  * Bump actions/cache from 3.0.11 to 3.2.0 by @dependabot in #1155
+  * Bump actions/cache from 3.2.0 to 3.2.1 by @dependabot in #1156
+  * Bump actions/cache from 3.2.1 to 3.2.2 by @dependabot in #1160
+  * Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 by @dependabot in #1162
+  * Bump codespell-project/actions-codespell from bcf481f4d5cce7b92b65f05aebe8f552d4f1442c to
+    9c63fddd79f483308bfaea379a505dcd361b5d1d by @dependabot in #1172
+  * Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #1173
+  * Bump actions/cache from 3.2.2 to 3.2.3 by @dependabot in #1174
+  * Bump actions/upload-artifact from 3.1.1 to 3.1.2 by @dependabot in #1175
+  * Bump github/codeql-action from 2.1.37 to 2.1.38 by @dependabot in #1176
+  * Bump github/codeql-action from 2.1.38 to 2.1.39 by @dependabot in #1179
+  * Bump github/codeql-action from 2.1.39 to 2.2.1 by @dependabot in #1183
+  * Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 by @dependabot in #1185
+  * Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 by @dependabot in #1187
+  * Bump actions/cache from 3.2.3 to 3.2.4 by @dependabot in #1186
+  * Bump actions/cache from 3.2.4 to 3.2.5 by @dependabot in #1192
+  * Bump github/codeql-action from 2.2.1 to 2.2.3 by @dependabot in #1191
+  * Bump github/codeql-action from 2.2.3 to 2.2.4 by @dependabot in #1193
+  * Bump actions/cache from 3.2.5 to 3.2.6 by @dependabot in #1196
+  * Bump golang.org/x/sys from 0.0.0-20210326220804-49726bf1d181 to 0.1.0 in /cmd/experiments/cli_parser by @dependabot in #1203
+  * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #1208
+  * Bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #1207
+
+New Contributors
+
+  * @jwilk made their first contribution in #1135
+  * @Clindbergh made their first contribution in #1181
 
 v6.6.0
 ======
diff --git a/miller/Makefile b/miller/Makefile
index fcd3f90b2c..8893948868 100644
--- a/miller/Makefile
+++ b/miller/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.24 2022/12/31 19:09:50 fcambus Exp $
 
-DISTNAME=	miller-6.6.0
+DISTNAME=	miller-6.7.0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=johnkerl/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/miller/distinfo b/miller/distinfo
index 8de11cecca..05ae4118dc 100644
--- a/miller/distinfo
+++ b/miller/distinfo
@@ -39,6 +39,9 @@ Size (github.com_felixge_fgprof_@v_v0.9.3.mod) = 151 bytes
 BLAKE2s (github.com_felixge_fgprof_@v_v0.9.3.zip) = d4ca283c678ecc9249190893b398c2dccb719fa3b4013843be5fd1142befe923
 SHA512 (github.com_felixge_fgprof_@v_v0.9.3.zip) = 83b6a22851fc4fc19053ffde6c877ee52138c9410212ee2f51c71da521c3186965fc97da4b0f06517928698489351442a157ef7e63ba8472f7038cd2dd129f9d
 Size (github.com_felixge_fgprof_@v_v0.9.3.zip) = 343885 bytes
+BLAKE2s (github.com_goccmack_gocc_@v_v0.0.0-20230228185258-2292f9e40198.mod) = 3897c767c5e12fd3d3b2b7d7d83701df8d895c7e9d25cfd5e19fff578a231a38
+SHA512 (github.com_goccmack_gocc_@v_v0.0.0-20230228185258-2292f9e40198.mod) = a3ca20fcf09e6451408d45a95d1386370812bf13b4c7c640dea778e2a40176af62c44cbfd73f9e3f76c680ff789449b54687aa1fc3b8ba2768d7e15660f9f02f
+Size (github.com_goccmack_gocc_@v_v0.0.0-20230228185258-2292f9e40198.mod) = 74 bytes
 BLAKE2s (github.com_google_pprof_@v_v0.0.0-20211214055906-6f57359322fd.mod) = 031b87d43aea3c71e905f9b23cf86786e7b0ea708bb433f5bef7b8eb5832151b
 SHA512 (github.com_google_pprof_@v_v0.0.0-20211214055906-6f57359322fd.mod) = 32324d2bfda577065b8b308fd5a29d310aab7fcdefc08ac5cfe9b0548ad729e9b618ebe7ab4086ab49f0660facae588d3f0fdfcec35f862394c6856cb7988b4a
 Size (github.com_google_pprof_@v_v0.0.0-20211214055906-6f57359322fd.mod) = 368 bytes
@@ -141,24 +144,99 @@ Size (github.com_stretchr_testify_@v_v1.8.1.mod) = 188 bytes
 BLAKE2s (github.com_stretchr_testify_@v_v1.8.1.zip) = deb5414852ba1d12a77d6671792e6b89c132e94865cb80f4c1505468f30164f1
 SHA512 (github.com_stretchr_testify_@v_v1.8.1.zip) = b38c398c559b651d02c16d1c0bac2b9b54a19bee51fdd986359d5659c25bf2853cdac044c084ad0e086b78f638b3cc03733121e63480b555ab199c335f03109a
 Size (github.com_stretchr_testify_@v_v1.8.1.zip) = 113583 bytes
+BLAKE2s (github.com_stretchr_testify_@v_v1.8.2.mod) = 9cba4c7e673fa366fcec4603d67030a0a278ca58afe2c8e4d74de88ed9d89dd8
+SHA512 (github.com_stretchr_testify_@v_v1.8.2.mod) = 0fe9325c142599f577ef2f281f09dce40b431b21bf32834e30fba68ae8896c0fdee66e93fa64ede86e326ec9d74a639233fe813f701387cacd27d19814c31351
+Size (github.com_stretchr_testify_@v_v1.8.2.mod) = 188 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
+BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = d95def65a866d710e01f1b0c2753b866d5c1df6af7d5289b1c784394b1d82e04
+SHA512 (golang.org_x_crypto_@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = 2df49895053b36fed7ea905aa73f86568fbafd79ff0a7976679d8c77cf15025129435d9dbfd89367b611b1aadbea4f4bd1835eb4efa9ea702466e443638d379e
+Size (golang.org_x_crypto_@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = 88 bytes
+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_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
+BLAKE2s (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.mod) = a2c15b99f803c8fec2304237e4f8b2e0588019bb634ed05eeac951521b68d811
+SHA512 (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.mod) = f8ad754f922057fe78b5497cc77089a5eedc774800b2728a3ccd74cc82d83ba1ff00cc2d28110d5535623b733af7e34616f2fe127e68a936b9551395487ec146
+Size (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.mod) = 179 bytes
+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_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_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
 BLAKE2s (golang.org_x_sys_@v_v0.0.0-20201119102817-f84b799fce68.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f
 SHA512 (golang.org_x_sys_@v_v0.0.0-20201119102817-f84b799fce68.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
 Size (golang.org_x_sys_@v_v0.0.0-20201119102817-f84b799fce68.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210615035016-665e8c7367d1.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
+SHA512 (golang.org_x_sys_@v_v0.0.0-20210615035016-665e8c7367d1.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
+Size (golang.org_x_sys_@v_v0.0.0-20210615035016-665e8c7367d1.mod) = 33 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.0.0-20211007075335-d3039528d8ac.mod) = 33 bytes
+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-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.0.0-20220811171246-fbc7d0a398ab.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.mod) = 33 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.zip) = a5ead2e0cf0f1370a2ba376f6b1089c0dd7276d02c5ceafd3cd00a8054ba53f4
 SHA512 (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.zip) = 14c9c58aeb219ba80c188b457158efc9b89f961149d72b13999ce1b55f1e7268cfbe8cd008292a4435c376f9f01b421118c2d4d95b9509f031b148f85062f38e
 Size (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.zip) = 1814667 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-20201210144234-2321bbc49cbf.mod) = ea6d2006c1c11da8c2174212a63865a04dec1775f98210c17f3a0cb8d4a1a80f
 SHA512 (golang.org_x_term_@v_v0.0.0-20201210144234-2321bbc49cbf.mod) = a3401e3d20dc1aaaebbf3c296a783668003f2182ed77ec830431f97339e07eda1859fe8c3c7fdfb0125b3ed331d23208519df520f86e20c1a05c822b3d766b08
 Size (golang.org_x_term_@v_v0.0.0-20201210144234-2321bbc49cbf.mod) = 95 bytes
 BLAKE2s (golang.org_x_term_@v_v0.0.0-20201210144234-2321bbc49cbf.zip) = cb509d6a747483b4782e806649f62d5ce1f35a6fb569802df9e2f4ee32bbc864
 SHA512 (golang.org_x_term_@v_v0.0.0-20201210144234-2321bbc49cbf.zip) = 2774ed5c167d2f4d26d7b0fe2ff5beeb0bd2b7a45b9cfc4bd9a57c9fd5491c960de8d9fbd5f02c090d74ba45a8842fd94beb016c53ded33f9f3d50e65d601d09
 Size (golang.org_x_term_@v_v0.0.0-20201210144234-2321bbc49cbf.zip) = 23324 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.0.0-20210927222741-03fcf44c2211.zip) = 91adff208627c23594f4032d544699e808327891ad83fae1b7ba7d42d51f84cc
+SHA512 (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.zip) = 2f7ff46b02b31f30a73e1d574fafce089e51df788a2b34b18d505d1c191149a70f222b462664218c5451a7beaa7efaf4178470703887f2e438a4455603f359a3
+Size (golang.org_x_term_@v_v0.0.0-20210927222741-03fcf44c2211.zip) = 21653 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
+BLAKE2s (golang.org_x_text_@v_v0.3.3.mod) = 70f5179544ccad4f13f0825e55a41b11a7dd38266aada468eb391ab115a3458e
+SHA512 (golang.org_x_text_@v_v0.3.3.mod) = f3f68808ccf5223453f765f59db1ef551b2130069eb83518878961c2d4a2044f9049f8d49df6e67699fcd2645cf90b84d35626590b2cfbca302fcf0eac76dc8b
+Size (golang.org_x_text_@v_v0.3.3.mod) = 97 bytes
+BLAKE2s (golang.org_x_text_@v_v0.3.7.mod) = 267ea3094e99e155a492ecd37e9d71c4ea1243519f281f6783ab66fa47524e68
+SHA512 (golang.org_x_text_@v_v0.3.7.mod) = e77211a503c35d8b6c392fc1b44daed580659b997673cd312ae8e579d1d715d7a53f8f0f0dd2d4dedbc6c5ca5ab7e3d52269a6536a42824cce267c89eb29cbbd
+Size (golang.org_x_text_@v_v0.3.7.mod) = 97 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
+BLAKE2s (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8
+SHA512 (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109
+Size (golang.org_x_tools_@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 212 bytes
+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_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 (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f
 SHA512 (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
 Size (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes
@@ -174,7 +252,7 @@ Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 95 bytes
 BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c
 SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff
 Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes
-BLAKE2s (miller-6.6.0.tar.gz) = 5f8a224771273a9898138b24e499d0ebbf12eb2fbc2dc1038aa231ff1c09ad31
-SHA512 (miller-6.6.0.tar.gz) = 3aad63b9b65540617fdb213a1711c8ac0225b3d7a3c6c3b01c2a946f7fbbdd8ee97a4fbada4204324b3b14a487eb17352cffce645e68b6a37f1acaa029598f66
-Size (miller-6.6.0.tar.gz) = 10997498 bytes
-SHA1 (patch-go.sum) = 84656d2f53f128c1d52ec404fda279adfe0b1918
+BLAKE2s (miller-6.7.0.tar.gz) = 4f19732b9ab358a5ae94a7ceec980b8b725ca983af059844a3a6b0892935eb05
+SHA512 (miller-6.7.0.tar.gz) = 28656a1c8eff2b33a10950b2ae036ba8c7f181a290afdf9b3aa190fdd2bc06b9a3c9a905eb5543a8ec5276fe992499a12430d7a3bb5695d11a1f012420cb53b0
+Size (miller-6.7.0.tar.gz) = 11001346 bytes
+SHA1 (patch-go.sum) = 22fc04730572cc2affd063b034b2fb042820e72b
diff --git a/miller/go-modules.mk b/miller/go-modules.mk
index 4fb70b2e4e..35c969e8a1 100644
--- a/miller/go-modules.mk
+++ b/miller/go-modules.mk
@@ -13,6 +13,7 @@ GO_MODULE_FILES+=	github.com/facette/natsort/@v/v0.0.0-20181210072756-2cd4dd1e2d
 GO_MODULE_FILES+=	github.com/facette/natsort/@v/v0.0.0-20181210072756-2cd4dd1e2dcb.zip
 GO_MODULE_FILES+=	github.com/felixge/fgprof/@v/v0.9.3.mod
 GO_MODULE_FILES+=	github.com/felixge/fgprof/@v/v0.9.3.zip
+GO_MODULE_FILES+=	github.com/goccmack/gocc/@v/v0.0.0-20230228185258-2292f9e40198.mod
 GO_MODULE_FILES+=	github.com/google/pprof/@v/v0.0.0-20211214055906-6f57359322fd.mod
 GO_MODULE_FILES+=	github.com/google/pprof/@v/v0.0.0-20211214055906-6f57359322fd.zip
 GO_MODULE_FILES+=	github.com/ianlancetaylor/demangle/@v/v0.0.0-20210905161508-09a460cdf81d.mod
@@ -47,12 +48,37 @@ GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.7.1.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.0.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.1.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.1.zip
+GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.2.mod
+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/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/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/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-20211007075335-d3039528d8ac.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-20220722155257-8c9f86f7a55f.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20220811171246-fbc7d0a398ab.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20220811171246-fbc7d0a398ab.zip
+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-20201210144234-2321bbc49cbf.mod
 GO_MODULE_FILES+=	golang.org/x/term/@v/v0.0.0-20201210144234-2321bbc49cbf.zip
+GO_MODULE_FILES+=	golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.mod
+GO_MODULE_FILES+=	golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.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/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/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod
 GO_MODULE_FILES+=	gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod
 GO_MODULE_FILES+=	gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.zip
 GO_MODULE_FILES+=	gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod
diff --git a/miller/patches/patch-go.sum b/miller/patches/patch-go.sum
index 0e07c729bb..c32ba4b203 100644
--- a/miller/patches/patch-go.sum
+++ b/miller/patches/patch-go.sum
@@ -2,7 +2,7 @@ $NetBSD$
 
 Add missing sums.
 
---- go.sum.orig	2023-01-01 21:56:36.000000000 +0000
+--- go.sum.orig	2023-03-02 03:37:58.000000000 +0000
 +++ go.sum
 @@ -1,4 +1,5 @@
  github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
@@ -10,15 +10,15 @@ Add missing sums.
  github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
  github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
  github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-@@ -10,6 +11,7 @@ github.com/felixge/fgprof v0.9.3 h1:VvyZ
- github.com/felixge/fgprof v0.9.3/go.mod h1:RdbpDgzqYVh/T9fPELJyV7EYJuHB55UTEULNun8eiPw=
+@@ -12,6 +13,7 @@ github.com/goccmack/gocc v0.0.0-20230228
+ github.com/goccmack/gocc v0.0.0-20230228185258-2292f9e40198/go.mod h1:DTh/Y2+NbnOVVoypCCQrovMPDKUGp4yZpSbWg5D0XIM=
  github.com/google/pprof v0.0.0-20211214055906-6f57359322fd h1:1FjCyPC+syAzJ5/2S8fqdZK1R22vvA0J7JZKcuOIQ7Y=
  github.com/google/pprof v0.0.0-20211214055906-6f57359322fd/go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg=
 +github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d h1:uGg2frlt3IcT7kbV6LEp5ONv4vmoO2FW4qSO+my/aoM=
  github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
  github.com/johnkerl/lumin v1.0.0 h1:CV34cHZOJ92Y02RbQ0rd4gA0C06Qck9q8blOyaPoWpU=
  github.com/johnkerl/lumin v1.0.0/go.mod h1:eLf5AdQOaLvzZ2zVy4REr/DSeEwG+CZreHwNLICqv9E=
-@@ -21,6 +23,8 @@ github.com/lestrrat-go/strftime v1.0.6 h
+@@ -23,6 +25,8 @@ github.com/lestrrat-go/strftime v1.0.6 h
  github.com/lestrrat-go/strftime v1.0.6/go.mod h1:f7jQKgV5nnJpYgdEasS+/y7EsTb8ykN2z68n3TtcTaw=
  github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=
  github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
@@ -27,7 +27,7 @@ Add missing sums.
  github.com/nine-lives-later/go-windows-terminal-sequences v1.0.4 h1:NC4H8hewgaktBqMI5yzy6L/Vln5/H7BEziyxaE2fX3Y=
  github.com/nine-lives-later/go-windows-terminal-sequences v1.0.4/go.mod h1:eUQxpEiJy001RoaLXrNa5+QQLYiEgmEafwWuA3ppJSo=
  github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
-@@ -31,7 +35,9 @@ github.com/pmezard/go-difflib v1.0.0 h1:
+@@ -33,7 +37,9 @@ github.com/pmezard/go-difflib v1.0.0 h1:
  github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
  github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
  github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=


Home | Main Index | Thread Index | Old Index