View | Details | Raw Unified | Return to bug 260823
Collapse All | Expand All

(-)b/sysutils/terraform-docs/Makefile (-2 / +10 lines)
Lines 1-6 Link Here
1
PORTNAME=	terraform-docs
1
PORTNAME=	terraform-docs
2
DISTVERSION=	0.15.0
3
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.16.0
4
CATEGORIES=	sysutils textproc
4
CATEGORIES=	sysutils textproc
5
5
6
MAINTAINER=	0xdutra@gmail.com
6
MAINTAINER=	0xdutra@gmail.com
Lines 13-18 USES= go:modules Link Here
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_TUPLE=	\
14
GH_TUPLE=	\
15
		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
15
		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
16
		Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Masterminds/goutils \
17
		Masterminds:semver:v3.1.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \
18
		Masterminds:sprig:v3.2.2:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \
16
		agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \
19
		agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \
17
		apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \
20
		apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \
18
		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
21
		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
Lines 22-27 GH_TUPLE= \ Link Here
22
		go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
25
		go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
23
		go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
26
		go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
24
		go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
27
		go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
28
		golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \
25
		golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \
29
		golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \
26
		golang:net:a5a99cb37ef4:golang_net/vendor/golang.org/x/net \
30
		golang:net:a5a99cb37ef4:golang_net/vendor/golang.org/x/net \
27
		golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
31
		golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
Lines 31-36 GH_TUPLE= \ Link Here
31
		golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
35
		golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
32
		google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \
36
		google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \
33
		google:go-genproto:f16073e35f0c:google_go_genproto/vendor/google.golang.org/genproto \
37
		google:go-genproto:f16073e35f0c:google_go_genproto/vendor/google.golang.org/genproto \
38
		google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \
34
		grpc:grpc-go:v1.38.0:grpc_grpc_go/vendor/google.golang.org/grpc \
39
		grpc:grpc-go:v1.38.0:grpc_grpc_go/vendor/google.golang.org/grpc \
35
		hashicorp:go-hclog:v0.15.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \
40
		hashicorp:go-hclog:v0.15.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \
36
		hashicorp:go-plugin:v1.4.2:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \
41
		hashicorp:go-plugin:v1.4.2:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \
Lines 38-58 GH_TUPLE= \ Link Here
38
		hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
43
		hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
39
		hashicorp:hcl:v2.10.1:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \
44
		hashicorp:hcl:v2.10.1:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \
40
		hashicorp:yamux:3520598351bb:hashicorp_yamux/vendor/github.com/hashicorp/yamux \
45
		hashicorp:yamux:3520598351bb:hashicorp_yamux/vendor/github.com/hashicorp/yamux \
46
		huandu:xstrings:v1.3.1:huandu_xstrings/vendor/github.com/huandu/xstrings \
41
		iancoleman:orderedmap:v0.2.0:iancoleman_orderedmap/vendor/github.com/iancoleman/orderedmap \
47
		iancoleman:orderedmap:v0.2.0:iancoleman_orderedmap/vendor/github.com/iancoleman/orderedmap \
42
		imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \
48
		imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \
43
		inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
49
		inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
44
		magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \
50
		magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \
45
		mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
51
		mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
46
		mattn:go-isatty:v0.0.10:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
52
		mattn:go-isatty:v0.0.10:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
53
		mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \
47
		mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
54
		mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
48
		mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \
55
		mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \
49
		mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \
56
		mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \
50
		mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
57
		mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
58
		mitchellh:reflectwalk:v1.0.0:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \
51
		mvdan:xurls:v2.3.0:mvdan_xurls/vendor/mvdan.cc/xurls/v2 \
59
		mvdan:xurls:v2.3.0:mvdan_xurls/vendor/mvdan.cc/xurls/v2 \
52
		oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \
60
		oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \
53
		pelletier:go-toml:v1.9.3:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
61
		pelletier:go-toml:v1.9.3:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
54
		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
62
		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
55
		protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
63
		protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
64
		shopspring:decimal:v1.2.0:shopspring_decimal/vendor/github.com/shopspring/decimal \
56
		spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \
65
		spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \
57
		spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \
66
		spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \
58
		spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \
67
		spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \
Lines 61-67 GH_TUPLE= \ Link Here
61
		spf13:viper:v1.8.1:spf13_viper/vendor/github.com/spf13/viper \
70
		spf13:viper:v1.8.1:spf13_viper/vendor/github.com/spf13/viper \
62
		stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
71
		stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
63
		subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
72
		subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
64
		terraform-docs:plugin-sdk:49b620c0a2da:terraform_docs_plugin_sdk/vendor/github.com/terraform-docs/plugin-sdk \
