aboutsummaryrefslogtreecommitdiff
path: root/net/cloudquery
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-06-26 06:30:26 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-06-26 06:30:26 +0000
commitc3fb094f67c14e498e039fccb7d38944fd5e99e4 (patch)
tree89fb43fc0ef66394904f6510d0e56432ef80847e /net/cloudquery
parent3968e59f6c62174afa7f526544d902f2b507d0bb (diff)
downloadports-c3fb094f67c14e498e039fccb7d38944fd5e99e4.tar.gz
ports-c3fb094f67c14e498e039fccb7d38944fd5e99e4.zip
net/cloudquery: Update to 0.13.8
Diffstat (limited to 'net/cloudquery')
-rw-r--r--net/cloudquery/Makefile23
-rw-r--r--net/cloudquery/distinfo48
2 files changed, 58 insertions, 13 deletions
diff --git a/net/cloudquery/Makefile b/net/cloudquery/Makefile
index 8df4cb6a5250..71e247dcbc74 100644
--- a/net/cloudquery/Makefile
+++ b/net/cloudquery/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cloudquery
DISTVERSIONPREFIX= v
-DISTVERSION= 0.13.7
+DISTVERSION= 0.13.8
CATEGORIES= net
MAINTAINER= nc@FreeBSD.org
@@ -17,18 +17,26 @@ GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
GH_TUPLE= \
Masterminds:squirrel:v1.5.0:masterminds_squirrel/vendor/github.com/Masterminds/squirrel \
+ Microsoft:go-winio:v0.4.16:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \
+ ProtonMail:go-crypto:04723f9f07d7:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \
VividCortex:ewma:v1.2.0:vividcortex_ewma/vendor/github.com/VividCortex/ewma \
acarl005:stripansi:5a71ef0e047d:acarl005_stripansi/vendor/github.com/acarl005/stripansi \
+ acomagu:bufpipe:v1.0.3:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \
agext:levenshtein:v1.2.3:agext_levenshtein/vendor/github.com/agext/levenshtein \
apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \
aws:aws-lambda-go:v1.23.0:aws_aws_lambda_go/vendor/github.com/aws/aws-lambda-go \
- cloudquery:cq-provider-sdk:v0.2.0:cloudquery_cq_provider_sdk/vendor/github.com/cloudquery/cq-provider-sdk \
+ cloudquery:cq-provider-sdk:v0.2.2:cloudquery_cq_provider_sdk/vendor/github.com/cloudquery/cq-provider-sdk \
creasty:defaults:v1.5.1:creasty_defaults/vendor/github.com/creasty/defaults \
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
+ emirpasic:gods:v1.12.0:emirpasic_gods/vendor/github.com/emirpasic/gods \
fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \
- fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
+ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
georgysavva:scany:v0.2.8:georgysavva_scany/vendor/github.com/georgysavva/scany \
+ go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \
+ go-git:go-billy:v5.3.1:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \
+ go-git:go-git:v5.4.2:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \
go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
+ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \
go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
gofrs:uuid:v4.0.0:gofrs_uuid/vendor/github.com/gofrs/uuid \
@@ -54,6 +62,7 @@ GH_TUPLE= \
huandu:go-sqlbuilder:v1.12.1:huandu_go_sqlbuilder/vendor/github.com/huandu/go-sqlbuilder \
huandu:xstrings:v1.3.2:huandu_xstrings/vendor/github.com/huandu/xstrings \
iancoleman:strcase:v0.1.3:iancoleman_strcase/vendor/github.com/iancoleman/strcase \
+ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
jackc:chunkreader:v2.0.1:jackc_chunkreader_v2/vendor/github.com/jackc/chunkreader/v2 \
jackc:pgconn:v1.8.1:jackc_pgconn/vendor/github.com/jackc/pgconn \
@@ -64,12 +73,15 @@ GH_TUPLE= \
jackc:pgtype:v1.7.0:jackc_pgtype/vendor/github.com/jackc/pgtype \
jackc:pgx:v4.11.0:jackc_pgx_v4/vendor/github.com/jackc/pgx/v4 \
jackc:puddle:v1.1.3:jackc_puddle/vendor/github.com/jackc/puddle \
+ jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \
+ kevinburke:ssh_config:4977a11b4351:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \
lann:builder:47ae307949d0:lann_builder/vendor/github.com/lann/builder \
lann:ps:62de8c46ede0:lann_ps/vendor/github.com/lann/ps \
magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \
mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
mattn:go-runewidth:v0.0.10:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
+ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
mitchellh:go-testing-interface:v1.14.1:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \
mitchellh:go-wordwrap:v1.0.1:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \
mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
@@ -83,9 +95,11 @@ GH_TUPLE= \
protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \
rs:zerolog:v1.20.0:rs_zerolog/vendor/github.com/rs/zerolog \
+ satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \
+ sergi:go-diff:v1.2.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \
spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
- spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \
+ spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \
spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \
@@ -94,6 +108,7 @@ GH_TUPLE= \
subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
thoas:go-funk:efae847b30ab:thoas_go_funk/vendor/github.com/thoas/go-funk \
vbauerster:mpb:v6.0.3:vbauerster_mpb_v6/vendor/github.com/vbauerster/mpb/v6 \
+ xanzy:ssh-agent:v0.3.0:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent \
zclconf:go-cty:v1.8.3:zclconf_go_cty/vendor/github.com/zclconf/go-cty
PLIST_FILES= bin/${PORTNAME}
diff --git a/net/cloudquery/distinfo b/net/cloudquery/distinfo
index c916f041db89..300d8841a43e 100644
--- a/net/cloudquery/distinfo
+++ b/net/cloudquery/distinfo
@@ -1,32 +1,48 @@
-TIMESTAMP = 1624300126
-SHA256 (cloudquery-cloudquery-v0.13.7_GH0.tar.gz) = 4d7e090112260a57170ba35e858bd23a17ab13d2081ffa2fd8035a9c0cf51dcc
-SIZE (cloudquery-cloudquery-v0.13.7_GH0.tar.gz) = 105984
+TIMESTAMP = 1624688849
+SHA256 (cloudquery-cloudquery-v0.13.8_GH0.tar.gz) = b9efc6aa07acf23e81f11cd1f181da2022cd30d5ae892da509663b563d4a392c
+SIZE (cloudquery-cloudquery-v0.13.8_GH0.tar.gz) = 117343
SHA256 (Masterminds-squirrel-v1.5.0_GH0.tar.gz) = 75ffb7555e2cde9fa25622c031b0b72058b5644e6d7eb004238c250957d97c52
SIZE (Masterminds-squirrel-v1.5.0_GH0.tar.gz) = 30302
+SHA256 (Microsoft-go-winio-v0.4.16_GH0.tar.gz) = 0cb82f4cdba942af6b545695d694e91b9d9d56bd38555c81744235d7c6f6485d
+SIZE (Microsoft-go-winio-v0.4.16_GH0.tar.gz) = 85568
+SHA256 (ProtonMail-go-crypto-04723f9f07d7_GH0.tar.gz) = 09ca24a9956ebb6a8564ef17ab6b0eab6387938ac608a0c429f75360d3b176f5
+SIZE (ProtonMail-go-crypto-04723f9f07d7_GH0.tar.gz) = 308315
SHA256 (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 2f26521a9207b91dfbca3d28e5545bc11cb098888ecf3e9ba8e5936387b06a33
SIZE (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 6683
SHA256 (acarl005-stripansi-5a71ef0e047d_GH0.tar.gz) = 832ad7232c573cec3eece91af4cdf40d2d06bca94e026dd7d5add0f44f802f0f
SIZE (acarl005-stripansi-5a71ef0e047d_GH0.tar.gz) = 1477
+SHA256 (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 9d34d4a015aa069649b951c36d4dc50fdbf6a2075717812ba68b9260d5c79986
+SIZE (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 3020
SHA256 (agext-levenshtein-v1.2.3_GH0.tar.gz) = ba59a69fcaea38ec40470cac08620dd2cca1980355d9b10e90e37b3b3ac2eb46
SIZE (agext-levenshtein-v1.2.3_GH0.tar.gz) = 13227
SHA256 (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 7479ac3309883e2bdb6f562004f2044d3d13d19b78c41db12957aa573fdf3556
SIZE (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 133786
SHA256 (aws-aws-lambda-go-v1.23.0_GH0.tar.gz) = 4776ab2608e5614a0f93461ecf723e3d707d98059838510bb0625a65b73b93e2
SIZE (aws-aws-lambda-go-v1.23.0_GH0.tar.gz) = 87988
-SHA256 (cloudquery-cq-provider-sdk-v0.2.0_GH0.tar.gz) = 033ca5c93d4911e6eeffafb2efb69fb763f5b84b7988c193d95e3ead175c34f6
-SIZE (cloudquery-cq-provider-sdk-v0.2.0_GH0.tar.gz) = 64060
+SHA256 (cloudquery-cq-provider-sdk-v0.2.2_GH0.tar.gz) = a43280ec3986867e5de0f414d54dbadf30e6b97d93052a7d04405a1b7a00c32d
+SIZE (cloudquery-cq-provider-sdk-v0.2.2_GH0.tar.gz) = 64183
SHA256 (creasty-defaults-v1.5.1_GH0.tar.gz) = d0834b56252df9dc07f78592d32626a2a1c6c448d5dff992fe4b568007ea6b7b
SIZE (creasty-defaults-v1.5.1_GH0.tar.gz) = 7469
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
+SHA256 (emirpasic-gods-v1.12.0_GH0.tar.gz) = 889d06b5f88db9e2dae19a799a35324c4f59305aa5e966dcdb4b637e70607ff9
+SIZE (emirpasic-gods-v1.12.0_GH0.tar.gz) = 76825
SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e
SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532
-SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd
-SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139
+SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb
+SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900
SHA256 (georgysavva-scany-v0.2.8_GH0.tar.gz) = 0067644591e3a6d5a6b0b0f47e0c54a240f723fc58599ff610d792bb67d99ee8
SIZE (georgysavva-scany-v0.2.8_GH0.tar.gz) = 28890
+SHA256 (go-git-gcfg-v1.5.0_GH0.tar.gz) = 662e46a93aba5ffe383e55597ce5749447e5c8e9409b1452f5790bfd6e1f8a11
+SIZE (go-git-gcfg-v1.5.0_GH0.tar.gz) = 28522
+SHA256 (go-git-go-billy-v5.3.1_GH0.tar.gz) = 7d715d7cf11f731dc0466bf93903ba7fe6ac70d086bb862fc24e718d9ddc209e
+SIZE (go-git-go-billy-v5.3.1_GH0.tar.gz) = 29365
+SHA256 (go-git-go-git-v5.4.2_GH0.tar.gz) = bbdb5f61f027fb949f4091160e26af07c62ca80089b6efbb4d524c69158bbdcf
+SIZE (go-git-go-git-v5.4.2_GH0.tar.gz) = 461782
SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471
SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536
+SHA256 (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 4712c4ceae321433d8c1d9ebc6afd154d7932c849129ded48b1c4a51c21275e8
+SIZE (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 3769
SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58dad885e2c44a16359d2f64b71d1d1f692a
SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156
SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0
@@ -77,6 +93,8 @@ SHA256 (huandu-xstrings-v1.3.2_GH0.tar.gz) = 89eed037724f4a2e85da5217faa6d73ae31
SIZE (huandu-xstrings-v1.3.2_GH0.tar.gz) = 17911
SHA256 (iancoleman-strcase-v0.1.3_GH0.tar.gz) = 93c60b80de0ba86a14654cc647596849e407ce6c580648a9a20f7ed059332f52
SIZE (iancoleman-strcase-v0.1.3_GH0.tar.gz) = 4845
+SHA256 (imdario-mergo-v0.3.12_GH0.tar.gz) = f0ad95fe47f1a9c15545fe3e8abf4364b8163a0f872ce25d6f6ae85e7c885302
+SIZE (imdario-mergo-v0.3.12_GH0.tar.gz) = 22319
SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290
SHA256 (jackc-chunkreader-v2.0.1_GH0.tar.gz) = bf856bad6608fb7345707aba713a1d77eb984f1d217065738a12c97e37669be4
@@ -97,6 +115,10 @@ SHA256 (jackc-pgx-v4.11.0_GH0.tar.gz) = 0f4751015cafcd1eac6e4525c87ce6296f439446
SIZE (jackc-pgx-v4.11.0_GH0.tar.gz) = 116272
SHA256 (jackc-puddle-v1.1.3_GH0.tar.gz) = 6ce53fe368d6777b7aee47c2e2e0558d7089d08d23b311f4b84613ba08edc99b
SIZE (jackc-puddle-v1.1.3_GH0.tar.gz) = 10317
+SHA256 (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = b5a5c4fe8d73dea7dc838f1c428c5fff0db9b50a2c014208a2761de4e94fa5ba
+SIZE (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = 5945
+SHA256 (kevinburke-ssh_config-4977a11b4351_GH0.tar.gz) = 568ea6be8d237ca16dcd03e2fa5e07461ab596ccff40197ac34dac43f97389ec
+SIZE (kevinburke-ssh_config-4977a11b4351_GH0.tar.gz) = 17407
SHA256 (lann-builder-47ae307949d0_GH0.tar.gz) = 84932a9525df377fc28eb75501fb5385ecf0d08134ac434314578634f741d3b0
SIZE (lann-builder-47ae307949d0_GH0.tar.gz) = 5811
SHA256 (lann-ps-62de8c46ede0_GH0.tar.gz) = 368bddfa4195be5efc255aca58a473ffacfcebf4dca4281f7f109637446db215
@@ -109,6 +131,8 @@ SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b7
SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548
SHA256 (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 48cb8654014d9eab1d59088dd1879907de1dab51c2ed3cee8c8254c1708c2d8e
SIZE (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 16778
+SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600
+SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362
SHA256 (mitchellh-go-testing-interface-v1.14.1_GH0.tar.gz) = 3e9248c525eadb1cfceb5c4577b5cf656911b1139424a732690b4eaf7ab299fb
SIZE (mitchellh-go-testing-interface-v1.14.1_GH0.tar.gz) = 2774
SHA256 (mitchellh-go-wordwrap-v1.0.1_GH0.tar.gz) = 56dc8d3883c765d9791a3698a55c66935b2978ac60e0e3c7c8799b182dd22bb5
@@ -135,12 +159,16 @@ SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9
SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036
SHA256 (rs-zerolog-v1.20.0_GH0.tar.gz) = 9e098068534addb5663bdc51f0a471b69c92b23fee020f23bfd3dceab140869f
SIZE (rs-zerolog-v1.20.0_GH0.tar.gz) = 217812
+SHA256 (satori-go.uuid-v1.2.0_GH0.tar.gz) = 6f9d9549958252d7c5a5ed1cabeedeaab7a600ca0b888a3666cce4c3590aa5a7
+SIZE (satori-go.uuid-v1.2.0_GH0.tar.gz) = 8297
+SHA256 (sergi-go-diff-v1.2.0_GH0.tar.gz) = 39590cae996778b7ffdd8eb9e8fc791117f16562dbef37f9c41b2f3ebb8f518b
+SIZE (sergi-go-diff-v1.2.0_GH0.tar.gz) = 1333585
SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b
SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309
SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f
SIZE (spf13-cast-v1.3.0_GH0.tar.gz) = 11085
-SHA256 (spf13-cobra-v1.1.1_GH0.tar.gz) = 9bf1769caad54bc5a8bd738ddbcceeb57a19fc3158af30e44b3bbb6b8e63ab6d
-SIZE (spf13-cobra-v1.1.1_GH0.tar.gz) = 143402
+SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa
+SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580
SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d
SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392
SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808
@@ -157,5 +185,7 @@ SHA256 (thoas-go-funk-efae847b30ab_GH0.tar.gz) = 2069089312679a6e903ad377d8e8eb4
SIZE (thoas-go-funk-efae847b30ab_GH0.tar.gz) = 48732
SHA256 (vbauerster-mpb-v6.0.3_GH0.tar.gz) = 1d28d30706895a5839a51bda5a5f8a158e127bbff6cf7dce30d95ff62e3213bc
SIZE (vbauerster-mpb-v6.0.3_GH0.tar.gz) = 59521
+SHA256 (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 7ce80a93d0fdbeb6760f97d6d166d11c215b809e50f0a80c78b8730c61582858
+SIZE (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 8421
SHA256 (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 422bda239f1904bb59f9268a238ba8a4001fbee6c0efbb7df60266d50515f921
SIZE (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 195415