Download raw body.
update textproc/miller --> 6.12.0
Hi ports@,
This is an update of textproc/miller to its latest version 6.12.0
Upstream rewrote the tool in Go (previously C), so this is an entire
different port really.
Builds, tests pass and works for me on amd64.
I had to override some targets as they do things not in the standard Go
way.
Ok to commit ?
diff refs/heads/master 4a53dad3614a1c663a336a6c1a070f96087e7e59
commit - 5e543d4d846455537d0016c56a39cd0e57e4debf
commit + 4a53dad3614a1c663a336a6c1a070f96087e7e59
blob - aa94d56001a8ecc60b156bb55d1397e1ec8de9fe
blob + a87f67d53246bf171f7d067cc92e466dfc5de5b5
--- textproc/miller/Makefile
+++ textproc/miller/Makefile
@@ -1,18 +1,36 @@
COMMENT = name-indexed data processing tool
-GH_ACCOUNT = johnkerl
-GH_PROJECT = miller
-GH_TAGNAME = v5.10.4
+MODGO_MODNAME = github.com/johnkerl/miller
+MODGO_VERSION = v1.0.2-0.20240316211905-a0bead409304
+DISTNAME = miller-6.12.0
+
CATEGORIES = textproc
-HOMEPAGE = https://johnkerl.org/miller/doc/
+HOMEPAGE = https://miller.readthedocs.io
# BSD
PERMIT_PACKAGE = Yes
-WANTLIB += c m
+WANTLIB += c pthread
-CONFIGURE_STYLE = gnu
+MODULES = lang/go
+post-extract:
+ cd ${WRKSRC} && mv test/input/datos-pluriling{++,ΓΌ}es.csv
+
+do-build:
+ cd ${WRKSRC} && ${MODGO_CMD} build ${MODGO_FLAGS} ./cmd/mlr
+
+do-test:
+ cd ${WRKSRC} && \
+ ${MODGO_CMD} test ${MODGO_FLAGS} ${MODGO_TEST_FLAGS} ./pkg/...
+ cd ${WRKSRC} && \
+ ${MODGO_CMD} test ${MODGO_FLAGS} ${MODGO_TEST_FLAGS} regression_test.go
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mlr ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/mlr.1 ${PREFIX}/man/man1
+
+.include "modules.inc"
.include <bsd.port.mk>
blob - 2940c1e47497265186508d533c5d37505c5f4f0c
blob + bf6c740854be43bb83de1b6b4d85c9fd8cfc23ef
--- textproc/miller/distinfo
+++ textproc/miller/distinfo
@@ -1,2 +1,130 @@
-SHA256 (miller-5.10.4.tar.gz) = iQdeT5VxViz+K5rzXkQovfV0CwmqZfqzg4OBB1+UNsI=
-SIZE (miller-5.10.4.tar.gz) = 6280883
+SHA256 (go_modules/github.com/chzyer/logex/@v/v1.1.10.mod) = 99MQTqxMVnTcSEfPWxGTwuA70k/lISQ6NNcscJrYOjo=
+SHA256 (go_modules/github.com/chzyer/logex/@v/v1.1.10.zip) = LJR3HB4zWixYqWREs3aLjgApd0fWzn58FLqy6LOdkb0=
+SHA256 (go_modules/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod) = kAt5fFMfLfGC5DGolezTEJqs/t/d2rI6SPfAqdWnVlk=
+SHA256 (go_modules/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip) = PchCZ3iHJ4+zPSUHjTda5qepS7d6jSBe4iMLWBtpR6Y=
+SHA256 (go_modules/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod) = 0HXE5LZiTqb4AxiDyNZv9DCrwv/h+06Jw7kRVpnynDs=
+SHA256 (go_modules/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.zip) = rYVQvtPEqUu+9XufxbsVgG6s7aAJJXFkBDIFgNYOL30=
+SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.mod) = vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw=
+SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw=
+SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = a0SoQ5UfNxtwEMdU7MPKvv6BXVztHFuUCfstaX6KiQ0=
+SHA256 (go_modules/github.com/facette/natsort/@v/v0.0.0-20181210072756-2cd4dd1e2dcb.mod) = 8v/3is6w20+9C3sD2n8JICUYvqRGCz2UsTv1vZh/bo4=
+SHA256 (go_modules/github.com/facette/natsort/@v/v0.0.0-20181210072756-2cd4dd1e2dcb.zip) = CM0RESN0v2v5RTRb/e3hFBoLuXNwYpEBb6zAUI7KOuc=
+SHA256 (go_modules/github.com/felixge/fgprof/@v/v0.9.3.mod) = G4FCpyTwr69dOnTq+HyFVk1QzegJwKNNz6AmZH+ucx4=
+SHA256 (go_modules/github.com/felixge/fgprof/@v/v0.9.3.zip) = LIMmgIes+Ldnvmnbw3wJn6hYVnY8Loj7mWN9Rutqwjw=
+SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20211214055906-6f57359322fd.mod) = hzeZ+tgTqpIWXvsMYZn4NPAiTAZIAz+ydNLF6SFghow=
+SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20211214055906-6f57359322fd.zip) = +05Skzm4fGLqk3cL9QyDTbDZxqc95EE+mzItFy+HW08=
+SHA256 (go_modules/github.com/ianlancetaylor/demangle/@v/v0.0.0-20210905161508-09a460cdf81d.mod) = ++6V0vip9ymLgFywV1UNxOIYMTnBtoUPPPOhxkevJ/8=
+SHA256 (go_modules/github.com/ianlancetaylor/demangle/@v/v0.0.0-20210905161508-09a460cdf81d.zip) = W73dg8tLikLXQftqK1CCbrvugAxRt6nnXf0r3DcyeKE=
+SHA256 (go_modules/github.com/johnkerl/lumin/@v/v1.0.0.mod) = iXgnOH1fEhkVedh2CjOTU1muYaj+jIQsBpy+X1DQ+wI=
+SHA256 (go_modules/github.com/johnkerl/lumin/@v/v1.0.0.zip) = dDqGSmh8e30U8e0JdoV9DzGt/Sh74QzWLv6FhBcHMAk=
+SHA256 (go_modules/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.mod) = SaLWxz9mfcD0YyKg1qz8uhQgm/t2735iLWHhCRli/zQ=
+SHA256 (go_modules/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.zip) = rky3sJfcTrDCSN/wDtO78PNphMQWKtHWFSZghOWL1sw=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.17.7.mod) = m6QGTWROiRkC7SIOLAE1/XloXyPG+wybI2j8kXP4H0A=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.17.7.zip) = gow7ltlzYuIw8mezcp/6+M7dkuOfup7JIXAAGkEg1VA=
+SHA256 (go_modules/github.com/lestrrat-go/envload/@v/v0.0.0-20180220234015-a3eb8ddeffcc.mod) = UDdkecupO7uO8FUwR+Vfv6ONySmkFon0QFWKUR5hkbA=
+SHA256 (go_modules/github.com/lestrrat-go/envload/@v/v0.0.0-20180220234015-a3eb8ddeffcc.zip) = vETiqCjDk4PJ49Li916vrrWnFAvsu5PTRq3annVwlB0=
+SHA256 (go_modules/github.com/lestrrat-go/strftime/@v/v1.0.6.mod) = 3WFT7aDZ2AyobFAoniTHdrxQxxeyYPyJSU9RvLaFBI8=
+SHA256 (go_modules/github.com/lestrrat-go/strftime/@v/v1.0.6.zip) = FDjxopSd2c+C1RnnuJSGeswuDRI8mV5bawW5IMNoalU=
+SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.20.mod) = Huq+8bTZjbc8bCBzKJFjZJvJoERVKsqGudWS/oTqocg=
+SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.20.zip) = 8tX4nKRRV34XRkubtZbcDQ7OzsteqmNiLEG1fNC3uMw=
+SHA256 (go_modules/github.com/nine-lives-later/go-windows-terminal-sequences/@v/v1.0.4.mod) = mORAG4PjNmd8aTA/+T9c661HpY3wuc7sLeDI0pz0EH8=
+SHA256 (go_modules/github.com/nine-lives-later/go-windows-terminal-sequences/@v/v1.0.4.zip) = 0dD27qV7xE1DUOH2y5QEt2oskXhZ1lWx17RkWFDznkI=
+SHA256 (go_modules/github.com/pkg/errors/@v/v0.9.1.mod) = 3yjGqCPxgddheWlxd8DFlDxv+zjzwQstxTvjYO59RYk=
+SHA256 (go_modules/github.com/pkg/errors/@v/v0.9.1.zip) = 1MNri80GFikKORMhXg9TuTG9bgBnBZbylg3xtEryvQc=
+SHA256 (go_modules/github.com/pkg/profile/@v/v1.7.0.mod) = SnkqIyRN7sE3zqtMGrCjdQcat/FyI0w6M+JL0BlpR7U=
+SHA256 (go_modules/github.com/pkg/profile/@v/v1.7.0.zip) = V6ZdbKOuXfEWUwUt6edAUv6y2AL9jEyxDZpW8EZsyF8=
+SHA256 (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.mod) = dLLnZushU3eGTVh7rfV+lVIfaS0qeGCzx3WQk/nJvsI=
+SHA256 (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.zip) = 3gTOzBpLjVPkNXBRAmeUvLxU8uaiYM+sUIzmnV1kV6A=
+SHA256 (go_modules/github.com/stretchr/objx/@v/v0.1.0.mod) = E1A1TVLSKHpiM27MDVYjLUxHaZr5u6ScZ8K0glTamPE=
+SHA256 (go_modules/github.com/stretchr/objx/@v/v0.4.0.mod) = MbL9ze6HDw9hv/r6+5YiCWflvKCKdqkg1XQhb8H5E1U=
+SHA256 (go_modules/github.com/stretchr/objx/@v/v0.5.2.mod) = WOylTSZyhCeAb0CQiCjodi01LMOwoLC2DcYM5hdn//Y=
+SHA256 (go_modules/github.com/stretchr/objx/@v/v0.5.2.zip) = PCLB0cTEAk6xahLwGHd1ZAvzXVGwoGZJ/rx3lxGUUcA=
+SHA256 (go_modules/github.com/stretchr/testify/@v/v1.3.0.mod) = qwY9UVSo6HMLztTFJpjldw61C/rjR768NeykiLjj9uM=
+SHA256 (go_modules/github.com/stretchr/testify/@v/v1.7.1.mod) = //gWjZjmoHFWxFShtuklUJ8xd+lsFVUW1/lrQHnMo78=
+SHA256 (go_modules/github.com/stretchr/testify/@v/v1.8.0.mod) = 4HYHTBVgrR3amLiwD+pjCMS2zNBt3QiNIttGJu1o9zg=
+SHA256 (go_modules/github.com/stretchr/testify/@v/v1.9.0.mod) = wKZIoDfaVKawLoqBGx05F9SdxOGEHNdW8o8MTxWTkzw=
+SHA256 (go_modules/github.com/stretchr/testify/@v/v1.9.0.zip) = 7l1Pc8tomxtUMsaQihifn72xclB8ScMtvfebI56puOA=
+SHA256 (go_modules/golang.org/x/mod/@v/v0.8.0.mod) = YkVnRZxumUesSr3gtwNO5h3Ltqk3P1lwCUwLs+gSGWQ=
+SHA256 (go_modules/golang.org/x/mod/@v/v0.8.0.zip) = SugXZ5nYzagZ5wcxumhVc1AD5+STBDbjRYTHXJbEluA=
+SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20211007075335-d3039528d8ac.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ=
+SHA256 (go_modules/golang.org/x/sys/@v/v0.18.0.mod) = 0iezJfYh9OvijTm6dz6pm4cPOTt8CcNFksNlsW3VYN4=
+SHA256 (go_modules/golang.org/x/sys/@v/v0.18.0.zip) = luOxaxWn0ZPJ2yl020yr7SmzerS7CfY+36RBGZ3m/fg=
+SHA256 (go_modules/golang.org/x/sys/@v/v0.5.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ=
+SHA256 (go_modules/golang.org/x/sys/@v/v0.6.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ=
+SHA256 (go_modules/golang.org/x/term/@v/v0.18.0.mod) = g8LUm6V+PVvzArifuftB8QhV0RS/cRhMwzuCUXc0Sug=
+SHA256 (go_modules/golang.org/x/term/@v/v0.18.0.zip) = YGUvfdL6QYXGKGe8qj+lblmwf1txCD2PcquILSUTVaY=
+SHA256 (go_modules/golang.org/x/text/@v/v0.14.0.mod) = lxV58X6avFkmq3YhT1M71RfPSSXIhSQ6xHVaGgp8ae8=
+SHA256 (go_modules/golang.org/x/text/@v/v0.14.0.zip) = uYFIl+DgnNV2p6AT8GbH21N6PVONLg9g8Mrum8Gz9K8=
+SHA256 (go_modules/golang.org/x/tools/@v/v0.6.0.mod) = gw7Xjc0+mSfEEuJkEjAwhEd0nVE9MQJNJ24kQ7IBZgk=
+SHA256 (go_modules/golang.org/x/tools/@v/v0.6.0.zip) = minIkEwqzUtlgl6RbL2vQXCG81u2jFSvmmKDoOE0HoU=
+SHA256 (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod) = XDBuDWM81moRtA4uX7vG2kIRDbfXLqPBUkzrRe5Awz8=
+SHA256 (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.zip) = ThgX+WTKNOVFuBr9oDJaXonPWN4uQT2CB8Cv3dD9wVw=
+SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHdhG3HAX5vzupDauTk=
+SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHdhG3HAX5vzupDauTk=
+SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = qrj7xOYwDqCOav4crqGKIckMefSJ9SxT4vIEMfGpoBU=
+SHA256 (miller-6.12.0.zip) = AV/HuisB2LXeinoYMRDv9BvKiD3wAOYUoik7r/2d3Ik=
+SIZE (go_modules/github.com/chzyer/logex/@v/v1.1.10.mod) = 31
+SIZE (go_modules/github.com/chzyer/logex/@v/v1.1.10.zip) = 5802
+SIZE (go_modules/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod) = 34
+SIZE (go_modules/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip) = 56640
+SIZE (go_modules/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod) = 30
+SIZE (go_modules/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.zip) = 5024
+SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.mod) = 34
+SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = 34
+SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = 60320
+SIZE (go_modules/github.com/facette/natsort/@v/v0.0.0-20181210072756-2cd4dd1e2dcb.mod) = 34
+SIZE (go_modules/github.com/facette/natsort/@v/v0.0.0-20181210072756-2cd4dd1e2dcb.zip) = 3676
+SIZE (go_modules/github.com/felixge/fgprof/@v/v0.9.3.mod) = 151
+SIZE (go_modules/github.com/felixge/fgprof/@v/v0.9.3.zip) = 343885
+SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20211214055906-6f57359322fd.mod) = 368
+SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20211214055906-6f57359322fd.zip) = 1854150
+SIZE (go_modules/github.com/ianlancetaylor/demangle/@v/v0.0.0-20210905161508-09a460cdf81d.mod) = 51
+SIZE (go_modules/github.com/ianlancetaylor/demangle/@v/v0.0.0-20210905161508-09a460cdf81d.zip) = 690415
+SIZE (go_modules/github.com/johnkerl/lumin/@v/v1.0.0.mod) = 42
+SIZE (go_modules/github.com/johnkerl/lumin/@v/v1.0.0.zip) = 517898
+SIZE (go_modules/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.mod) = 41
+SIZE (go_modules/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.zip) = 7034
+SIZE (go_modules/github.com/klauspost/compress/@v/v1.17.7.mod) = 137
+SIZE (go_modules/github.com/klauspost/compress/@v/v1.17.7.zip) = 38846750
+SIZE (go_modules/github.com/lestrrat-go/envload/@v/v0.0.0-20180220234015-a3eb8ddeffcc.mod) = 38
+SIZE (go_modules/github.com/lestrrat-go/envload/@v/v0.0.0-20180220234015-a3eb8ddeffcc.zip) = 6144
+SIZE (go_modules/github.com/lestrrat-go/strftime/@v/v1.0.6.mod) = 194
+SIZE (go_modules/github.com/lestrrat-go/strftime/@v/v1.0.6.zip) = 20531
+SIZE (go_modules/github.com/mattn/go-isatty/@v/v0.0.20.mod) = 76
+SIZE (go_modules/github.com/mattn/go-isatty/@v/v0.0.20.zip) = 8936
+SIZE (go_modules/github.com/nine-lives-later/go-windows-terminal-sequences/@v/v1.0.4.mod) = 65
+SIZE (go_modules/github.com/nine-lives-later/go-windows-terminal-sequences/@v/v1.0.4.zip) = 4061
+SIZE (go_modules/github.com/pkg/errors/@v/v0.9.1.mod) = 29
+SIZE (go_modules/github.com/pkg/errors/@v/v0.9.1.zip) = 17866
+SIZE (go_modules/github.com/pkg/profile/@v/v1.7.0.mod) = 81
+SIZE (go_modules/github.com/pkg/profile/@v/v1.7.0.zip) = 7868
+SIZE (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.mod) = 37
+SIZE (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.zip) = 12433
+SIZE (go_modules/github.com/stretchr/objx/@v/v0.1.0.mod) = 32
+SIZE (go_modules/github.com/stretchr/objx/@v/v0.4.0.mod) = 137
+SIZE (go_modules/github.com/stretchr/objx/@v/v0.5.2.mod) = 276
+SIZE (go_modules/github.com/stretchr/objx/@v/v0.5.2.zip) = 43974
+SIZE (go_modules/github.com/stretchr/testify/@v/v1.3.0.mod) = 154
+SIZE (go_modules/github.com/stretchr/testify/@v/v1.7.1.mod) = 216
+SIZE (go_modules/github.com/stretchr/testify/@v/v1.8.0.mod) = 188
+SIZE (go_modules/github.com/stretchr/testify/@v/v1.9.0.mod) = 417
+SIZE (go_modules/github.com/stretchr/testify/@v/v1.9.0.zip) = 124686
+SIZE (go_modules/golang.org/x/mod/@v/v0.8.0.mod) = 84
+SIZE (go_modules/golang.org/x/mod/@v/v0.8.0.zip) = 161670
+SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20211007075335-d3039528d8ac.mod) = 33
+SIZE (go_modules/golang.org/x/sys/@v/v0.18.0.mod) = 33
+SIZE (go_modules/golang.org/x/sys/@v/v0.18.0.zip) = 1907063
+SIZE (go_modules/golang.org/x/sys/@v/v0.5.0.mod) = 33
+SIZE (go_modules/golang.org/x/sys/@v/v0.6.0.mod) = 33
+SIZE (go_modules/golang.org/x/term/@v/v0.18.0.mod) = 68
+SIZE (go_modules/golang.org/x/term/@v/v0.18.0.zip) = 19883
+SIZE (go_modules/golang.org/x/text/@v/v0.14.0.mod) = 197
+SIZE (go_modules/golang.org/x/text/@v/v0.14.0.zip) = 9235236
+SIZE (go_modules/golang.org/x/tools/@v/v0.6.0.mod) = 211
+SIZE (go_modules/golang.org/x/tools/@v/v0.6.0.zip) = 3008760
+SIZE (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod) = 25
+SIZE (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.zip) = 39844
+SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod) = 95
+SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = 95
+SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = 104623
+SIZE (miller-6.12.0.zip) = 17420168
blob - /dev/null
blob + da3ba8d949b0453b52f7cbb1bd35157598e7d28f (mode 644)
--- /dev/null
+++ textproc/miller/modules.inc
@@ -0,0 +1,41 @@
+MODGO_MODULES = \
+ github.com/chzyer/logex v1.1.10 \
+ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e \
+ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 \
+ github.com/davecgh/go-spew v1.1.1 \
+ github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb \
+ github.com/felixge/fgprof v0.9.3 \
+ github.com/google/pprof v0.0.0-20211214055906-6f57359322fd \
+ github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d \
+ github.com/johnkerl/lumin v1.0.0 \
+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 \
+ github.com/klauspost/compress v1.17.7 \
+ github.com/lestrrat-go/envload v0.0.0-20180220234015-a3eb8ddeffcc \
+ github.com/lestrrat-go/strftime v1.0.6 \
+ github.com/mattn/go-isatty v0.0.20 \
+ github.com/nine-lives-later/go-windows-terminal-sequences v1.0.4 \
+ github.com/pkg/errors v0.9.1 \
+ github.com/pkg/profile v1.7.0 \
+ github.com/pmezard/go-difflib v1.0.0 \
+ github.com/stretchr/objx v0.5.2 \
+ github.com/stretchr/testify v1.9.0 \
+ golang.org/x/mod v0.8.0 \
+ golang.org/x/sys v0.18.0 \
+ golang.org/x/term v0.18.0 \
+ golang.org/x/text v0.14.0 \
+ golang.org/x/tools v0.6.0 \
+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \
+ gopkg.in/yaml.v3 v3.0.1
+
+MODGO_MODFILES = \
+ github.com/davecgh/go-spew v1.1.0 \
+ github.com/stretchr/objx v0.1.0 \
+ github.com/stretchr/objx v0.4.0 \
+ github.com/stretchr/testify v1.3.0 \
+ github.com/stretchr/testify v1.7.1 \
+ github.com/stretchr/testify v1.8.0 \
+ golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac \
+ golang.org/x/sys v0.5.0 \
+ golang.org/x/sys v0.6.0 \
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
+
--
Paco Esteban.
0x5818130B8A6DBC03
update textproc/miller --> 6.12.0