pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
consul: Update to 1.10.0
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Sun Jul 4 15:06:04 2021 +0900
Changeset: bacb49e0e23d0a58ce3f0d51ebf291cd3d63970b
Modified Files:
consul/Makefile
consul/distinfo
consul/go-modules.mk
Log Message:
consul: Update to 1.10.0
1.10.0 (June 22, 2021)
BREAKING CHANGES:
* connect: Disallow wildcard as name for service-defaults. [GH-10069]
* connect: avoid encoding listener info in ingress and terminating gateway
listener stats names. [GH-10404]
* licensing: (Enterprise Only) Consul Enterprise 1.10 has removed API
driven licensing of servers in favor of license loading via
configuration. The PUT and DELETE methods on the /v1/operator/license
endpoint will now return 405s, the consul license put and consul license
reset CLI commands have been removed and the LicensePut and LicenseReset
methods in the API client have been altered to always return an
error. [GH-10211]
* licensing: (Enterprise Only) Consul Enterprise client agents now require
a valid non-anonymous ACL token for retrieving their license from the
servers. Additionally client agents rely on the value of the start_join and
retry_join configurations for determining the servers to query for the
license. Therefore one must be set to use license
auto-retrieval. [GH-10248]
* licensing: (Enterprise Only) Consul Enterprise has removed support for
temporary licensing. All server agents must have a valid license at startup
and client agents must have a license at startup or be able to retrieve one
from the servers. [GH-10248]
FEATURES:
* checks: add H2 ping health checks. [GH-8431]
* cli: Add additional flags to the consul connect redirect-traffic command
to allow excluding inbound and outbound ports,
* outbound CIDRs, and additional user IDs from traffic
redirection. [GH-10134]
* cli: Add new consul connect redirect-traffic command for applying traffic
redirection rules when Transparent Proxy is enabled. [GH-9910]
* cli: Add prefix option to kv import command [GH-9792]
* cli: Automatically exclude ports from envoy_prometheus_bind_addr,
envoy_stats_bind_addr, and ListenerPort from Expose config
* from inbound traffic redirection rules if proxy-id flag is provided to
the consul connect redirect-traffic command. [GH-10134]
* cli: snapshot inspect command provides KV usage breakdown [GH-9098]
* cli: snapshot inspect command supports JSON output [GH-9006]
* connect: Add local_request_timeout_ms to allow configuring the Envoy
request timeout on local_app [GH-9554]
* connect: add support for unix domain sockets addresses for service
upstreams and downstreams [GH-9981]
* connect: add toggle to globally disable wildcard outbound network access
when transparent proxy is enabled [GH-9973]
* connect: generate upstream service labels for terminating gateway
listener stats. [GH-10404]
* sdk: Add new iptables package for applying traffic redirection rules with
iptables. [GH-9910]
* sdk: Allow excluding inbound and outbound ports, outbound CIDRs, and
additional user IDs from traffic redirection in the iptables
package. [GH-10134]
* ui: Add Unix Domain Socket support [GH-10287]
* ui: Create a collapsible notices component for the Topology tab
[GH-10270]
* ui: Read-only ACL Auth Methods view [GH-9617]
* ui: Transparent Proxy - Service mesh visualization updates [GH-10002]
* xds: emit a labeled gauge of connected xDS streams by version [GH-10243]
* xds: exclusively support the Incremental xDS protocol when using xDS v3
[GH-9855]
IMPROVEMENTS:
* acl: extend the auth-methods list endpoint to include MaxTokenTTL and
TokenLocality fields. [GH-9741]
* acl: use the presence of a management policy in the state store as a sign
that we already migrated to v2 acls [GH-9505]
* agent: Save exposed Envoy ports to the agent's state when Expose.Checks
is true in proxy's configuration. [GH-10173]
* api: Add ExposedPort to the health check API resource. [GH-10173]
* api: Enable setting query options on agent endpoints. [GH-9903]
* api: The Content-Type header is now always set when a body is present in
a request. [GH-10204]
* cli: snapshot inspect command can now inspect raw snapshots from a
server's data
* dir. [GH-10089]
* cli: the consul connect envoy --envoy_statsd_url flag will now resolve
the $HOST_IP environment variable, as part of a full url. [GH-8564]
* command: Exclude exposed Envoy ports from traffic redirection when
providing -proxy-id and Expose.Checks is set. [GH-10173]
* connect: Add support for transparently proxying traffic through
Envoy. [experimental] [GH-9894]
* connect: Allow per-upstream configuration to be set in
service-defaults. [experimental] [GH-9872]
* connect: Ensures passthrough tproxy cluster is created even when mesh
config doesn't exist. [GH-10301]
* connect: Support dialing individual service IP addresses through
transparent proxies. [GH-10329]
* connect: The builtin connect proxy no longer advertises support for h2
via ALPN. [GH-4466]. [GH-9920]
* connect: Update the service mesh visualization to account for transparent
proxies. [GH-10016]
* connect: adds new flags prometheus-backend-port and
prometheus-scrape-port to consul connect envoy to support
envoy_prometheus_bind_addr pointing to the merged metrics port when using
Consul Connect on K8s. [GH-9768]
* connect: allow exposing duplicate HTTP paths through a proxy
instance. [GH-10394]
* connect: rename cluster config entry to mesh. [GH-10127]
* connect: restrict transparent proxy mode to only match on the tagged
virtual IP address. [GH-10162]
* connect: update supported envoy versions to 1.18.2, 1.17.2, 1.16.3,
1.15.4 [GH-10101]
* connect: update supported envoy versions to 1.18.3, 1.17.3, 1.16.4, and
1.15.5 [GH-10231]
* debug: capture a single stream of logs, and single pprof profile and
trace for the whole duration [GH-10279]
* grpc: move gRPC INFO logs to be emitted as TRACE logs from Consul
[GH-10395]
* licensing: (Enterprise Only) Consul Enterprise has gained the consul
license inspect CLI command for inspecting a license without applying it..
* licensing: (Enterprise Only) Consul Enterprise has gained the ability to
autoload a license via configuration. This can be specified with the
license_path configuration, the CONSUL_LICENSE environment variable or the
CONSUL_LICENSE_PATH environment variable [GH-10210]
* licensing: (Enterprise Only) Consul Enterprise has gained the ability
update its license via a configuration reload. The same environment
variables and configurations will be used to determine the new
license. [GH-10267]
* monitoring: optimize the monitoring endpoint to avoid losing logs when
under high load. [GH-10368]
* raft: allow reloading of raft trailing logs and snapshot timing to allow
recovery from some replication failure modes.
* telemetry: add metrics and documentation for monitoring for replication
issues. [GH-10129]
* streaming: change use_streaming_backend to default to true so that
streaming is used by default when it is supported. [GH-10149]
* ui: Add 'optional route segments' and move namespaces to use them
[GH-10212]
* ui: Adding a notice about how TransparentProxy mode affects the Upstreams
list at the top of tab view [GH-10136]
* ui: Improve loader centering with new side navigation [GH-10181]
* ui: Move to a sidebar based main navigation [GH-9553]
* ui: Show a message to explain that health checks may be out of date if
the serf health check is in a critical state [GH-10194]
* ui: Updating the wording for the banner and the popover for a service
with an upstream that is not explicitly defined. [GH-10133]
* ui: Use older (~2016) native ES6 features to reduce transpilation and UI
JS payload [GH-9729]
* ui: add permanently visible indicator when ACLs are disabled [GH-9864]
* ui: improve accessibility of modal dialogs [GH-9819]
* ui: restrict the viewing/editing of certain UI elements based on the
users ACL token [GH-9687]
* ui: updates the ui with the new consul brand assets [GH-10081]
* xds: add support for envoy 1.17.0 [GH-9658]
* xds: default to speaking xDS v3, but allow for v2 to be spoken upon
request [GH-9658]
* xds: ensure that all envoyproxy/go-control-plane protobuf symbols are
linked into the final binary [GH-10131]
* xds: remove deprecated usages of xDS and drop support for envoy 1.13.x
[GH-9602]
BUG FIXES:
* checks: add TLSServerName field to allow setting the TLS server name for
HTTPS health checks. [GH-9475]
* config: Fixed a bug where rpc_max_conns_per_client could not be changed
by reloading the
* config. [GH-8696]
* connect: Fix bug that prevented transparent proxies from working when
mesh config restricted routing to catalog destinations. [GH-10365]
* memberlist: fixes a couple bugs which allowed malformed input to cause a
crash in a Consul
* client or server. [GH-10161]
* monitor: fix monitor to produce json format logs when requested
[GH-10358]
* proxycfg: Ensure that endpoints for explicit upstreams in other
datacenters are watched in transparent mode. [GH-10391]
* proxycfg: avoid panic when transparent proxy upstream is added and then
removed. [GH-10423]
* streaming: fixes a bug that would cause context cancellation errors when
a cache entry expired while requests were active. [GH-10112]
* streaming: lookup in health properly handle case-sensitivity and perform
filtering based on tags and node-meta [GH-9703]
* telemetry: fixes a bug with Prometheus metrics where Gauges and Summaries
were incorrectly
* being expired. [GH-10161]
* ui: Adding conditional to prevent Service Mesh from breaking when there
are no Upstreams [GH-10122]
* ui: Fix text searching through upstream instances. [GH-10151]
* ui: Update conditional for topology empty state [GH-10124]
* ui: ensure proxy instance API requests perform blocking queries correctly
[GH-10039]
* xds: (beta-only) ensure that dependent xDS resources are reconfigured
during primary type warming [GH-10381]
1.9.7 (June 21, 2021)
IMPROVEMENTS:
* debug: capture a single stream of logs, and single pprof profile and
trace for the whole duration [GH-10279]
* licensing: (Enterprise Only) In order to have forward compatibility with
Consul Enterprise v1.10, the ability to parse licenses from the
configuration or environment has been added. This can be specified with the
license_path configuration, the CONSUL_LICENSE environment variable or the
CONSUL_LICENSE_PATH environment variable. On server agents this
configuration will be ignored. Client agents and the snapshot agent will
use the configured license instead of automatically retrieving
one. [GH-10441]
* monitoring: optimize the monitoring endpoint to avoid losing logs when
under high load. [GH-10368]
BUG FIXES:
* license: (Enterprise only) Fixed an issue that would cause client agents
on versions before 1.10 to not be able to retrieve the license from a 1.10+
server. [GH-10432]
* monitor: fix monitor to produce json format logs when requested
[GH-10358]
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bacb49e0e23d0a58ce3f0d51ebf291cd3d63970b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
consul/Makefile | 2 +-
consul/distinfo | 160 +++++++++++++++++++++++++++++++++------------------
consul/go-modules.mk | 34 +++++++----
3 files changed, 128 insertions(+), 68 deletions(-)
diffs:
diff --git a/consul/Makefile b/consul/Makefile
index 1637f00188..dcf6d7a647 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= consul-1.9.6
+DISTNAME= consul-1.10.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/consul/distinfo b/consul/distinfo
index bf58adc0c3..6c18488e8c 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -16,10 +16,10 @@ SHA1 (cloud.google.com_go_@v_v0.38.0.zip) = e8fc42c24b508308c1eeec0734355753957b
RMD160 (cloud.google.com_go_@v_v0.38.0.zip) = d60966b058fbdaa89c0e915bf979655c09a0af14
SHA512 (cloud.google.com_go_@v_v0.38.0.zip) = 8981a08b1ba0226854567b0977d8a349abe2b58420421ab1dccdaf9c98e7657cb2140ad1a38767d25cb54249b61f162ecd51d401374a29f7368a550b19196595
Size (cloud.google.com_go_@v_v0.38.0.zip) = 2721920 bytes
-SHA1 (consul-1.9.6.tar.gz) = 8e2fb20a3de08b6dedad395934e639781611df59
-RMD160 (consul-1.9.6.tar.gz) = be2f4c79f0ac0f311ca19043d27cfe89b911b8aa
-SHA512 (consul-1.9.6.tar.gz) = a4e87899b048dca3898b22e171a0011656f6c1e54b8c1a5aa732b658ec3495b4f8ae78921ce138498cda066a302bd782c8854f092aa31c832ad0c921214990fc
-Size (consul-1.9.6.tar.gz) = 29345700 bytes
+SHA1 (consul-1.10.0.tar.gz) = 6dfdc166820c7759c3ec491e9fbed72ee9072eb7
+RMD160 (consul-1.10.0.tar.gz) = eebffefcd763e0f5099dfc7e26e967cd56025f60
+SHA512 (consul-1.10.0.tar.gz) = 55061e82af28c951ba67b450bbc4092cf15de73c1852b5315833143a176582da937d2bdcd121809c2efab693d29388623791b8ac5b8357dec142471618ff7347
+Size (consul-1.10.0.tar.gz) = 29559783 bytes
SHA1 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = f9109627fbe12f64f8eb8833bd5b229a66ce0b23
RMD160 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = 23f84f3bda5e834ca479cd36203a4490457181a8
SHA512 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
@@ -272,14 +272,14 @@ SHA1 (github.com_armon_go-metrics_@v_v0.3.0.mod) = 9a03cd860b6901d4620b894749086
RMD160 (github.com_armon_go-metrics_@v_v0.3.0.mod) = ece2b9a773cfd97663ea3102b466a0c77f4499ea
SHA512 (github.com_armon_go-metrics_@v_v0.3.0.mod) = 8a04b0f60d9393afdc4b106413a1022e213509cadc222d592b8a98cc06188eda9ab8b7fdc346e8e70e15f40294ed41fe5510205d64ff40c427a6fbbcbd16f530
Size (github.com_armon_go-metrics_@v_v0.3.0.mod) = 753 bytes
-SHA1 (github.com_armon_go-metrics_@v_v0.3.6.mod) = 250690e4078fe16028a4f18d74f79f3708c03e0f
-RMD160 (github.com_armon_go-metrics_@v_v0.3.6.mod) = 67010e345bbfd56547e306825e13afdb57d056e2
-SHA512 (github.com_armon_go-metrics_@v_v0.3.6.mod) = 7a835e1c62454a3577e71bb91a1a2ba8e135b94140e1394505678a5d628bf452de2fe8c7a9ad30c17ee462fd0d2f04967d0cc7b96010cfcd3d0fcf7dcaf4748f
-Size (github.com_armon_go-metrics_@v_v0.3.6.mod) = 607 bytes
-SHA1 (github.com_armon_go-metrics_@v_v0.3.6.zip) = 9b1718e376d36aa2d5b4395500ea7377789c276e
-RMD160 (github.com_armon_go-metrics_@v_v0.3.6.zip) = 734565e39e05aaee45d6cd0ec57bd3376fbc2bed
-SHA512 (github.com_armon_go-metrics_@v_v0.3.6.zip) = 08520d539031a646219d6e84139ad9f8398ebb443182a95cf4d48cc2ec6be24abc63ba8d18ae129851e5ffa5ee5988be1a8ae67658c9327cbd2c0e65a7d25c13
-Size (github.com_armon_go-metrics_@v_v0.3.6.zip) = 47374 bytes
+SHA1 (github.com_armon_go-metrics_@v_v0.3.8.mod) = 250690e4078fe16028a4f18d74f79f3708c03e0f
+RMD160 (github.com_armon_go-metrics_@v_v0.3.8.mod) = 67010e345bbfd56547e306825e13afdb57d056e2
+SHA512 (github.com_armon_go-metrics_@v_v0.3.8.mod) = 7a835e1c62454a3577e71bb91a1a2ba8e135b94140e1394505678a5d628bf452de2fe8c7a9ad30c17ee462fd0d2f04967d0cc7b96010cfcd3d0fcf7dcaf4748f
+Size (github.com_armon_go-metrics_@v_v0.3.8.mod) = 607 bytes
+SHA1 (github.com_armon_go-metrics_@v_v0.3.8.zip) = 45dc90e14f03e567b0461c0f07e520976df2e42f
+RMD160 (github.com_armon_go-metrics_@v_v0.3.8.zip) = a0b0cd83df17f5fffa8c1ad764e06d03fc709b46
+SHA512 (github.com_armon_go-metrics_@v_v0.3.8.zip) = e64d273ffb4a36e510eb9642ea043c18dac1511a59836a66667cec06996c0ea75903ac7273e479ceb9ecfc51c3a61f6b225387c128ded08bbb89e0f0650391c3
+Size (github.com_armon_go-metrics_@v_v0.3.8.zip) = 48412 bytes
SHA1 (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = c6f48e9bff0a559594e769e7c3e31e0010e6f2a4
RMD160 (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = 518878ce4366802ad724887a87a14d187da5b31d
SHA512 (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = 98f0f51365ecedecd1abe944a765160f99ccde69abe92a44d4f0e30f72a664b828cddb085886d8460ea7faabd0cbe7abdbde905ac758be0a3752c9a8f3600b6f
@@ -360,6 +360,30 @@ SHA1 (github.com_cespare_xxhash_v2_@v_v2.1.1.zip) = 3cdb97367c4b8b0aaa6dd4582bf6
RMD160 (github.com_cespare_xxhash_v2_@v_v2.1.1.zip) = a7ba510e863c8d08f76ea54454a2e58ddf0abc64
SHA512 (github.com_cespare_xxhash_v2_@v_v2.1.1.zip) = dc5efd476875fe3cfb3c5f5ce9314920bb2175be85fd1a4667faddee1b5360113b66bdc2f17e4fe889a7d104d684558744bdc6c56c8ac3afc585d7aad0114486
Size (github.com_cespare_xxhash_v2_@v_v2.1.1.zip) = 12031 bytes
+SHA1 (github.com_chzyer_logex_@v_v1.1.10.mod) = 637439153ba7e1c3da5c962d89e1f9c4e9c7d86d
+RMD160 (github.com_chzyer_logex_@v_v1.1.10.mod) = ec65c04aa867839051974c1f3afdaba8f4dc9bd9
+SHA512 (github.com_chzyer_logex_@v_v1.1.10.mod) = 0e40cd7ff22a86cd23b49b509f5b5653f67e31ca67a07ab82743f56e5504f126cb2c11d88da644afbaf024dffa657560a420ec6d82f6b463452ad8a8bdb576d2
+Size (github.com_chzyer_logex_@v_v1.1.10.mod) = 31 bytes
+SHA1 (github.com_chzyer_logex_@v_v1.1.10.zip) = dc3f803d9c1c7a50abd13060d130f25ded8ad466
+RMD160 (github.com_chzyer_logex_@v_v1.1.10.zip) = 4579233b14fd2968dc3f5b9215af39208c7bf5e5
+SHA512 (github.com_chzyer_logex_@v_v1.1.10.zip) = 4021b26f08a3fb25b71a3191445c9be56424f3f118f5a4839ee8957a9cabeeb33f8d5e4735ffdbccc20b84b45e4a61d3da9c2ecb6cceef6638901143bb6ea339
+Size (github.com_chzyer_logex_@v_v1.1.10.zip) = 5802 bytes
+SHA1 (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = 426446d5c0af5848c16e5a6f49eca2330d68be0f
+RMD160 (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = 08f11735123f379882228b1f08abe720416daf11
+SHA512 (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = c0d4f293bac15a26df2433bb909794b75ecbc5cb4ffdb33a8fbf3c8f421597780eb6bb036cfb11a8346ec959ceb8e36efa8ebb84d8ebbd606485735ba171f98d
+Size (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.mod) = 34 bytes
+SHA1 (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.zip) = b90a4ddeea5997dd28b311396509b617985fc6e0
+RMD160 (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.zip) = ae87a2fc34fa5c80efa321c5b4281e43261fbee3
+SHA512 (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.zip) = e63fa5b49cd41a7166b01167bab86540635ea079a36763e559da108046923897adc43b0ff7e19faa7060e0580b2042981c9a32d10ffcdcf6fea1f22eaf32313c
+Size (github.com_chzyer_readline_@v_v0.0.0-20180603132655-2972be24d48e.zip) = 56640 bytes
+SHA1 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 14080cfab79c3e124560de303791627e1e025f90
+RMD160 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 9c9517bdf3cef3b2682d45d9f435a821edc6fd87
+SHA512 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 528f23910ca94ddf6f811331dc7ed615b2949b2cb04c630e4e2b0ba4a6dadac1396268c4c3251a77af25db3e94dc8b0a0a66d365a8d3feaa78f31192a40e2556
+Size (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.mod) = 30 bytes
+SHA1 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = 3eac401a04197fff353d8f39bd7cffd7dcc08036
+RMD160 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = c38b67f1934abad464053f4ffed3ab77eb69253c
+SHA512 (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = 05859e1e715542b64c7d63789b447f971f7cceb6fd01bd78e661891acdd94da873ae6d3f612748fefaf9507d374b62526fcfe7db5655cc297c07208bc9f22bc2
+Size (github.com_chzyer_test_@v_v0.0.0-20180213035817-a1ea475d72b1.zip) = 5024 bytes
SHA1 (github.com_circonus-labs_circonus-gometrics_@v_v2.3.1+incompatible.mod) = 54008251e0e6b2522d08d711965a581b9b9c9c6d
RMD160 (github.com_circonus-labs_circonus-gometrics_@v_v2.3.1+incompatible.mod) = c880046dbeed20e0f04b0ffbfe90bfb96709ed47
SHA512 (github.com_circonus-labs_circonus-gometrics_@v_v2.3.1+incompatible.mod) = d1c83d2dbd4e242bfa9d8b9b58cddbd4a1ad112d1f5d1ca757fc31c6a31bf460d08cc3c9bf14c977fa74d2099ec83d5e45c05fd6121f800e26da6a837d862ccd
@@ -936,10 +960,14 @@ SHA1 (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = 2563d
RMD160 (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = 69b93bdbe5788c84a27c6b0c0abf381681e6d53b
SHA512 (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = c7e8b1bdd0360b88ccdcfd0cfe73e5cce50010a21db41ec2d533f7863b67930fbb84f430b9ffb663c394256628b05e884b812c040354779e0fdac2a422ac57e9
Size (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.mod) = 31 bytes
-SHA1 (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.zip) = 976019c1f15ee5c578cb3b5ce22b4e8efcd54a75
-RMD160 (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.zip) = 7dc2853c2b242bcf8267055fba5abbff76f29ed9
-SHA512 (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.zip) = a2ef0da02e56c1bf700103f6d51b430a05afa3f71aeef7f7e6197cf6bd0bfc29a6bc2565dc9c6be301a4a1c428d02bc82e2494788e0e50a6b57d1e10d95ee166
-Size (github.com_google_pprof_@v_v0.0.0-20181206194817-3ea8567a2e57.zip) = 1264563 bytes
+SHA1 (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = f9db3feec234cb1c3f6c740db546ec1f0763fade
+RMD160 (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = 10cdc52d19c805677d42a7011b12d0972c6c8fe4
+SHA512 (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = b58244ed085a9d3f6f938143b568a9a7cb8ef9bd0e05421ea903791fbfcd21fecf6c4c315603aeede054108c85090f02fb16909a90d2b74ea23e481c50bd2e81
+Size (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.mod) = 368 bytes
+SHA1 (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.zip) = 4842e21c6de596a37001d4310e6afc7f6c6fb957
+RMD160 (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.zip) = ac26a5387f702dfda240c21d853f42a2386df00a
+SHA512 (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.zip) = bd28eff954ee08d8e74432357dd33cfd6eb5f46dc75816ecec3a594a32e2196081ee90f828b6b6d0dfb66b30f8f907f58ca638bc5a70a6f01cb34e8d51301be4
+Size (github.com_google_pprof_@v_v0.0.0-20210601050228-01bbb1931b22.zip) = 1853652 bytes
SHA1 (github.com_google_tcpproxy_@v_v0.0.0-20180808230851-dfa16c61dad2.mod) = a1a5f138ad982280c687bbf12c0c314854d060a6
RMD160 (github.com_google_tcpproxy_@v_v0.0.0-20180808230851-dfa16c61dad2.mod) = 33fb08445a9a49409c45cd05de2a0d08e9bedcb5
SHA512 (github.com_google_tcpproxy_@v_v0.0.0-20180808230851-dfa16c61dad2.mod) = 5cc997fe8abd3a4ebaea6f2a023f3b9aa7d31de3f57d1b2693efbef17a93b5a9937403c4c7ac06b78951f04d517ad59e41b171b3fefe0330db88a705d74e94c1
@@ -1124,14 +1152,14 @@ SHA1 (github.com_hashicorp_go-kms-wrapping_entropy_@v_v0.1.0.zip) = 701fd6890649
RMD160 (github.com_hashicorp_go-kms-wrapping_entropy_@v_v0.1.0.zip) = f3ce64554083bcf73dfdf86ade1ce6b3f09a51b2
SHA512 (github.com_hashicorp_go-kms-wrapping_entropy_@v_v0.1.0.zip) = d90328e546ccc43766a304f4971e6036337caed53204bd687c736ec3a5c82c538b929921ddc9745eab6315ddba741817d70b41dae2177a6a88e5991cf8c43d14
Size (github.com_hashicorp_go-kms-wrapping_entropy_@v_v0.1.0.zip) = 8113 bytes
-SHA1 (github.com_hashicorp_go-memdb_@v_v1.3.0.mod) = 225d30fb74c266f0ba3416b7cf6452ca6ef19a3e
-RMD160 (github.com_hashicorp_go-memdb_@v_v1.3.0.mod) = 91ac5c12b8fec0084fe3a6481b3ac895e7a669f0
-SHA512 (github.com_hashicorp_go-memdb_@v_v1.3.0.mod) = caa11c7fcae8cf29369b1276911a7ce1f18c86af25ff4bd5e0949fff63dbcb99f57322ea335dff159f00653d1eeaaeb9f130efa8967ca440dc1e8417520aca81
-Size (github.com_hashicorp_go-memdb_@v_v1.3.0.mod) = 159 bytes
-SHA1 (github.com_hashicorp_go-memdb_@v_v1.3.0.zip) = e7a40f670d889d53449ab80e128ff719ba9e126e
-RMD160 (github.com_hashicorp_go-memdb_@v_v1.3.0.zip) = cecf1eaa1fb4cea52239ec938cceae97c85dc949
-SHA512 (github.com_hashicorp_go-memdb_@v_v1.3.0.zip) = 9c6541984800816462813a6fec63e19aa01ccc7888c8551d357ad08a85f9d7debfb513384e28363932cbd9a2865f4b69831b76a47a6289db7b33169a97152e33
-Size (github.com_hashicorp_go-memdb_@v_v1.3.0.zip) = 45061 bytes
+SHA1 (github.com_hashicorp_go-memdb_@v_v1.3.1.mod) = 225d30fb74c266f0ba3416b7cf6452ca6ef19a3e
+RMD160 (github.com_hashicorp_go-memdb_@v_v1.3.1.mod) = 91ac5c12b8fec0084fe3a6481b3ac895e7a669f0
+SHA512 (github.com_hashicorp_go-memdb_@v_v1.3.1.mod) = caa11c7fcae8cf29369b1276911a7ce1f18c86af25ff4bd5e0949fff63dbcb99f57322ea335dff159f00653d1eeaaeb9f130efa8967ca440dc1e8417520aca81
+Size (github.com_hashicorp_go-memdb_@v_v1.3.1.mod) = 159 bytes
+SHA1 (github.com_hashicorp_go-memdb_@v_v1.3.1.zip) = dee9549e81ef814aacdbb56a8a41be7e035d765d
+RMD160 (github.com_hashicorp_go-memdb_@v_v1.3.1.zip) = 2218a80aa2213894a28c9534fb9b3ff735119fd1
+SHA512 (github.com_hashicorp_go-memdb_@v_v1.3.1.zip) = b1dea5afe39793498f04f5b78630145760f6c090e7a996599e735f657fb2f999ac12341a980ec729a84280be734dd9ad4b1c9cb6f603e82400547f3181c849bb
+Size (github.com_hashicorp_go-memdb_@v_v1.3.1.zip) = 45718 bytes
SHA1 (github.com_hashicorp_go-msgpack_@v_v0.5.3.mod) = dacb633791ff05784c12a1a4a4d3fb5f58868b27
RMD160 (github.com_hashicorp_go-msgpack_@v_v0.5.3.mod) = d3f299c7b0d7213bb1e01a4b3f979dae632e7bea
SHA512 (github.com_hashicorp_go-msgpack_@v_v0.5.3.mod) = 45b4424a023ea15d95167322e022269e32f7a718dbeaf192d0cee9f6bd136f5b4a26827d6d041a8103a95f622a0dc92123b32e6463254199893f360ad8680de0
@@ -1300,10 +1328,14 @@ SHA1 (github.com_hashicorp_memberlist_@v_v0.2.2.mod) = 48349234484a26e6d314f03df
RMD160 (github.com_hashicorp_memberlist_@v_v0.2.2.mod) = 4b49e62b9c87a74c20d97cb92c1131052d79b63b
SHA512 (github.com_hashicorp_memberlist_@v_v0.2.2.mod) = 8b5cf65d942a763e666773ce3d9f1bfc88ed6ca051ccaa036d0236f52d383cea94bfe280ed62cf0e2dbc2af586dbd5008e1a62b958d434045933513fade28e88
Size (github.com_hashicorp_memberlist_@v_v0.2.2.mod) = 666 bytes
-SHA1 (github.com_hashicorp_memberlist_@v_v0.2.2.zip) = be2b4b2066f7d53eaf243de07d49bdca321cfcd4
-RMD160 (github.com_hashicorp_memberlist_@v_v0.2.2.zip) = d90e51bd34a9d0c65e5e08aa5dcb39e3ac5f4540
-SHA512 (github.com_hashicorp_memberlist_@v_v0.2.2.zip) = 13275b8246248b1c3001acba9ea6178a10263fb8ff3cc205d2cccb86682eccad96695bac455a32f2407f7fbd9a4bc3b68cacab722bcc242c606248753efba3d1
-Size (github.com_hashicorp_memberlist_@v_v0.2.2.zip) = 114585 bytes
+SHA1 (github.com_hashicorp_memberlist_@v_v0.2.4.mod) = 48349234484a26e6d314f03df8c54f5f9bd5fe36
+RMD160 (github.com_hashicorp_memberlist_@v_v0.2.4.mod) = 4b49e62b9c87a74c20d97cb92c1131052d79b63b
+SHA512 (github.com_hashicorp_memberlist_@v_v0.2.4.mod) = 8b5cf65d942a763e666773ce3d9f1bfc88ed6ca051ccaa036d0236f52d383cea94bfe280ed62cf0e2dbc2af586dbd5008e1a62b958d434045933513fade28e88
+Size (github.com_hashicorp_memberlist_@v_v0.2.4.mod) = 666 bytes
+SHA1 (github.com_hashicorp_memberlist_@v_v0.2.4.zip) = 603d23cd8711469d7c209e1225c2d691a650c4d7
+RMD160 (github.com_hashicorp_memberlist_@v_v0.2.4.zip) = 96bb8e2e4f7eb0952f1c3df7196edffdba529609
+SHA512 (github.com_hashicorp_memberlist_@v_v0.2.4.zip) = fcc8094c9f4913eb9d2004fff78626c0a9fafa7bef79606ee2def6bdbb64e0e08725bb8861b58ff4ec2048a55ea892eed17ec44782a4aa83286ea6f21d2c79e9
+Size (github.com_hashicorp_memberlist_@v_v0.2.4.zip) = 114601 bytes
SHA1 (github.com_hashicorp_net-rpc-msgpackrpc_@v_v0.0.0-20151116020338-a14192a58a69.mod) = cc0575a849d5c8473f72f21f537846e0bd5b4a70
RMD160 (github.com_hashicorp_net-rpc-msgpackrpc_@v_v0.0.0-20151116020338-a14192a58a69.mod) = 3d5a5bb73e97349a40d374fe095400d37c972958
SHA512 (github.com_hashicorp_net-rpc-msgpackrpc_@v_v0.0.0-20151116020338-a14192a58a69.mod) = d1ab435b05bfa15b854c2ad3ead3678f0671f79fe9ec7d1352122438e62e40fcae32501a0f539f10747cc8762e8d94c0535d176f89c626c650beacb9c4f82f49
@@ -1312,14 +1344,14 @@ SHA1 (github.com_hashicorp_net-rpc-msgpackrpc_@v_v0.0.0-20151116020338-a14192a58
RMD160 (github.com_hashicorp_net-rpc-msgpackrpc_@v_v0.0.0-20151116020338-a14192a58a69.zip) = 5efab6fadcb9b49a66708ab0dfecb3a05d4283de
SHA512 (github.com_hashicorp_net-rpc-msgpackrpc_@v_v0.0.0-20151116020338-a14192a58a69.zip) = de6607396bc85d72d44c291a4d4eec7c98f0b54c27a92fbe0b89bc8916ca59294c419e4591da7d12ebe0541867bfb9c57f46ca4be19562129646ec2a764c0604
Size (github.com_hashicorp_net-rpc-msgpackrpc_@v_v0.0.0-20151116020338-a14192a58a69.zip) = 4515 bytes
-SHA1 (github.com_hashicorp_raft-autopilot_@v_v0.1.2.mod) = a71f211d9b099690f3181aba4e31f6bc795487f5
-RMD160 (github.com_hashicorp_raft-autopilot_@v_v0.1.2.mod) = b85c96c6c0197f1da0f1bf1de165d76b5c255161
-SHA512 (github.com_hashicorp_raft-autopilot_@v_v0.1.2.mod) = 5446adc8997410fdc10c3f8dbd8562a0d36e9033165e54b71fcd2cf844324e69f8c324a8e1016656224a552699e01054cb2a70d439578067d8fd64d7366dedc9
-Size (github.com_hashicorp_raft-autopilot_@v_v0.1.2.mod) = 256 bytes
-SHA1 (github.com_hashicorp_raft-autopilot_@v_v0.1.2.zip) = ea4345ee7e3471351edb909c00f32c5ffd45b3d4
-RMD160 (github.com_hashicorp_raft-autopilot_@v_v0.1.2.zip) = 96e9a5125e5f65162dd1811e057bb714c7df9a98
-SHA512 (github.com_hashicorp_raft-autopilot_@v_v0.1.2.zip) = 9c5739b5bd66de859fe0207c732dc5fc29586bc4d3ee6894cedcc85c1606f00adab67e849cb7b080653683e0e230f15c794427830ebe69f5fc85e690f2b9fa75
-Size (github.com_hashicorp_raft-autopilot_@v_v0.1.2.zip) = 55604 bytes
+SHA1 (github.com_hashicorp_raft-autopilot_@v_v0.1.5.mod) = a71f211d9b099690f3181aba4e31f6bc795487f5
+RMD160 (github.com_hashicorp_raft-autopilot_@v_v0.1.5.mod) = b85c96c6c0197f1da0f1bf1de165d76b5c255161
+SHA512 (github.com_hashicorp_raft-autopilot_@v_v0.1.5.mod) = 5446adc8997410fdc10c3f8dbd8562a0d36e9033165e54b71fcd2cf844324e69f8c324a8e1016656224a552699e01054cb2a70d439578067d8fd64d7366dedc9
+Size (github.com_hashicorp_raft-autopilot_@v_v0.1.5.mod) = 256 bytes
+SHA1 (github.com_hashicorp_raft-autopilot_@v_v0.1.5.zip) = 08af20e1541688ede41dc5eca5378607246fc047
+RMD160 (github.com_hashicorp_raft-autopilot_@v_v0.1.5.zip) = d039d8b4c1e6ac964d7f9d462217a9cfa7ccae9f
+SHA512 (github.com_hashicorp_raft-autopilot_@v_v0.1.5.zip) = 38f275d7e3646b28a5a66ca8b118cf75d92340b7cd388db20ace9d8f6ceef44f08fb09693a9e16a63ed901a6a5f66d45303e708cdd2e028fe436c664269c3e84
+Size (github.com_hashicorp_raft-autopilot_@v_v0.1.5.zip) = 56923 bytes
SHA1 (github.com_hashicorp_raft-boltdb_@v_v0.0.0-20171010151810-6e5ba93211ea.mod) = bbcc2065f6c0ae3de04c000bcd286a09e0bb0697
RMD160 (github.com_hashicorp_raft-boltdb_@v_v0.0.0-20171010151810-6e5ba93211ea.mod) = a436771ba439ad1610419c30640948673eff5db7
SHA512 (github.com_hashicorp_raft-boltdb_@v_v0.0.0-20171010151810-6e5ba93211ea.mod) = 76ce93f04caa8045ed49fccbbbfe76fc278bb7d94c973e408d0695e8c9c5e569b3dc9d4af8722f13c4718753aa72fea76a238dc8243aff34bbfd10d4b684e38a
@@ -1336,10 +1368,14 @@ SHA1 (github.com_hashicorp_raft_@v_v1.2.0.mod) = 0e1ae876d4925eade97c90f5019495a
RMD160 (github.com_hashicorp_raft_@v_v1.2.0.mod) = 1a22c5157fe46f5f9e18bfa3e059e8e998e40af0
SHA512 (github.com_hashicorp_raft_@v_v1.2.0.mod) = e44c233e6bf407eac6a4eb6f7a72dc0118575b6dfe48a9d0afb95d99a847ad30f75b11e6d008238b7761965182df56e52ec183bb0905e054a638c76898368e6d
Size (github.com_hashicorp_raft_@v_v1.2.0.mod) = 410 bytes
-SHA1 (github.com_hashicorp_raft_@v_v1.2.0.zip) = 9c36ee2d19057b534769de7a64e11e08c78d4323
-RMD160 (github.com_hashicorp_raft_@v_v1.2.0.zip) = 923802bee44cf0bc571f21cda59715fd22611a23
-SHA512 (github.com_hashicorp_raft_@v_v1.2.0.zip) = c689267a27346d83ac054c5202746c69bf79e5accc69a07c833ab00fe4f2a780ccbf41ed62d50e411322e62ba6603031134662c9e0dca18cd1ec3a52179a062b
-Size (github.com_hashicorp_raft_@v_v1.2.0.zip) = 157790 bytes
+SHA1 (github.com_hashicorp_raft_@v_v1.3.1.mod) = b66f69f0623c87689fe7e18d2f3b906dd9e90643
+RMD160 (github.com_hashicorp_raft_@v_v1.3.1.mod) = b0135d4b53657f2a470030c8818a4a8cc0e1ba10
+SHA512 (github.com_hashicorp_raft_@v_v1.3.1.mod) = a687048d5ba12f826081a5c4c39501e0dfe949b98e7c8b4b4bfa2b9be27fb650d6fe8ec31ca379ab0c13b79909a1edbe1f410500651f7226206bd4e0d21eb296
+Size (github.com_hashicorp_raft_@v_v1.3.1.mod) = 233 bytes
+SHA1 (github.com_hashicorp_raft_@v_v1.3.1.zip) = 565a27d04dc559bbb2465a039de42cac299ea7b3
+RMD160 (github.com_hashicorp_raft_@v_v1.3.1.zip) = 10f7ea5bd9b76f126bb06deb0775f18ca6cb791e
+SHA512 (github.com_hashicorp_raft_@v_v1.3.1.zip) = 91a9d81f71ea87c6ad69d4a5b8c0133d859502e75373624c353a0343d75acb4e8ba4b041a243efd529d3ba1308000b2b8200d010c40f995b172309758e50fe15
+Size (github.com_hashicorp_raft_@v_v1.3.1.zip) = 145952 bytes
SHA1 (github.com_hashicorp_serf_@v_v0.9.5.mod) = f417843cd70f571c2e1d4d93a69a462b54602d39
RMD160 (github.com_hashicorp_serf_@v_v0.9.5.mod) = 8a925f6d25718b1facd0d3d334cdaacc37f5b8ab
SHA512 (github.com_hashicorp_serf_@v_v0.9.5.mod) = 175744788ef938ee696ef7f706261fe1200ab134e27f7957641f74dd9606424f68c479c0ed9a9f3c1e9fb1bcd23dbf7edde7d02c4a45160cb8dc2c251734905e
@@ -1392,6 +1428,14 @@ SHA1 (github.com_hpcloud_tail_@v_v1.0.0.zip) = 929248268a14f6a08a6ab5a7094bb538a
RMD160 (github.com_hpcloud_tail_@v_v1.0.0.zip) = 419e370b970b514de7553ae06d69421e0e7f4dbd
SHA512 (github.com_hpcloud_tail_@v_v1.0.0.zip) = b77e39712e985744e277604bbbcd48f32d28ea69eac7a6b6cc0a3f8706e2970ccd5410761784b64eae73a07786cf81c665934c145369317b8b961b503582643a
Size (github.com_hpcloud_tail_@v_v1.0.0.zip) = 24894 bytes
+SHA1 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20200824232613-28f6c0f3b639.mod) = b9ea383f23c7d47182277558c8f9799c5c0bc756
+RMD160 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20200824232613-28f6c0f3b639.mod) = 881defccdc9ba1c340cca49b4070b7da9d16959f
+SHA512 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20200824232613-28f6c0f3b639.mod) = ff238b036db5df69dc734f4a0db4d1fd1a94a04131d64ea20c5268078a645327527f185da4aab38b2aca60da8c6a5f8f118b660f5b0773cc76d7d108a47297c9
+Size (github.com_ianlancetaylor_demangle_@v_v0.0.0-20200824232613-28f6c0f3b639.mod) = 42 bytes
+SHA1 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20200824232613-28f6c0f3b639.zip) = d14bbf02e445fd15523c937f22f3367b67851ec4
+RMD160 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20200824232613-28f6c0f3b639.zip) = 55fd6c9df8c80e2f858af2ec055ff28e58405de1
+SHA512 (github.com_ianlancetaylor_demangle_@v_v0.0.0-20200824232613-28f6c0f3b639.zip) = 4c9b7051d50831e3f7caf018f501c7a4344ca917b58167fd159c298b09e3cb03320227e9bcd5e21736a26b70ce28521cc5fae3ad9b8b9afbb82097ff63781e5e
+Size (github.com_ianlancetaylor_demangle_@v_v0.0.0-20200824232613-28f6c0f3b639.zip) = 59110 bytes
SHA1 (github.com_imdario_mergo_@v_v0.3.5.mod) = 41cdfd606d9b9f291280b85238bf818282c839dd
RMD160 (github.com_imdario_mergo_@v_v0.3.5.mod) = 2041951494f89fcd9327e92f9401b28f01e63f33
SHA512 (github.com_imdario_mergo_@v_v0.3.5.mod) = 1128f41755f4d87f43322971323896d589e3790019beaf160f9cca1e41414dec968cde425be6d8b3912bef9ac09be186adf6417a6bdeb92ee5115cfff1405733
@@ -1748,14 +1792,14 @@ SHA1 (github.com_mitchellh_mapstructure_@v_v1.3.2.mod) = 061bdd70edbb1aaa1e38553
RMD160 (github.com_mitchellh_mapstructure_@v_v1.3.2.mod) = 643df9802b4884ab63453e1ada8a60f7618274e0
SHA512 (github.com_mitchellh_mapstructure_@v_v1.3.2.mod) = 408cfe4466cf47530cfdf1bb6ff94b5d77b17208a2a9b3d2bfb63b4853a68f46ba707c604bf03e2173f80dfe480bcf4c0be5b3f48872cc865ac0bac3d488f7b0
Size (github.com_mitchellh_mapstructure_@v_v1.3.2.mod) = 50 bytes
-SHA1 (github.com_mitchellh_mapstructure_@v_v1.3.3.mod) = 061bdd70edbb1aaa1e3855326355d36d96d3f3ff
-RMD160 (github.com_mitchellh_mapstructure_@v_v1.3.3.mod) = 643df9802b4884ab63453e1ada8a60f7618274e0
-SHA512 (github.com_mitchellh_mapstructure_@v_v1.3.3.mod) = 408cfe4466cf47530cfdf1bb6ff94b5d77b17208a2a9b3d2bfb63b4853a68f46ba707c604bf03e2173f80dfe480bcf4c0be5b3f48872cc865ac0bac3d488f7b0
-Size (github.com_mitchellh_mapstructure_@v_v1.3.3.mod) = 50 bytes
-SHA1 (github.com_mitchellh_mapstructure_@v_v1.3.3.zip) = 92fa87fe6b0ebd0a6372e0d86d02ce2bd678272b
-RMD160 (github.com_mitchellh_mapstructure_@v_v1.3.3.zip) = 45f3cf4ce51feaf9e11721eb201476cb3af9c94f
-SHA512 (github.com_mitchellh_mapstructure_@v_v1.3.3.zip) = e61765ecbb25ee639710d666f5523cbdca9ac5792782926d5ae7e0b13545e0bc5d0aa5d090bfb5e2b6ea218b55fa3fe4ceb8a51e5ac432f7d6e5c9eb86aa043c
-Size (github.com_mitchellh_mapstructure_@v_v1.3.3.zip) = 31024 bytes
+SHA1 (github.com_mitchellh_mapstructure_@v_v1.4.1-0.20210112042008-8ebf2d61a8b4.mod) = 061bdd70edbb1aaa1e3855326355d36d96d3f3ff
+RMD160 (github.com_mitchellh_mapstructure_@v_v1.4.1-0.20210112042008-8ebf2d61a8b4.mod) = 643df9802b4884ab63453e1ada8a60f7618274e0
+SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.1-0.20210112042008-8ebf2d61a8b4.mod) = 408cfe4466cf47530cfdf1bb6ff94b5d77b17208a2a9b3d2bfb63b4853a68f46ba707c604bf03e2173f80dfe480bcf4c0be5b3f48872cc865ac0bac3d488f7b0
+Size (github.com_mitchellh_mapstructure_@v_v1.4.1-0.20210112042008-8ebf2d61a8b4.mod) = 50 bytes
+SHA1 (github.com_mitchellh_mapstructure_@v_v1.4.1-0.20210112042008-8ebf2d61a8b4.zip) = 3dcdd652d8fdca333a3e19024dbe5804656db45b
+RMD160 (github.com_mitchellh_mapstructure_@v_v1.4.1-0.20210112042008-8ebf2d61a8b4.zip) = ebcbbafecd8ba07d8a8a5705731fd4f229c70948
+SHA512 (github.com_mitchellh_mapstructure_@v_v1.4.1-0.20210112042008-8ebf2d61a8b4.zip) = 71b788086af4f95e42c413af91d6f6c2c0d25c69ac2ff51041a58a4f63f65a49c319c9f9d2c18fba6d762f2cb7fcf856b6e81f53377ac09f74e1c80ee7cf2db1
+Size (github.com_mitchellh_mapstructure_@v_v1.4.1-0.20210112042008-8ebf2d61a8b4.zip) = 33752 bytes
SHA1 (github.com_mitchellh_pointerstructure_@v_v1.0.0.mod) = b32ea0c3b17652db2e2eb1dc991445640248a0fa
RMD160 (github.com_mitchellh_pointerstructure_@v_v1.0.0.mod) = 59b981197441c84b4ad6fc11dbe1ac3b73708963
SHA512 (github.com_mitchellh_pointerstructure_@v_v1.0.0.mod) = bd4fe6712436e85787eea6bcbfa7eb9d4b63e06fa1bcfe357778fdce536d8cd5080b00a41f98f1634b26c1e1e0f2444255fcfab11d0a168678bac405532de5b9
@@ -2516,14 +2560,14 @@ SHA1 (golang.org_x_crypto_@v_v0.0.0-20200220183623-bac4c82f6975.mod) = 7130b95a0
RMD160 (golang.org_x_crypto_@v_v0.0.0-20200220183623-bac4c82f6975.mod) = ab71ec9e86e79de9b3838603bd85aa6ae86a19df
SHA512 (golang.org_x_crypto_@v_v0.0.0-20200220183623-bac4c82f6975.mod) = 7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06
Size (golang.org_x_crypto_@v_v0.0.0-20200220183623-bac4c82f6975.mod) = 155 bytes
-SHA1 (golang.org_x_crypto_@v_v0.0.0-20200930160638-afb6bcd081ae.mod) = 7130b95a0c17fc1a34b248ae15d9aaa1471a06a7
-RMD160 (golang.org_x_crypto_@v_v0.0.0-20200930160638-afb6bcd081ae.mod) = ab71ec9e86e79de9b3838603bd85aa6ae86a19df
-SHA512 (golang.org_x_crypto_@v_v0.0.0-20200930160638-afb6bcd081ae.mod) = 7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06
-Size (golang.org_x_crypto_@v_v0.0.0-20200930160638-afb6bcd081ae.mod) = 155 bytes
-SHA1 (golang.org_x_crypto_@v_v0.0.0-20200930160638-afb6bcd081ae.zip) = 5fec9829d523e3ab43af8a9a8d8441341974ff58
-RMD160 (golang.org_x_crypto_@v_v0.0.0-20200930160638-afb6bcd081ae.zip) = 806169efdf91319cf5631a65709a0ad90c3d1cd1
-SHA512 (golang.org_x_crypto_@v_v0.0.0-20200930160638-afb6bcd081ae.zip) = fd50b978909b5b2259da0cc5d4db8fe582b003f4b9c2e387a9491f2648521475c640a21a80d375ba006f0892595cd14c4e1c130a31e7da5a2cbd8b8673feec87
-Size (golang.org_x_crypto_@v_v0.0.0-20200930160638-afb6bcd081ae.zip) = 1876107 bytes
+SHA1 (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.mod) = 958e4f460f8f61a28f954ef5436d232ddf0dac54
+RMD160 (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.mod) = 3f138b9928a17e66bbace73def62909f8bfe368a
+SHA512 (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.mod) = 36d6474a79deda7b8749681b46e682e0440d07b3e8930279c66a45c0d42a6f2c6dd75b7bc7c3cc1ef50cdeff988442630af904ff0f58bb2def5f49040ade16cc
+Size (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.mod) = 247 bytes
+SHA1 (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.zip) = 06b3b7c32946a6749a69ed17a784eba5818f6532
+RMD160 (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.zip) = 085c7bb28101d91f01f2ef8d04b678e490100ad3
+SHA512 (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.zip) = 6494794aff8498860f5af522d4a4921278c6aed6e7ce6bef3c8cfeabfb78810e932b66d47746a2bd416c538d5a277ccb82cab45a479b37fd0484dbe44cc78825
+Size (golang.org_x_crypto_@v_v0.0.0-20210513164829-c07d793c2f9a.zip) = 1874670 bytes
SHA1 (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = dd2bb39723c98e5c1675cb4b2d1989cca4dd7961
RMD160 (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = b9b55951e6dcc88613c5d715c40ceb8814eb0d2e
SHA512 (golang.org_x_exp_@v_v0.0.0-20190121172915-509febef88a4.mod) = 9131017b8ab0c2362b74e0c010daeb849689025aa31cb464dc379b0e34d0fcdb66749329b111041127997440bac052249dab522ab27239858405c056e3ac5dbf
@@ -2812,6 +2856,10 @@ SHA1 (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 9c0a67f5f608
RMD160 (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 470ffe5252fd7913930e210baaa374da49776819
SHA512 (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
Size (golang.org_x_sys_@v_v0.0.0-20191026070338-33540a1f6037.mod) = 33 bytes
+SHA1 (golang.org_x_sys_@v_v0.0.0-20191204072324-ce4227a45e2e.mod) = 9c0a67f5f608966214879bdc8263f4927cb8da2f
+RMD160 (golang.org_x_sys_@v_v0.0.0-20191204072324-ce4227a45e2e.mod) = 470ffe5252fd7913930e210baaa374da49776819
+SHA512 (golang.org_x_sys_@v_v0.0.0-20191204072324-ce4227a45e2e.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
+Size (golang.org_x_sys_@v_v0.0.0-20191204072324-ce4227a45e2e.mod) = 33 bytes
SHA1 (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 9c0a67f5f608966214879bdc8263f4927cb8da2f
RMD160 (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 470ffe5252fd7913930e210baaa374da49776819
SHA512 (golang.org_x_sys_@v_v0.0.0-20200116001909-b77594299b42.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
diff --git a/consul/go-modules.mk b/consul/go-modules.mk
index 03db33db8f..2d7d1ecb8b 100644
--- a/consul/go-modules.mk
+++ b/consul/go-modules.mk
@@ -67,8 +67,8 @@ GO_MODULE_FILES+= github.com/armon/consul-api/@v/v0.0.0-20180202201655-eb2c6b5be
GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.mod
GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.0.0-20190430140413-ec5e00d3c878.mod
GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.3.0.mod
-GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.3.6.mod
-GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.3.6.zip
+GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.3.8.mod
+GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.3.8.zip
GO_MODULE_FILES+= github.com/armon/go-radix/@v/v0.0.0-20180808171621-7fddfc383310.mod
GO_MODULE_FILES+= github.com/armon/go-radix/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/armon/go-radix/@v/v1.0.0.zip
@@ -89,6 +89,12 @@ GO_MODULE_FILES+= github.com/cespare/xxhash/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/cespare/xxhash/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/cespare/xxhash/v2/@v/v2.1.1.mod
GO_MODULE_FILES+= github.com/cespare/xxhash/v2/@v/v2.1.1.zip
+GO_MODULE_FILES+= github.com/chzyer/logex/@v/v1.1.10.mod
+GO_MODULE_FILES+= github.com/chzyer/logex/@v/v1.1.10.zip
+GO_MODULE_FILES+= github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod
+GO_MODULE_FILES+= github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip
+GO_MODULE_FILES+= github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod
+GO_MODULE_FILES+= github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.zip
GO_MODULE_FILES+= github.com/circonus-labs/circonus-gometrics/@v/v2.3.1+incompatible.mod
GO_MODULE_FILES+= github.com/circonus-labs/circonus-gometrics/@v/v2.3.1+incompatible.zip
GO_MODULE_FILES+= github.com/circonus-labs/circonusllhist/@v/v0.1.3.mod
@@ -233,7 +239,8 @@ GO_MODULE_FILES+= github.com/google/gofuzz/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.mod
GO_MODULE_FILES+= github.com/google/martian/@v/v2.1.0+incompatible.zip
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod
-GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.zip
+GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210601050228-01bbb1931b22.mod
+GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210601050228-01bbb1931b22.zip
GO_MODULE_FILES+= github.com/google/tcpproxy/@v/v0.0.0-20180808230851-dfa16c61dad2.mod
GO_MODULE_FILES+= github.com/google/tcpproxy/@v/v0.0.0-20180808230851-dfa16c61dad2.zip
GO_MODULE_FILES+= github.com/google/uuid/@v/v1.1.1.mod
@@ -280,8 +287,8 @@ GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/hashicorp/go-kms-wrapping/entropy/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-kms-wrapping/entropy/@v/v0.1.0.zip
-GO_MODULE_FILES+= github.com/hashicorp/go-memdb/@v/v1.3.0.mod
-GO_MODULE_FILES+= github.com/hashicorp/go-memdb/@v/v1.3.0.zip
+GO_MODULE_FILES+= github.com/hashicorp/go-memdb/@v/v1.3.1.mod
+GO_MODULE_FILES+= github.com/hashicorp/go-memdb/@v/v1.3.1.zip
GO_MODULE_FILES+= github.com/hashicorp/go-msgpack/@v/v0.5.3.mod
GO_MODULE_FILES+= github.com/hashicorp/go-msgpack/@v/v0.5.5.mod
GO_MODULE_FILES+= github.com/hashicorp/go-msgpack/@v/v0.5.5.zip
@@ -324,7 +331,8 @@ GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.4.mod
GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.4.zip
GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.2.2.mod
-GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.2.2.zip
+GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.2.4.mod
+GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.2.4.zip
GO_MODULE_FILES+= github.com/hashicorp/net-rpc-msgpackrpc/@v/v0.0.0-20151116020338-a14192a58a69.mod
GO_MODULE_FILES+= github.com/hashicorp/net-rpc-msgpackrpc/@v/v0.0.0-20151116020338-a14192a58a69.zip
GO_MODULE_FILES+= github.com/hashicorp/raft-autopilot/@v/v0.1.5.mod
@@ -333,7 +341,8 @@ GO_MODULE_FILES+= github.com/hashicorp/raft-boltdb/@v/v0.0.0-20171010151810-6e5b
GO_MODULE_FILES+= github.com/hashicorp/raft-boltdb/@v/v0.0.0-20171010151810-6e5ba93211ea.zip
GO_MODULE_FILES+= github.com/hashicorp/raft/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/hashicorp/raft/@v/v1.2.0.mod
-GO_MODULE_FILES+= github.com/hashicorp/raft/@v/v1.2.0.zip
+GO_MODULE_FILES+= github.com/hashicorp/raft/@v/v1.3.1.mod
+GO_MODULE_FILES+= github.com/hashicorp/raft/@v/v1.3.1.zip
GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.9.5.mod
GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.9.5.zip
GO_MODULE_FILES+= github.com/hashicorp/vault/api/@v/v1.0.5-0.20200717191844-f687267c8086.mod
@@ -347,6 +356,8 @@ GO_MODULE_FILES+= github.com/hashicorp/yamux/@v/v0.0.0-20200609203250-aecfd211c9
GO_MODULE_FILES+= github.com/hashicorp/yamux/@v/v0.0.0-20200609203250-aecfd211c9ce.zip
GO_MODULE_FILES+= github.com/hpcloud/tail/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hpcloud/tail/@v/v1.0.0.zip
+GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20200824232613-28f6c0f3b639.mod
+GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20200824232613-28f6c0f3b639.zip
GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.5.mod
GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.6.mod
GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.6.zip
@@ -436,8 +447,8 @@ GO_MODULE_FILES+= github.com/mitchellh/hashstructure/@v/v0.0.0-20170609045927-2b
GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v0.0.0-20160808181253-ca63d7c062ee.mod
GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.1.2.mod
GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.3.2.mod
-GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.3.3.mod
-GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.3.3.zip
+GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.1-0.20210112042008-8ebf2d61a8b4.mod
+GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.1-0.20210112042008-8ebf2d61a8b4.zip
GO_MODULE_FILES+= github.com/mitchellh/pointerstructure/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/mitchellh/pointerstructure/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/mitchellh/reflectwalk/@v/v1.0.0.mod
@@ -628,8 +639,8 @@ GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190923035154-9ee001bba392.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20191011191535-87dc89f01550.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20191206172530-e9b2fee46413.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200220183623-bac4c82f6975.mod
-GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200930160638-afb6bcd081ae.mod
-GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200930160638-afb6bcd081ae.zip
+GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210513164829-c07d793c2f9a.mod
+GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210513164829-c07d793c2f9a.zip
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.zip
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod
@@ -702,6 +713,7 @@ GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190922100055-0a153f010e69.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190924154521-2837fb4f24fe.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191008105621-543471e840be.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191026070338-33540a1f6037.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191204072324-ce4227a45e2e.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200116001909-b77594299b42.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200122134326-e047566fdf82.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200124204421-9fbb57f87de9.mod
Home |
Main Index |
Thread Index |
Old Index