65
		terraform-docs:terraform-config-inspect:9c1f178932fa:terraform_docs_terraform_config_inspect/vendor/github.com/terraform-docs/terraform-config-inspect \
73
		terraform-docs:terraform-config-inspect:9c1f178932fa:terraform_docs_terraform_config_inspect/vendor/github.com/terraform-docs/terraform-config-inspect \
66
		zclconf:go-cty:v1.8.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty
74
		zclconf:go-cty:v1.8.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty
67
75
(-)b/sysutils/terraform-docs/distinfo (-5 / +21 lines)
Lines 1-8 Link Here
1
TIMESTAMP = 1628898180
1
TIMESTAMP = 1640889943
2
SHA256 (terraform-docs-terraform-docs-v0.15.0_GH0.tar.gz) = 0be7d2eb0893acb79027287d8873f1c2dc4cc7f38f63889eebf59bc546b3dc8e
2
SHA256 (terraform-docs-terraform-docs-v0.16.0_GH0.tar.gz) = e370fd106ca74caebc8632834cc28412a3a6a160952392da71f213515bba2085
3
SIZE (terraform-docs-terraform-docs-v0.15.0_GH0.tar.gz) = 176513
3
SIZE (terraform-docs-terraform-docs-v0.16.0_GH0.tar.gz) = 188000
4
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
4
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
5
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
5
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
6
SHA256 (Masterminds-goutils-v1.1.1_GH0.tar.gz) = 6eed023c54f386a71f360e19d34f7a43e640ac44dfc39c22ad4afd7ae04aaa3d
7
SIZE (Masterminds-goutils-v1.1.1_GH0.tar.gz) = 14847
8
SHA256 (Masterminds-semver-v3.1.1_GH0.tar.gz) = d029a39800f201d5b95ec5dbf653e5b20aab757783a6876be1b3017d1c4a444f
9
SIZE (Masterminds-semver-v3.1.1_GH0.tar.gz) = 24506
10
SHA256 (Masterminds-sprig-v3.2.2_GH0.tar.gz) = 877f3d46e9eadec5644944ac265dd960f58f2b77355b636b2c0a3308b9a0e6ec
11
SIZE (Masterminds-sprig-v3.2.2_GH0.tar.gz) = 55500
6
SHA256 (agext-levenshtein-v1.2.2_GH0.tar.gz) = b238bfd1dce6da173913c27cf2e172d58a55e7e6b7fc11736c7e45bd1af4818f
12
SHA256 (agext-levenshtein-v1.2.2_GH0.tar.gz) = b238bfd1dce6da173913c27cf2e172d58a55e7e6b7fc11736c7e45bd1af4818f
7
SIZE (agext-levenshtein-v1.2.2_GH0.tar.gz) = 13098
13
SIZE (agext-levenshtein-v1.2.2_GH0.tar.gz) = 13098
8
SHA256 (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 7479ac3309883e2bdb6f562004f2044d3d13d19b78c41db12957aa573fdf3556
14
SHA256 (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 7479ac3309883e2bdb6f562004f2044d3d13d19b78c41db12957aa573fdf3556
Lines 21-26 SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58da Link Here
21
SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156
27
SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156
22
SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0
28
SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0
23
SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209
29
SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209
30
SHA256 (golang-crypto-75b288015ac9_GH0.tar.gz) = 6e74e21bf9dfdbf0a8dac8cb205fbc3bfd8dff308a24080b9d6093a3858f0db2
31
SIZE (golang-crypto-75b288015ac9_GH0.tar.gz) = 1729931
24
SHA256 (golang-mod-v0.4.2_GH0.tar.gz) = ce4131eb443ac67ededb139a43bae4fbb2c4b84843936495c6a6de92b8033917
32
SHA256 (golang-mod-v0.4.2_GH0.tar.gz) = ce4131eb443ac67ededb139a43bae4fbb2c4b84843936495c6a6de92b8033917
25
SIZE (golang-mod-v0.4.2_GH0.tar.gz) = 104584
33
SIZE (golang-mod-v0.4.2_GH0.tar.gz) = 104584
26
SHA256 (golang-net-a5a99cb37ef4_GH0.tar.gz) = 16cc55746ae8c23d894f28c93879e8915e2667c04cca2c4644b7acc8bedf6adb
34
SHA256 (golang-net-a5a99cb37ef4_GH0.tar.gz) = 16cc55746ae8c23d894f28c93879e8915e2667c04cca2c4644b7acc8bedf6adb
Lines 39-44 SHA256 (google-go-cmp-v0.5.5_GH0.tar.gz) = 8f1a0041f484812ae219e7548a13d5269c947 Link Here
39
SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358
47
SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358
40
SHA256 (google-go-genproto-f16073e35f0c_GH0.tar.gz) = a42664db5442fd4dc4acac922949a735d37f44240394ab55a0d5ee3c9f8410d6
48
SHA256 (google-go-genproto-f16073e35f0c_GH0.tar.gz) = a42664db5442fd4dc4acac922949a735d37f44240394ab55a0d5ee3c9f8410d6
41
SIZE (google-go-genproto-f16073e35f0c_GH0.tar.gz) = 9270161
49
SIZE (google-go-genproto-f16073e35f0c_GH0.tar.gz) = 9270161
50
SHA256 (google-uuid-v1.1.2_GH0.tar.gz) = e650558e314307cf33391d0a9ef575b418188206d61cb9751e9f11bceb0874d0
51
SIZE (google-uuid-v1.1.2_GH0.tar.gz) = 13871
42
SHA256 (grpc-grpc-go-v1.38.0_GH0.tar.gz) = fd6a2e2ae9e810670fdb63d196275ddb171e7f99f3bb801a02dde973de2f557b
52
SHA256 (grpc-grpc-go-v1.38.0_GH0.tar.gz) = fd6a2e2ae9e810670fdb63d196275ddb171e7f99f3bb801a02dde973de2f557b
43
SIZE (grpc-grpc-go-v1.38.0_GH0.tar.gz) = 1253222
53
SIZE (grpc-grpc-go-v1.38.0_GH0.tar.gz) = 1253222
44
SHA256 (hashicorp-go-hclog-v0.15.0_GH0.tar.gz) = 03e8bd42481801d49a2b0c798e631d5d448360310d96ed4b914d40f7ba0b7c12
54
SHA256 (hashicorp-go-hclog-v0.15.0_GH0.tar.gz) = 03e8bd42481801d49a2b0c798e631d5d448360310d96ed4b914d40f7ba0b7c12
Lines 53-58 SHA256 (hashicorp-hcl-v2.10.1_GH0.tar.gz) = a4b229c76148cff4678e2db8b61a8c85f2d0 Link Here
53
SIZE (hashicorp-hcl-v2.10.1_GH0.tar.gz) = 405355
63
SIZE (hashicorp-hcl-v2.10.1_GH0.tar.gz) = 405355
54
SHA256 (hashicorp-yamux-3520598351bb_GH0.tar.gz) = f313e02e28abfca218f0b235b61c92dbfd33bd1ff898b960a0e376eaf5168609
64
SHA256 (hashicorp-yamux-3520598351bb_GH0.tar.gz) = f313e02e28abfca218f0b235b61c92dbfd33bd1ff898b960a0e376eaf5168609
55
SIZE (hashicorp-yamux-3520598351bb_GH0.tar.gz) = 22615
65
SIZE (hashicorp-yamux-3520598351bb_GH0.tar.gz) = 22615
66
SHA256 (huandu-xstrings-v1.3.1_GH0.tar.gz) = d399f03735391073441145bac6b8d06b36f3b59e005db77ebafde130ddf215bf
67
SIZE (huandu-xstrings-v1.3.1_GH0.tar.gz) = 17797
56
SHA256 (iancoleman-orderedmap-v0.2.0_GH0.tar.gz) = 710dda89d705d6619cd97fb03cc0369de01ad964eb6004499ce2082e6a7e6b7c
68
SHA256 (iancoleman-orderedmap-v0.2.0_GH0.tar.gz) = 710dda89d705d6619cd97fb03cc0369de01ad964eb6004499ce2082e6a7e6b7c
57
SIZE (iancoleman-orderedmap-v0.2.0_GH0.tar.gz) = 5567
69
SIZE (iancoleman-orderedmap-v0.2.0_GH0.tar.gz) = 5567
58
SHA256 (imdario-mergo-v0.3.12_GH0.tar.gz) = f0ad95fe47f1a9c15545fe3e8abf4364b8163a0f872ce25d6f6ae85e7c885302
70
SHA256 (imdario-mergo-v0.3.12_GH0.tar.gz) = f0ad95fe47f1a9c15545fe3e8abf4364b8163a0f872ce25d6f6ae85e7c885302
Lines 65-70 SHA256 (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 157806ad8125e6bef4d9b58c9125ccb9 Link Here
65
SIZE (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 8981
77
SIZE (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 8981
66
SHA256 (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 55408e1afd78eaa112842ae2263e70703d5b5133feaa17fa477980a87a961fe7
78
SHA256 (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 55408e1afd78eaa112842ae2263e70703d5b5133feaa17fa477980a87a961fe7
67
SIZE (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 4465
79
SIZE (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 4465
80
SHA256 (mitchellh-copystructure-v1.0.0_GH0.tar.gz) = 0e04d8fe1065459ab234507b9a4b7164b05eda970fee6ffdf0219423c357fda8
81
SIZE (mitchellh-copystructure-v1.0.0_GH0.tar.gz) = 8903
68
SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600
82
SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600
69
SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362
83
SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362
70
SHA256 (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 6f32e180f1244fe5c512e6c1361fab865202cc1330e0ec9a6d6687d004f98c68
84
SHA256 (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 6f32e180f1244fe5c512e6c1361fab865202cc1330e0ec9a6d6687d004f98c68
Lines 73-78 SHA256 (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 9bcf5c1f8b66594c73f606502bb3d Link Here
73
SIZE (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 2777
87
SIZE (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 2777
74
SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048
88
SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048
75
SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826
89
SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826
90
SHA256 (mitchellh-reflectwalk-v1.0.0_GH0.tar.gz) = bd22df35225e4bfcecafb35ac4869911fafc356f5dadcfb141cd0caededc87c3
91
SIZE (mitchellh-reflectwalk-v1.0.0_GH0.tar.gz) = 6143
76
SHA256 (mvdan-xurls-v2.3.0_GH0.tar.gz) = c4a5451eab432f6ac4c033fc197b7ceb947910bc1eae0db750b7c5c5ad703c46
92
SHA256 (mvdan-xurls-v2.3.0_GH0.tar.gz) = c4a5451eab432f6ac4c033fc197b7ceb947910bc1eae0db750b7c5c5ad703c46
77
SIZE (mvdan-xurls-v2.3.0_GH0.tar.gz) = 21187
93
SIZE (mvdan-xurls-v2.3.0_GH0.tar.gz) = 21187
78
SHA256 (oklog-run-v1.0.0_GH0.tar.gz) = 079ee5a50fcb299eb7b957dd1acaba1f536f2abe58154d15f55c18959e25907e
94
SHA256 (oklog-run-v1.0.0_GH0.tar.gz) = 079ee5a50fcb299eb7b957dd1acaba1f536f2abe58154d15f55c18959e25907e
Lines 83-88 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f77474 Link Here
83
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
99
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
84
SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676
100
SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676
85
SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215
101
SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215
102
SHA256 (shopspring-decimal-v1.2.0_GH0.tar.gz) = 59fa76645f63d7383d3f306fe2f7136d923e2aa514d9a9353938d9654b842f58
103
SIZE (shopspring-decimal-v1.2.0_GH0.tar.gz) = 37755
86
SHA256 (spf13-afero-v1.6.0_GH0.tar.gz) = d1942de010ac7932bd21618aaf478b4f1413980449c061032f18beac7805d068
104
SHA256 (spf13-afero-v1.6.0_GH0.tar.gz) = d1942de010ac7932bd21618aaf478b4f1413980449c061032f18beac7805d068
87
SIZE (spf13-afero-v1.6.0_GH0.tar.gz) = 62130
105
SIZE (spf13-afero-v1.6.0_GH0.tar.gz) = 62130
88
SHA256 (spf13-cast-v1.3.1_GH0.tar.gz) = 4fa8d06903b490ae6f1316e55c5446d5648eea2b450671ebc54d4bbe79bc46b1
106
SHA256 (spf13-cast-v1.3.1_GH0.tar.gz) = 4fa8d06903b490ae6f1316e55c5446d5648eea2b450671ebc54d4bbe79bc46b1
Lines 99-106 SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5a Link Here
99
SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073
117
SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073
100
SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5
118
SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5
101
SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
119
SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
102
SHA256 (terraform-docs-plugin-sdk-49b620c0a2da_GH0.tar.gz) = 7483651a0e07eea01264b7bbb63bf3aa804cd6293519a6c7111041c525a8efb2
103
SIZE (terraform-docs-plugin-sdk-49b620c0a2da_GH0.tar.gz) = 24594
104
SHA256 (terraform-docs-terraform-config-inspect-9c1f178932fa_GH0.tar.gz) = 72fdd3f2e656a0bd97c001ec42fcbcfdbecabf1caa4087f158af51a926164b6c
120
SHA256 (terraform-docs-terraform-config-inspect-9c1f178932fa_GH0.tar.gz) = 72fdd3f2e656a0bd97c001ec42fcbcfdbecabf1caa4087f158af51a926164b6c
105
SIZE (terraform-docs-terraform-config-inspect-9c1f178932fa_GH0.tar.gz) = 31795
121
SIZE (terraform-docs-terraform-config-inspect-9c1f178932fa_GH0.tar.gz) = 31795
106
SHA256 (zclconf-go-cty-v1.8.0_GH0.tar.gz) = 0cf0c1ab17e886ca6bc202661eb1a5006a4f0bcbe9e5faa8f67468204b9a14d4
122
SHA256 (zclconf-go-cty-v1.8.0_GH0.tar.gz) = 0cf0c1ab17e886ca6bc202661eb1a5006a4f0bcbe9e5faa8f67468204b9a14d4

Return to bug 260823