Skip to content

Commit

Permalink
sysutils/terraform-docs: Update to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dutra-malga authored and yzgyyang committed Dec 31, 2021
1 parent 1ccf7d2 commit c9238f6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
12 changes: 10 additions & 2 deletions sysutils/terraform-docs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= terraform-docs
DISTVERSION= 0.15.0
DISTVERSIONPREFIX= v
DISTVERSION= 0.16.0
CATEGORIES= sysutils textproc

MAINTAINER= 0xdutra@gmail.com
Expand All @@ -13,6 +13,9 @@ USES= go:modules
USE_GITHUB= yes
GH_TUPLE= \
BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Masterminds/goutils \
Masterminds:semver:v3.1.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \
Masterminds:sprig:v3.2.2:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \
agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \
apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
Expand All @@ -22,6 +25,7 @@ GH_TUPLE= \
go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
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 \
golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \
golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \
golang:net:a5a99cb37ef4:golang_net/vendor/golang.org/x/net \
golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
Expand All @@ -31,28 +35,33 @@ GH_TUPLE= \
golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \
google:go-genproto:f16073e35f0c:google_go_genproto/vendor/google.golang.org/genproto \
google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \
grpc:grpc-go:v1.38.0:grpc_grpc_go/vendor/google.golang.org/grpc \
hashicorp:go-hclog:v0.15.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \
hashicorp:go-plugin:v1.4.2:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \
hashicorp:go-version:v1.3.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
hashicorp:hcl:v2.10.1:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \
hashicorp:yamux:3520598351bb:hashicorp_yamux/vendor/github.com/hashicorp/yamux \
huandu:xstrings:v1.3.1:huandu_xstrings/vendor/github.com/huandu/xstrings \
iancoleman:orderedmap:v0.2.0:iancoleman_orderedmap/vendor/github.com/iancoleman/orderedmap \
imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \
mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
mattn:go-isatty:v0.0.10:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \
mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \
mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \
mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
mitchellh:reflectwalk:v1.0.0:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \
mvdan:xurls:v2.3.0:mvdan_xurls/vendor/mvdan.cc/xurls/v2 \
oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \
pelletier:go-toml:v1.9.3:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
shopspring:decimal:v1.2.0:shopspring_decimal/vendor/github.com/shopspring/decimal \
spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \
spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \
spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \
Expand All @@ -61,7 +70,6 @@ GH_TUPLE= \
spf13:viper:v1.8.1:spf13_viper/vendor/github.com/spf13/viper \
stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
terraform-docs:plugin-sdk:49b620c0a2da:terraform_docs_plugin_sdk/vendor/github.com/terraform-docs/plugin-sdk \
terraform-docs:terraform-config-inspect:9c1f178932fa:terraform_docs_terraform_config_inspect/vendor/github.com/terraform-docs/terraform-config-inspect \
zclconf:go-cty:v1.8.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty

Expand Down
26 changes: 21 additions & 5 deletions sysutils/terraform-docs/distinfo
@@ -1,8 +1,14 @@
TIMESTAMP = 1628898180
SHA256 (terraform-docs-terraform-docs-v0.15.0_GH0.tar.gz) = 0be7d2eb0893acb79027287d8873f1c2dc4cc7f38f63889eebf59bc546b3dc8e
SIZE (terraform-docs-terraform-docs-v0.15.0_GH0.tar.gz) = 176513
TIMESTAMP = 1640889943
SHA256 (terraform-docs-terraform-docs-v0.16.0_GH0.tar.gz) = e370fd106ca74caebc8632834cc28412a3a6a160952392da71f213515bba2085
SIZE (terraform-docs-terraform-docs-v0.16.0_GH0.tar.gz) = 188000
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
SHA256 (Masterminds-goutils-v1.1.1_GH0.tar.gz) = 6eed023c54f386a71f360e19d34f7a43e640ac44dfc39c22ad4afd7ae04aaa3d
SIZE (Masterminds-goutils-v1.1.1_GH0.tar.gz) = 14847
SHA256 (Masterminds-semver-v3.1.1_GH0.tar.gz) = d029a39800f201d5b95ec5dbf653e5b20aab757783a6876be1b3017d1c4a444f
SIZE (Masterminds-semver-v3.1.1_GH0.tar.gz) = 24506
SHA256 (Masterminds-sprig-v3.2.2_GH0.tar.gz) = 877f3d46e9eadec5644944ac265dd960f58f2b77355b636b2c0a3308b9a0e6ec
SIZE (Masterminds-sprig-v3.2.2_GH0.tar.gz) = 55500
SHA256 (agext-levenshtein-v1.2.2_GH0.tar.gz) = b238bfd1dce6da173913c27cf2e172d58a55e7e6b7fc11736c7e45bd1af4818f
SIZE (agext-levenshtein-v1.2.2_GH0.tar.gz) = 13098
SHA256 (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 7479ac3309883e2bdb6f562004f2044d3d13d19b78c41db12957aa573fdf3556
Expand All @@ -21,6 +27,8 @@ SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58da
SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156
SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0
SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209
SHA256 (golang-crypto-75b288015ac9_GH0.tar.gz) = 6e74e21bf9dfdbf0a8dac8cb205fbc3bfd8dff308a24080b9d6093a3858f0db2
SIZE (golang-crypto-75b288015ac9_GH0.tar.gz) = 1729931
SHA256 (golang-mod-v0.4.2_GH0.tar.gz) = ce4131eb443ac67ededb139a43bae4fbb2c4b84843936495c6a6de92b8033917
SIZE (golang-mod-v0.4.2_GH0.tar.gz) = 104584
SHA256 (golang-net-a5a99cb37ef4_GH0.tar.gz) = 16cc55746ae8c23d894f28c93879e8915e2667c04cca2c4644b7acc8bedf6adb
Expand All @@ -39,6 +47,8 @@ SHA256 (google-go-cmp-v0.5.5_GH0.tar.gz) = 8f1a0041f484812ae219e7548a13d5269c947
SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358
SHA256 (google-go-genproto-f16073e35f0c_GH0.tar.gz) = a42664db5442fd4dc4acac922949a735d37f44240394ab55a0d5ee3c9f8410d6
SIZE (google-go-genproto-f16073e35f0c_GH0.tar.gz) = 9270161
SHA256 (google-uuid-v1.1.2_GH0.tar.gz) = e650558e314307cf33391d0a9ef575b418188206d61cb9751e9f11bceb0874d0
SIZE (google-uuid-v1.1.2_GH0.tar.gz) = 13871
SHA256 (grpc-grpc-go-v1.38.0_GH0.tar.gz) = fd6a2e2ae9e810670fdb63d196275ddb171e7f99f3bb801a02dde973de2f557b
SIZE (grpc-grpc-go-v1.38.0_GH0.tar.gz) = 1253222
SHA256 (hashicorp-go-hclog-v0.15.0_GH0.tar.gz) = 03e8bd42481801d49a2b0c798e631d5d448360310d96ed4b914d40f7ba0b7c12
Expand All @@ -53,6 +63,8 @@ SHA256 (hashicorp-hcl-v2.10.1_GH0.tar.gz) = a4b229c76148cff4678e2db8b61a8c85f2d0
SIZE (hashicorp-hcl-v2.10.1_GH0.tar.gz) = 405355
SHA256 (hashicorp-yamux-3520598351bb_GH0.tar.gz) = f313e02e28abfca218f0b235b61c92dbfd33bd1ff898b960a0e376eaf5168609
SIZE (hashicorp-yamux-3520598351bb_GH0.tar.gz) = 22615
SHA256 (huandu-xstrings-v1.3.1_GH0.tar.gz) = d399f03735391073441145bac6b8d06b36f3b59e005db77ebafde130ddf215bf
SIZE (huandu-xstrings-v1.3.1_GH0.tar.gz) = 17797
SHA256 (iancoleman-orderedmap-v0.2.0_GH0.tar.gz) = 710dda89d705d6619cd97fb03cc0369de01ad964eb6004499ce2082e6a7e6b7c
SIZE (iancoleman-orderedmap-v0.2.0_GH0.tar.gz) = 5567
SHA256 (imdario-mergo-v0.3.12_GH0.tar.gz) = f0ad95fe47f1a9c15545fe3e8abf4364b8163a0f872ce25d6f6ae85e7c885302
Expand All @@ -65,6 +77,8 @@ SHA256 (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 157806ad8125e6bef4d9b58c9125ccb9
SIZE (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 8981
SHA256 (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 55408e1afd78eaa112842ae2263e70703d5b5133feaa17fa477980a87a961fe7
SIZE (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 4465
SHA256 (mitchellh-copystructure-v1.0.0_GH0.tar.gz) = 0e04d8fe1065459ab234507b9a4b7164b05eda970fee6ffdf0219423c357fda8
SIZE (mitchellh-copystructure-v1.0.0_GH0.tar.gz) = 8903
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.0.0_GH0.tar.gz) = 6f32e180f1244fe5c512e6c1361fab865202cc1330e0ec9a6d6687d004f98c68
Expand All @@ -73,6 +87,8 @@ SHA256 (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 9bcf5c1f8b66594c73f606502bb3d
SIZE (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 2777
SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048
SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826
SHA256 (mitchellh-reflectwalk-v1.0.0_GH0.tar.gz) = bd22df35225e4bfcecafb35ac4869911fafc356f5dadcfb141cd0caededc87c3
SIZE (mitchellh-reflectwalk-v1.0.0_GH0.tar.gz) = 6143
SHA256 (mvdan-xurls-v2.3.0_GH0.tar.gz) = c4a5451eab432f6ac4c033fc197b7ceb947910bc1eae0db750b7c5c5ad703c46
SIZE (mvdan-xurls-v2.3.0_GH0.tar.gz) = 21187
SHA256 (oklog-run-v1.0.0_GH0.tar.gz) = 079ee5a50fcb299eb7b957dd1acaba1f536f2abe58154d15f55c18959e25907e
Expand All @@ -83,6 +99,8 @@ SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f77474
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676
SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215
SHA256 (shopspring-decimal-v1.2.0_GH0.tar.gz) = 59fa76645f63d7383d3f306fe2f7136d923e2aa514d9a9353938d9654b842f58
SIZE (shopspring-decimal-v1.2.0_GH0.tar.gz) = 37755
SHA256 (spf13-afero-v1.6.0_GH0.tar.gz) = d1942de010ac7932bd21618aaf478b4f1413980449c061032f18beac7805d068
SIZE (spf13-afero-v1.6.0_GH0.tar.gz) = 62130
SHA256 (spf13-cast-v1.3.1_GH0.tar.gz) = 4fa8d06903b490ae6f1316e55c5446d5648eea2b450671ebc54d4bbe79bc46b1
Expand All @@ -99,8 +117,6 @@ SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5a
SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073
SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5
SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
SHA256 (terraform-docs-plugin-sdk-49b620c0a2da_GH0.tar.gz) = 7483651a0e07eea01264b7bbb63bf3aa804cd6293519a6c7111041c525a8efb2
SIZE (terraform-docs-plugin-sdk-49b620c0a2da_GH0.tar.gz) = 24594
SHA256 (terraform-docs-terraform-config-inspect-9c1f178932fa_GH0.tar.gz) = 72fdd3f2e656a0bd97c001ec42fcbcfdbecabf1caa4087f158af51a926164b6c
SIZE (terraform-docs-terraform-config-inspect-9c1f178932fa_GH0.tar.gz) = 31795
SHA256 (zclconf-go-cty-v1.8.0_GH0.tar.gz) = 0cf0c1ab17e886ca6bc202661eb1a5006a4f0bcbe9e5faa8f67468204b9a14d4
Expand Down

0 comments on commit c9238f6

Please sign in to comment.