pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

consul: Update to 1.11.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Dec 18 10:37:24 2021 +0900
Changeset:	70bd78de91a4f15fe2c50f278a4c5c372ddd8c61

Modified Files:
	consul/Makefile
	consul/distinfo
	consul/go-modules.mk

Log Message:
consul: Update to 1.11.1

1.11.1 (December 15, 2021)

SECURITY:

* ci: Upgrade golang.org/x/net to address CVE-2021-44716 [GH-11854]

FEATURES:

* Admin Partitions (Consul Enterprise only) This version adds admin
partitions, a new entity defining administrative and networking boundaries
within a Consul deployment. For more information refer to the
* Admin Partition documentation. [GH-11855] networking: (Enterprise Only)
Make segment_limit configurable, cap at 256.

1.11.0 (December 14, 2021)

BREAKING CHANGES:

* acl: The legacy ACL system that was deprecated in Consul 1.4.0 has been
removed. Before upgrading you should verify that nothing is still using the
legacy ACL system. See the Migrate Legacy ACL Tokens Learn Guide for more
information. [GH-11232]
* cli: consul acl set-agent-token master has been replaced with consul acl
set-agent-token recovery [GH-11669]

SECURITY:

* namespaces: (Enterprise only) Creating or editing namespaces that include
default ACL policies or ACL roles now requires acl:write permission in the
default namespace. This change fixes CVE-2021-41805.
* rpc: authorize raft requests CVE-2021-37219 [GH-10925]

FEATURES:

* Admin Partitions (Consul Enterprise only) This version adds admin
partitions, a new entity defining administrative and networking boundaries
within a Consul deployment. For more information refer to the Admin
Partition documentation.
* ca: Add a configurable TTL for Connect CA root certificates. The
configuration is supported by the Vault and Consul providers. [GH-11428]
* ca: Add a configurable TTL to the AWS ACM Private CA provider root
certificate. [GH-11449]
* health-checks: add support for h2c in http2 ping health checks [GH-10690]
* ui: Add UI support to use Vault as an external source for a service
[GH-10769]
* ui: Adding support of Consul API Gateway as an external
source. [GH-11371]
* ui: Adds a copy button to each composite row in tokens list page, if
Secret ID returns an actual ID [GH-10735]
* ui: Adds visible Consul version information [GH-11803]
* ui: Topology - New views for scenarios where no dependencies exist or
ACLs are disabled [GH-11280]

IMPROVEMENTS:

* acl: replication routine to report the last error message. [GH-10612]
* agent: add variation of force-leave that exclusively works on the WAN
[GH-11722]
* api: Enable setting query options on agent health and maintenance
endpoints. [GH-10691]
* checks: add failures_before_warning setting for interval
checks. [GH-10969]
* ci: Upgrade to use Go 1.17.5 [GH-11799]
* cli: Add -cas and -modify-index flags to the consul config delete command
to support Check-And-Set (CAS) deletion of config entries [GH-11419]
* config: (Enterprise Only) Allow specifying permission mode for audit
logs. [GH-10732]
* config: Support Check-And-Set (CAS) deletion of config entries [GH-11419]
* config: add dns_config.recursor_strategy flag to control the order which
DNS recursors are queried [GH-10611]
* config: warn the user if client_addr is empty because client services
won't be listening [GH-11461]
* connect/ca: cease including the common name field in generated x509
non-CA certificates [GH-10424]
* connect: Add low-level feature to allow an Ingress to retrieve TLS
certificates from SDS. [GH-10903]
* connect: Consul will now generate a unique virtual IP for each
connect-enabled service (this will also differ across namespace/partition
in Enterprise). [GH-11724]
* connect: Support Vault auth methods for the Connect CA Vault
provider. Currently, we support any non-deprecated auth methods
* the latest version of Vault supports (v1.8.5), which include AppRole,
AliCloud, AWS, Azure, Cloud Foundry, GitHub, Google Cloud,
* JWT/OIDC, Kerberos, Kubernetes, LDAP, Oracle Cloud Infrastructure, Okta,
Radius, TLS Certificates, and Username & Password. [GH-11573]
* connect: Support manipulating HTTP headers in the mesh. [GH-10613]
* connect: add Namespace configuration setting for Vault CA provider
[GH-11477]
* connect: ingress gateways may now enable built-in TLS for a subset of
listeners. [GH-11163]
* connect: service-resolver subset filters are validated for valid go-bexpr
syntax on write [GH-11293]
* connect: update supported envoy versions to 1.19.1, 1.18.4, 1.17.4,
1.16.5 [GH-11115]
* connect: update supported envoy versions to 1.20.0, 1.19.1, 1.18.4,
1.17.4 [GH-11277]
* debug: Add a new /v1/agent/metrics/stream API endpoint for streaming of
metrics [GH-10399]
* debug: rename cluster capture target to members, to be more consistent
with the terms used by the API. [GH-10804]
* dns: Added a virtual endpoint for querying the assigned virtual IP for a
service. [GH-11725]
* http: when a URL path is not found, include a message with the 404 status
code to help the user understand why (e.g., HTTP API endpoint path not
prefixed with /v1/) [GH-11818]
* raft: Added a configuration to disable boltdb freelist syncing [GH-11720]
* raft: Emit boltdb related performance metrics [GH-11720]
* raft: Use bbolt instead of the legacy boltdb implementation [GH-11720]
* sdk: Add support for iptable rules that allow DNS lookup redirection to
Consul DNS. [GH-11480]
* segments: (Enterprise only) ensure that the serf_lan_allowed_cidrs
applies to network segments [GH-11495]
* telemetry: add a new agent.tls.cert.expiry metric for tracking when the
Agent TLS certificate expires. [GH-10768]
* telemetry: add a new mesh.active-root-ca.expiry metric for tracking when
the root certificate expires. [GH-9924]
* types: add TLSVersion and TLSCipherSuite [GH-11645]
* ui: Add upstream icons for upstreams and upstream instances [GH-11556]
* ui: Add uri guard to prevent future URL encoding issues [GH-11117]
* ui: Move the majority of our SASS variables to use native CSS custom
* properties [GH-11200]
* ui: Removed informational panel from the namespace selector menu when
editing
* namespaces [GH-11130]
* ui: Update UI browser support to 'roughly ~2 years back' [GH-11505]
* ui: Update global notification styling [GH-11577]
* ui: added copy to clipboard button in code editor toolbars [GH-11474]

DEPRECATIONS:

* api: /v1/agent/token/agent_master is deprecated and will be removed in a
future major release - use /v1/agent/token/agent_recovery instead
[GH-11669]
* config: acl.tokens.master has been renamed to
acl.tokens.initial_management, and acl.tokens.agent_master has been renamed
to acl.tokens.agent_recovery - the old field names are now deprecated and
will be removed in a future major release [GH-11665]
* tls: With the upgrade to Go 1.17, the ordering of tls_cipher_suites will
no longer be honored, and tls_prefer_server_cipher_suites is now
ignored. [GH-11364]

BUG FIXES:

* acl: (Enterprise only) fix namespace and namespace_prefix policy
evaluation when both govern an authz request
* api: Fix default values used for optional fields in autopilot
configuration update (POST to /v1/operator/autopilot/configuration)
[GH-10558] [GH-10559]
* api: ensure new partition fields are omit empty for compatibility with
older versions of consul [GH-11585]
* areas: (Enterprise Only) Fixes a bug when using Yamux pool ( for servers
version 1.7.3 and later), the entire pool was locked while connecting to a
remote location, which could potentially take a long time.
* areas: (Enterprise only) make the gRPC server tracker network area aware
[GH-11748]
* ca: fixes a bug that caused non blocking leaf cert queries to return the
same cached response regardless of ca rotation or leaf cert expiry
[GH-11693]
* ca: fixes a bug that caused the SigningKeyID to be wrong in the primary
DC, when the Vault provider is used, after a CA config creates a new
root. [GH-11672]
* ca: fixes a bug that caused the intermediate cert used to sign leaf certs
to be missing from the /connect/ca/roots API response when the Vault
provider was used. [GH-11671]
* check root and intermediate CA expiry before using it to sign a leaf
certificate. [GH-10500]
* connect/ca: ensure edits to the key type/bits for the connect builtin CA
will regenerate the roots [GH-10330]
* connect/ca: require new vault mount points when updating the key
type/bits for the vault connect CA provider [GH-10331]
* connect: fix race causing xDS generation to lock up when discovery chains
are tracked for services that are no longer upstreams. [GH-11826]
* dns: Fixed an issue where on DNS requests made with .alt_domain response
was returned as .domain [GH-11348]
* dns: return an empty answer when asked for an addr dns with type other
then A and AAAA. [GH-10401]
* macos: fixes building with a non-Apple LLVM (such as installed via
Homebrew) [GH-11586]
* namespaces: (Enterprise only) ensure the namespace replicator doesn't
replicate deleted namespaces
* proxycfg: ensure all of the watches are canceled if they are cancelable
[GH-11824]
* snapshot: (Enterprise only) fixed a bug where the snapshot agent would
ignore the license_path setting in config files
* ui: Ensure all types of data get reconciled with the backend data
[GH-11237]
* ui: Ensure dc selector correctly shows the currently selected dc
[GH-11380]
* ui: Ensure we check intention permissions for specific services when
deciding
* whether to show action buttons for per service intention actions
[GH-11409]
* ui: Ensure we filter tokens by policy when showing which tokens use a
certain
* policy whilst editing a policy [GH-11311]
* ui: Ensure we show a readonly designed page for readonly intentions
[GH-11767]
* ui: Filter the global intentions list by the currently selected parition
rather
* than a wildcard [GH-11475]
* ui: Fix inline-code brand styling [GH-11578]
* ui: Fix visual issue with slight table header overflow [GH-11670]
* ui: Fixes an issue where under some circumstances after logging we
present the
* data loaded previous to you logging in. [GH-11681]
* ui: Gracefully recover from non-existant DC errors [GH-11077]
* ui: Include Service.Namespace into available variables for
dashboard_url_templates [GH-11640]
* ui: Revert to depending on the backend, 'post-user-action', to report
* permissions errors rather than using UI capabilities 'pre-user-action'
[GH-11520]
* ui: Topology - Fix up Default Allow and Permissive Intentions notices
[GH-11216]
* ui: code editor styling (layout consistency + wide screen support)
[GH-11474]
* use the MaxQueryTime instead of RPCHoldTimeout for blocking RPC queries
* [GH-8978]. [GH-10299]
* windows: fixes arm and arm64 builds [GH-11586]

NOTES:

* Renamed the agent_master field to agent_recovery in the acl-tokens.json
file in which tokens are persisted on-disk (when
acl.enable_token_persistence is enabled) [GH-11744]

1.10.5 (December 13, 2021)

SECURITY:

* ci: Upgrade to Go 1.16.12 to address CVE-2021-44716 [GH-11808]

BUG FIXES:

* agent: (Enterprise only) fix bug where 1.10.x agents would deregister
serf checks from 1.11.x servers [GH-11700]

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=70bd78de91a4f15fe2c50f278a4c5c372ddd8c61

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      |   6 +-
 consul/go-modules.mk | 175 ++++++++++++++++++++++++++++-----------------------
 3 files changed, 100 insertions(+), 83 deletions(-)

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index 855f9bac03..0fa7a95a26 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.10.4
+DISTNAME=	consul-1.11.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index 8c7601f04d..ddd387e9d7 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -12,9 +12,9 @@ Size (cloud.google.com_go_@v_v0.38.0.mod) = 1006 bytes
 BLAKE2s (cloud.google.com_go_@v_v0.38.0.zip) = aefc1ee6a4955f91058378bd439100d7c0e1231960100664e059c6fd441a07fa
 SHA512 (cloud.google.com_go_@v_v0.38.0.zip) = 8981a08b1ba0226854567b0977d8a349abe2b58420421ab1dccdaf9c98e7657cb2140ad1a38767d25cb54249b61f162ecd51d401374a29f7368a550b19196595
 Size (cloud.google.com_go_@v_v0.38.0.zip) = 2721920 bytes
-BLAKE2s (consul-1.10.4.tar.gz) = 0d2c0de1adc7546cdd3fea0c1cd778fd5e28aed053ee1585486b275ec84e168a
-SHA512 (consul-1.10.4.tar.gz) = c41a6cbdbdafd2162a7e11a7466436716510ea2376c94374684d738cb10cc9e46d4a89fb0ae6d89a681135497c03a1b7e5c6adde1306c1bd06c26413a3b88782
-Size (consul-1.10.4.tar.gz) = 31817187 bytes
+BLAKE2s (consul-1.11.1.tar.gz) = 70773155640817b18d04ddee1aa6a96196f59dc5da2533cef669decb7cc08cf1
+SHA512 (consul-1.11.1.tar.gz) = 4558b6eb880b305863e9ba6aac01b37439267e71416608b8e6d60931fca5de7fafabaa552673f92afedc22ab3b8167511e4f8bb748004d809536b44678c15da3
+Size (consul-1.11.1.tar.gz) = 22078629 bytes
 BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70
 SHA512 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
 Size (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = 41 bytes
diff --git a/consul/go-modules.mk b/consul/go-modules.mk
index 61d134f8fd..b744ab97df 100644
--- a/consul/go-modules.mk
+++ b/consul/go-modules.mk
@@ -4,36 +4,37 @@ GO_MODULE_FILES+=	cloud.google.com/go/@v/v0.26.0.mod
 GO_MODULE_FILES+=	cloud.google.com/go/@v/v0.34.0.mod
 GO_MODULE_FILES+=	cloud.google.com/go/@v/v0.38.0.mod
 GO_MODULE_FILES+=	cloud.google.com/go/@v/v0.38.0.zip
-GO_MODULE_FILES+=	github.com/!azure/azure-sdk-for-go/@v/v40.3.0+incompatible.mod
-GO_MODULE_FILES+=	github.com/!azure/azure-sdk-for-go/@v/v40.3.0+incompatible.zip
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/@v/v0.10.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/@v/v0.10.0.zip
+GO_MODULE_FILES+=	github.com/!azure/azure-sdk-for-go/@v/v44.0.0+incompatible.mod
+GO_MODULE_FILES+=	github.com/!azure/azure-sdk-for-go/@v/v44.0.0+incompatible.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/@v/v14.2.0+incompatible.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/@v/v14.2.0+incompatible.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/@v/v0.11.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/@v/v0.11.0.zip
 GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/@v/v0.9.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/@v/v0.9.3.mod
 GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/adal/@v/v0.5.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/adal/@v/v0.8.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/adal/@v/v0.8.1.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/adal/@v/v0.8.2.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/adal/@v/v0.8.2.zip
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/azure/auth/@v/v0.4.2.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/azure/auth/@v/v0.4.2.zip
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/azure/cli/@v/v0.3.1.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/azure/cli/@v/v0.3.1.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/adal/@v/v0.9.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/adal/@v/v0.9.0.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/azure/auth/@v/v0.5.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/azure/auth/@v/v0.5.0.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/azure/cli/@v/v0.4.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/azure/cli/@v/v0.4.0.zip
 GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/date/@v/v0.1.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/date/@v/v0.2.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/date/@v/v0.2.0.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/date/@v/v0.3.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/date/@v/v0.3.0.zip
 GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/mocks/@v/v0.1.0.mod
 GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/mocks/@v/v0.2.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/mocks/@v/v0.3.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/mocks/@v/v0.3.0.zip
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/to/@v/v0.3.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/to/@v/v0.3.0.zip
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/validation/@v/v0.2.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/validation/@v/v0.2.0.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/mocks/@v/v0.4.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/mocks/@v/v0.4.0.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/to/@v/v0.4.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/to/@v/v0.4.0.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/validation/@v/v0.3.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/autorest/validation/@v/v0.3.0.zip
 GO_MODULE_FILES+=	github.com/!azure/go-autorest/logger/@v/v0.1.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/logger/@v/v0.1.0.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/logger/@v/v0.2.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/logger/@v/v0.2.0.zip
 GO_MODULE_FILES+=	github.com/!azure/go-autorest/tracing/@v/v0.5.0.mod
-GO_MODULE_FILES+=	github.com/!azure/go-autorest/tracing/@v/v0.5.0.zip
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/tracing/@v/v0.6.0.mod
+GO_MODULE_FILES+=	github.com/!azure/go-autorest/tracing/@v/v0.6.0.zip
 GO_MODULE_FILES+=	github.com/!burnt!sushi/toml/@v/v0.3.1.mod
 GO_MODULE_FILES+=	github.com/!burnt!sushi/toml/@v/v0.3.1.zip
 GO_MODULE_FILES+=	github.com/!data!dog/datadog-go/@v/v2.2.0+incompatible.mod
@@ -50,8 +51,8 @@ GO_MODULE_FILES+=	github.com/!puerkito!bio/purell/@v/v1.0.0.mod
 GO_MODULE_FILES+=	github.com/!puerkito!bio/purell/@v/v1.0.0.zip
 GO_MODULE_FILES+=	github.com/!puerkito!bio/urlesc/@v/v0.0.0-20160726150825-5bd2802263f2.mod
 GO_MODULE_FILES+=	github.com/!puerkito!bio/urlesc/@v/v0.0.0-20160726150825-5bd2802263f2.zip
-GO_MODULE_FILES+=	github.com/!stack!exchange/wmi/@v/v0.0.0-20190523213315-cbe66965904d.mod
-GO_MODULE_FILES+=	github.com/!stack!exchange/wmi/@v/v0.0.0-20190523213315-cbe66965904d.zip
+GO_MODULE_FILES+=	github.com/!stack!exchange/wmi/@v/v1.2.1.mod
+GO_MODULE_FILES+=	github.com/!stack!exchange/wmi/@v/v1.2.1.zip
 GO_MODULE_FILES+=	github.com/abdullin/seq/@v/v0.0.0-20160510034733-d5467c17e7af.mod
 GO_MODULE_FILES+=	github.com/abdullin/seq/@v/v0.0.0-20160510034733-d5467c17e7af.zip
 GO_MODULE_FILES+=	github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod
@@ -69,6 +70,7 @@ GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.0.0-20190430140413-ec5e00d3c
 GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.3.0.mod
 GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.3.10.mod
 GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.3.10.zip
+GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.3.8.mod
 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
@@ -123,7 +125,6 @@ GO_MODULE_FILES+=	github.com/coreos/pkg/@v/v0.0.0-20180928190104-399ea9e2e55f.mo
 GO_MODULE_FILES+=	github.com/coreos/pkg/@v/v0.0.0-20180928190104-399ea9e2e55f.zip
 GO_MODULE_FILES+=	github.com/cpuguy83/go-md2man/@v/v1.0.10.mod
 GO_MODULE_FILES+=	github.com/cpuguy83/go-md2man/@v/v1.0.10.zip
-GO_MODULE_FILES+=	github.com/davecgh/go-spew/@v/v0.0.0-20151105211317-5215b55f46b2.mod
 GO_MODULE_FILES+=	github.com/davecgh/go-spew/@v/v1.1.0.mod
 GO_MODULE_FILES+=	github.com/davecgh/go-spew/@v/v1.1.1.mod
 GO_MODULE_FILES+=	github.com/davecgh/go-spew/@v/v1.1.1.zip
@@ -133,9 +134,9 @@ GO_MODULE_FILES+=	github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.mod
 GO_MODULE_FILES+=	github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.zip
 GO_MODULE_FILES+=	github.com/dgryski/go-sip13/@v/v0.0.0-20181026042036-e10d5fee7954.mod
 GO_MODULE_FILES+=	github.com/dgryski/go-sip13/@v/v0.0.0-20181026042036-e10d5fee7954.zip
-GO_MODULE_FILES+=	github.com/digitalocean/godo/@v/v1.1.1.mod
 GO_MODULE_FILES+=	github.com/digitalocean/godo/@v/v1.10.0.mod
 GO_MODULE_FILES+=	github.com/digitalocean/godo/@v/v1.10.0.zip
+GO_MODULE_FILES+=	github.com/digitalocean/godo/@v/v1.7.5.mod
 GO_MODULE_FILES+=	github.com/dimchansky/utfbom/@v/v1.1.0.mod
 GO_MODULE_FILES+=	github.com/dimchansky/utfbom/@v/v1.1.0.zip
 GO_MODULE_FILES+=	github.com/dnaeon/go-vcr/@v/v1.0.1.mod
@@ -148,8 +149,8 @@ GO_MODULE_FILES+=	github.com/dustin/go-humanize/@v/v1.0.0.mod
 GO_MODULE_FILES+=	github.com/dustin/go-humanize/@v/v1.0.0.zip
 GO_MODULE_FILES+=	github.com/elazarl/go-bindata-assetfs/@v/v0.0.0-20160803192304-e1a2a7ec64b0.mod
 GO_MODULE_FILES+=	github.com/elazarl/go-bindata-assetfs/@v/v0.0.0-20160803192304-e1a2a7ec64b0.zip
-GO_MODULE_FILES+=	github.com/elazarl/goproxy/@v/v0.0.0-20170405201442-c4fc26588b6e.mod
-GO_MODULE_FILES+=	github.com/elazarl/goproxy/@v/v0.0.0-20170405201442-c4fc26588b6e.zip
+GO_MODULE_FILES+=	github.com/elazarl/goproxy/@v/v0.0.0-20180725130230-947c36da3153.mod
+GO_MODULE_FILES+=	github.com/elazarl/goproxy/@v/v0.0.0-20180725130230-947c36da3153.zip
 GO_MODULE_FILES+=	github.com/emicklei/go-restful/@v/v0.0.0-20170410110728-ff4f55a20633.mod
 GO_MODULE_FILES+=	github.com/emicklei/go-restful/@v/v0.0.0-20170410110728-ff4f55a20633.zip
 GO_MODULE_FILES+=	github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod
@@ -173,8 +174,6 @@ GO_MODULE_FILES+=	github.com/ghodss/yaml/@v/v1.0.0.mod
 GO_MODULE_FILES+=	github.com/ghodss/yaml/@v/v1.0.0.zip
 GO_MODULE_FILES+=	github.com/go-asn1-ber/asn1-ber/@v/v1.3.1.mod
 GO_MODULE_FILES+=	github.com/go-asn1-ber/asn1-ber/@v/v1.3.1.zip
-GO_MODULE_FILES+=	github.com/go-check/check/@v/v0.0.0-20140225173054-eb6ee6f84d0a.mod
-GO_MODULE_FILES+=	github.com/go-check/check/@v/v0.0.0-20140225173054-eb6ee6f84d0a.zip
 GO_MODULE_FILES+=	github.com/go-kit/kit/@v/v0.8.0.mod
 GO_MODULE_FILES+=	github.com/go-kit/kit/@v/v0.9.0.mod
 GO_MODULE_FILES+=	github.com/go-kit/kit/@v/v0.9.0.zip
@@ -185,8 +184,9 @@ GO_MODULE_FILES+=	github.com/go-logfmt/logfmt/@v/v0.4.0.mod
 GO_MODULE_FILES+=	github.com/go-logfmt/logfmt/@v/v0.4.0.zip
 GO_MODULE_FILES+=	github.com/go-logr/logr/@v/v0.1.0.mod
 GO_MODULE_FILES+=	github.com/go-logr/logr/@v/v0.1.0.zip
-GO_MODULE_FILES+=	github.com/go-ole/go-ole/@v/v1.2.4.mod
-GO_MODULE_FILES+=	github.com/go-ole/go-ole/@v/v1.2.4.zip
+GO_MODULE_FILES+=	github.com/go-ole/go-ole/@v/v1.2.5.mod
+GO_MODULE_FILES+=	github.com/go-ole/go-ole/@v/v1.2.6.mod
+GO_MODULE_FILES+=	github.com/go-ole/go-ole/@v/v1.2.6.zip
 GO_MODULE_FILES+=	github.com/go-openapi/jsonpointer/@v/v0.0.0-20160704185906-46af16f9f7b1.mod
 GO_MODULE_FILES+=	github.com/go-openapi/jsonpointer/@v/v0.0.0-20160704185906-46af16f9f7b1.zip
 GO_MODULE_FILES+=	github.com/go-openapi/jsonreference/@v/v0.0.0-20160704190145-13c6e3589ad9.mod
@@ -202,7 +202,7 @@ GO_MODULE_FILES+=	github.com/go-test/deep/@v/v1.0.2.mod
 GO_MODULE_FILES+=	github.com/go-test/deep/@v/v1.0.2.zip
 GO_MODULE_FILES+=	github.com/gogo/protobuf/@v/v1.1.1.mod
 GO_MODULE_FILES+=	github.com/gogo/protobuf/@v/v1.2.1.mod
-GO_MODULE_FILES+=	github.com/gogo/protobuf/@v/v1.2.2-0.20190723190241-65acae22fc9d.mod
+GO_MODULE_FILES+=	github.com/gogo/protobuf/@v/v1.3.1.mod
 GO_MODULE_FILES+=	github.com/gogo/protobuf/@v/v1.3.2.mod
 GO_MODULE_FILES+=	github.com/gogo/protobuf/@v/v1.3.2.zip
 GO_MODULE_FILES+=	github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod
@@ -229,12 +229,13 @@ GO_MODULE_FILES+=	github.com/google/go-cmp/@v/v0.3.0.mod
 GO_MODULE_FILES+=	github.com/google/go-cmp/@v/v0.3.1.mod
 GO_MODULE_FILES+=	github.com/google/go-cmp/@v/v0.4.0.mod
 GO_MODULE_FILES+=	github.com/google/go-cmp/@v/v0.5.2.mod
-GO_MODULE_FILES+=	github.com/google/go-cmp/@v/v0.5.2.zip
+GO_MODULE_FILES+=	github.com/google/go-cmp/@v/v0.5.6.mod
+GO_MODULE_FILES+=	github.com/google/go-cmp/@v/v0.5.6.zip
 GO_MODULE_FILES+=	github.com/google/go-querystring/@v/v0.0.0-20170111101155-53e6ce116135.mod
 GO_MODULE_FILES+=	github.com/google/go-querystring/@v/v1.0.0.mod
 GO_MODULE_FILES+=	github.com/google/go-querystring/@v/v1.0.0.zip
-GO_MODULE_FILES+=	github.com/google/gofuzz/@v/v0.0.0-20161122191042-44d81051d367.mod
 GO_MODULE_FILES+=	github.com/google/gofuzz/@v/v1.0.0.mod
+GO_MODULE_FILES+=	github.com/google/gofuzz/@v/v1.1.0.mod
 GO_MODULE_FILES+=	github.com/google/gofuzz/@v/v1.2.0.mod
 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
@@ -250,6 +251,7 @@ GO_MODULE_FILES+=	github.com/googleapis/gax-go/v2/@v/v2.0.4.mod
 GO_MODULE_FILES+=	github.com/googleapis/gax-go/v2/@v/v2.0.5.mod
 GO_MODULE_FILES+=	github.com/googleapis/gax-go/v2/@v/v2.0.5.zip
 GO_MODULE_FILES+=	github.com/googleapis/gnostic/@v/v0.0.0-20170729233727-0c5108395e2d.mod
+GO_MODULE_FILES+=	github.com/googleapis/gnostic/@v/v0.1.0.mod
 GO_MODULE_FILES+=	github.com/googleapis/gnostic/@v/v0.2.0.mod
 GO_MODULE_FILES+=	github.com/googleapis/gnostic/@v/v0.2.0.zip
 GO_MODULE_FILES+=	github.com/gophercloud/gophercloud/@v/v0.1.0.mod
@@ -275,8 +277,8 @@ GO_MODULE_FILES+=	github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod
 GO_MODULE_FILES+=	github.com/hashicorp/go-cleanhttp/@v/v0.5.1.zip
 GO_MODULE_FILES+=	github.com/hashicorp/go-connlimit/@v/v0.3.0.mod
 GO_MODULE_FILES+=	github.com/hashicorp/go-connlimit/@v/v0.3.0.zip
-GO_MODULE_FILES+=	github.com/hashicorp/go-discover/@v/v0.0.0-20200501174627-ad1e96bde088.mod
-GO_MODULE_FILES+=	github.com/hashicorp/go-discover/@v/v0.0.0-20200501174627-ad1e96bde088.zip
+GO_MODULE_FILES+=	github.com/hashicorp/go-discover/@v/v0.0.0-20210818145131-c573d69da192.mod
+GO_MODULE_FILES+=	github.com/hashicorp/go-discover/@v/v0.0.0-20210818145131-c573d69da192.zip
 GO_MODULE_FILES+=	github.com/hashicorp/go-hclog/@v/v0.0.0-20180709165350-ff2cf002a8dd.mod
 GO_MODULE_FILES+=	github.com/hashicorp/go-hclog/@v/v0.12.0.mod
 GO_MODULE_FILES+=	github.com/hashicorp/go-hclog/@v/v0.14.1.mod
@@ -331,21 +333,25 @@ GO_MODULE_FILES+=	github.com/hashicorp/logutils/@v/v1.0.0.zip
 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.4.mod
-GO_MODULE_FILES+=	github.com/hashicorp/memberlist/@v/v0.2.4.zip
+GO_MODULE_FILES+=	github.com/hashicorp/memberlist/@v/v0.3.0.mod
+GO_MODULE_FILES+=	github.com/hashicorp/memberlist/@v/v0.3.0.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
 GO_MODULE_FILES+=	github.com/hashicorp/raft-autopilot/@v/v0.1.5.zip
 GO_MODULE_FILES+=	github.com/hashicorp/raft-boltdb/@v/v0.0.0-20171010151810-6e5ba93211ea.mod
-GO_MODULE_FILES+=	github.com/hashicorp/raft-boltdb/@v/v0.0.0-20171010151810-6e5ba93211ea.zip
+GO_MODULE_FILES+=	github.com/hashicorp/raft-boltdb/@v/v0.0.0-20210409134258-03c10cc3d4ea.mod
+GO_MODULE_FILES+=	github.com/hashicorp/raft-boltdb/@v/v0.0.0-20211202195631-7d34b9fb3f42.mod
+GO_MODULE_FILES+=	github.com/hashicorp/raft-boltdb/@v/v0.0.0-20211202195631-7d34b9fb3f42.zip
+GO_MODULE_FILES+=	github.com/hashicorp/raft-boltdb/v2/@v/v2.2.0.mod
+GO_MODULE_FILES+=	github.com/hashicorp/raft-boltdb/v2/@v/v2.2.0.zip
+GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.1.0.mod
 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.3.2.mod
 GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.3.2.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/serf/@v/v0.9.6.mod
+GO_MODULE_FILES+=	github.com/hashicorp/serf/@v/v0.9.6.zip
 GO_MODULE_FILES+=	github.com/hashicorp/vault/api/@v/v1.0.5-0.20200717191844-f687267c8086.mod
 GO_MODULE_FILES+=	github.com/hashicorp/vault/api/@v/v1.0.5-0.20200717191844-f687267c8086.zip
 GO_MODULE_FILES+=	github.com/hashicorp/vault/sdk/@v/v0.1.14-0.20200519221838-e0cfd64bc267.mod
@@ -377,9 +383,8 @@ GO_MODULE_FILES+=	github.com/jonboulle/clockwork/@v/v0.1.0.zip
 GO_MODULE_FILES+=	github.com/joyent/triton-go/@v/v0.0.0-20180628001255-830d2b111e62.mod
 GO_MODULE_FILES+=	github.com/joyent/triton-go/@v/v1.7.1-0.20200416154420-6801d15b779f.mod
 GO_MODULE_FILES+=	github.com/joyent/triton-go/@v/v1.7.1-0.20200416154420-6801d15b779f.zip
-GO_MODULE_FILES+=	github.com/json-iterator/go/@v/v0.0.0-20180612202835-f2b4162afba3.mod
 GO_MODULE_FILES+=	github.com/json-iterator/go/@v/v1.1.6.mod
-GO_MODULE_FILES+=	github.com/json-iterator/go/@v/v1.1.7.mod
+GO_MODULE_FILES+=	github.com/json-iterator/go/@v/v1.1.8.mod
 GO_MODULE_FILES+=	github.com/json-iterator/go/@v/v1.1.9.mod
 GO_MODULE_FILES+=	github.com/json-iterator/go/@v/v1.1.9.zip
 GO_MODULE_FILES+=	github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod
@@ -409,6 +414,8 @@ GO_MODULE_FILES+=	github.com/lib/pq/@v/v1.1.1.mod
 GO_MODULE_FILES+=	github.com/lib/pq/@v/v1.1.1.zip
 GO_MODULE_FILES+=	github.com/linode/linodego/@v/v0.7.1.mod
 GO_MODULE_FILES+=	github.com/linode/linodego/@v/v0.7.1.zip
+GO_MODULE_FILES+=	github.com/lufia/plan9stats/@v/v0.0.0-20211012122336-39d0f177ccd0.mod
+GO_MODULE_FILES+=	github.com/lufia/plan9stats/@v/v0.0.0-20211012122336-39d0f177ccd0.zip
 GO_MODULE_FILES+=	github.com/magiconair/properties/@v/v1.8.0.mod
 GO_MODULE_FILES+=	github.com/magiconair/properties/@v/v1.8.0.zip
 GO_MODULE_FILES+=	github.com/mailru/easyjson/@v/v0.0.0-20160728113105-d5b7844b561a.mod
@@ -459,7 +466,6 @@ GO_MODULE_FILES+=	github.com/mitchellh/reflectwalk/@v/v1.0.1.zip
 GO_MODULE_FILES+=	github.com/modern-go/concurrent/@v/v0.0.0-20180228061459-e0a39a4cb421.mod
 GO_MODULE_FILES+=	github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod
 GO_MODULE_FILES+=	github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.zip
-GO_MODULE_FILES+=	github.com/modern-go/reflect2/@v/v0.0.0-20180320133207-05fbef0ca5da.mod
 GO_MODULE_FILES+=	github.com/modern-go/reflect2/@v/v0.0.0-20180701023420-4b7aa43c6742.mod
 GO_MODULE_FILES+=	github.com/modern-go/reflect2/@v/v1.0.1.mod
 GO_MODULE_FILES+=	github.com/modern-go/reflect2/@v/v1.0.1.zip
@@ -478,12 +484,12 @@ GO_MODULE_FILES+=	github.com/oklog/ulid/@v/v1.3.1.zip
 GO_MODULE_FILES+=	github.com/olekukonko/tablewriter/@v/v0.0.0-20180130162743-b8a9be070da4.mod
 GO_MODULE_FILES+=	github.com/olekukonko/tablewriter/@v/v0.0.0-20180130162743-b8a9be070da4.zip
 GO_MODULE_FILES+=	github.com/onsi/ginkgo/@v/v0.0.0-20170829012221-11459a886d9c.mod
+GO_MODULE_FILES+=	github.com/onsi/ginkgo/@v/v1.11.0.mod
+GO_MODULE_FILES+=	github.com/onsi/ginkgo/@v/v1.11.0.zip
 GO_MODULE_FILES+=	github.com/onsi/ginkgo/@v/v1.6.0.mod
-GO_MODULE_FILES+=	github.com/onsi/ginkgo/@v/v1.8.0.mod
-GO_MODULE_FILES+=	github.com/onsi/ginkgo/@v/v1.8.0.zip
 GO_MODULE_FILES+=	github.com/onsi/gomega/@v/v0.0.0-20170829124025-dcabb60a477c.mod
-GO_MODULE_FILES+=	github.com/onsi/gomega/@v/v1.5.0.mod
-GO_MODULE_FILES+=	github.com/onsi/gomega/@v/v1.5.0.zip
+GO_MODULE_FILES+=	github.com/onsi/gomega/@v/v1.7.0.mod
+GO_MODULE_FILES+=	github.com/onsi/gomega/@v/v1.7.0.zip
 GO_MODULE_FILES+=	github.com/packethost/packngo/@v/v0.1.1-0.20180711074735-b9cb5096f54c.mod
 GO_MODULE_FILES+=	github.com/packethost/packngo/@v/v0.1.1-0.20180711074735-b9cb5096f54c.zip
 GO_MODULE_FILES+=	github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.mod
@@ -501,7 +507,6 @@ GO_MODULE_FILES+=	github.com/pierrec/lz4/@v/v2.5.2+incompatible.zip
 GO_MODULE_FILES+=	github.com/pkg/errors/@v/v0.8.0.mod
 GO_MODULE_FILES+=	github.com/pkg/errors/@v/v0.8.1.mod
 GO_MODULE_FILES+=	github.com/pkg/errors/@v/v0.8.1.zip
-GO_MODULE_FILES+=	github.com/pmezard/go-difflib/@v/v0.0.0-20151028094244-d8ed2627bdf0.mod
 GO_MODULE_FILES+=	github.com/pmezard/go-difflib/@v/v1.0.0.mod
 GO_MODULE_FILES+=	github.com/pmezard/go-difflib/@v/v1.0.0.zip
 GO_MODULE_FILES+=	github.com/posener/complete/@v/v1.1.1.mod
@@ -557,8 +562,8 @@ GO_MODULE_FILES+=	github.com/sean-/pager/@v/v0.0.0-20180208200047-666be9bf53b5.m
 GO_MODULE_FILES+=	github.com/sean-/pager/@v/v0.0.0-20180208200047-666be9bf53b5.zip
 GO_MODULE_FILES+=	github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.mod
 GO_MODULE_FILES+=	github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.zip
-GO_MODULE_FILES+=	github.com/shirou/gopsutil/v3/@v/v3.20.10.mod
-GO_MODULE_FILES+=	github.com/shirou/gopsutil/v3/@v/v3.20.10.zip
+GO_MODULE_FILES+=	github.com/shirou/gopsutil/v3/@v/v3.21.10.mod
+GO_MODULE_FILES+=	github.com/shirou/gopsutil/v3/@v/v3.21.10.zip
 GO_MODULE_FILES+=	github.com/shopspring/decimal/@v/v0.0.0-20180709203117-cd690d0c9e24.mod
 GO_MODULE_FILES+=	github.com/shopspring/decimal/@v/v0.0.0-20180709203117-cd690d0c9e24.zip
 GO_MODULE_FILES+=	github.com/sirupsen/logrus/@v/v1.0.6.mod
@@ -591,16 +596,18 @@ GO_MODULE_FILES+=	github.com/spf13/viper/@v/v1.4.0.zip
 GO_MODULE_FILES+=	github.com/stretchr/objx/@v/v0.1.0.mod
 GO_MODULE_FILES+=	github.com/stretchr/objx/@v/v0.1.1.mod
 GO_MODULE_FILES+=	github.com/stretchr/objx/@v/v0.1.1.zip
-GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v0.0.0-20151208002404-e3a8ff8ce365.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.2.2.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.3.0.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.4.0.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.6.1.mod
-GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.6.1.zip
-GO_MODULE_FILES+=	github.com/tencentcloud/tencentcloud-sdk-go/@v/v3.0.83+incompatible.mod
-GO_MODULE_FILES+=	github.com/tencentcloud/tencentcloud-sdk-go/@v/v3.0.83+incompatible.zip
-GO_MODULE_FILES+=	github.com/tent/http-link-go/@v/v0.0.0-20130702225549-ac974c61c2f9.mod
-GO_MODULE_FILES+=	github.com/tent/http-link-go/@v/v0.0.0-20130702225549-ac974c61c2f9.zip
+GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.7.0.mod
+GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.7.0.zip
+GO_MODULE_FILES+=	github.com/tencentcloud/tencentcloud-sdk-go/@v/v1.0.162.mod
+GO_MODULE_FILES+=	github.com/tencentcloud/tencentcloud-sdk-go/@v/v1.0.162.zip
+GO_MODULE_FILES+=	github.com/tklauser/go-sysconf/@v/v0.3.9.mod
+GO_MODULE_FILES+=	github.com/tklauser/go-sysconf/@v/v0.3.9.zip
+GO_MODULE_FILES+=	github.com/tklauser/numcpus/@v/v0.3.0.mod
+GO_MODULE_FILES+=	github.com/tklauser/numcpus/@v/v0.3.0.zip
 GO_MODULE_FILES+=	github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20190109142713-0ad062ec5ee5.mod
 GO_MODULE_FILES+=	github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20190109142713-0ad062ec5ee5.zip
 GO_MODULE_FILES+=	github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.mod
@@ -619,7 +626,8 @@ GO_MODULE_FILES+=	github.com/yuin/goldmark/@v/v1.1.27.mod
 GO_MODULE_FILES+=	github.com/yuin/goldmark/@v/v1.2.1.mod
 GO_MODULE_FILES+=	github.com/yuin/goldmark/@v/v1.2.1.zip
 GO_MODULE_FILES+=	go.etcd.io/bbolt/@v/v1.3.2.mod
-GO_MODULE_FILES+=	go.etcd.io/bbolt/@v/v1.3.2.zip
+GO_MODULE_FILES+=	go.etcd.io/bbolt/@v/v1.3.5.mod
+GO_MODULE_FILES+=	go.etcd.io/bbolt/@v/v1.3.5.zip
 GO_MODULE_FILES+=	go.opencensus.io/@v/v0.21.0.mod
 GO_MODULE_FILES+=	go.opencensus.io/@v/v0.22.0.mod
 GO_MODULE_FILES+=	go.opencensus.io/@v/v0.22.0.zip
@@ -640,7 +648,6 @@ GO_MODULE_FILES+=	golang.org/x/crypto/@v/v0.0.0-20190418165655-df01cb2cc480.mod
 GO_MODULE_FILES+=	golang.org/x/crypto/@v/v0.0.0-20190611184440-5c40567a22f8.mod
 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-20200622213623-75b288015ac9.mod
 GO_MODULE_FILES+=	golang.org/x/crypto/@v/v0.0.0-20210513164829-c07d793c2f9a.mod
@@ -681,7 +688,8 @@ GO_MODULE_FILES+=	golang.org/x/net/@v/v0.0.0-20200602114024-627f9648deb9.mod
 GO_MODULE_FILES+=	golang.org/x/net/@v/v0.0.0-20201021035429-f5854403a974.mod
 GO_MODULE_FILES+=	golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.mod
 GO_MODULE_FILES+=	golang.org/x/net/@v/v0.0.0-20210410081132-afb366fc7cd1.mod
-GO_MODULE_FILES+=	golang.org/x/net/@v/v0.0.0-20210410081132-afb366fc7cd1.zip
+GO_MODULE_FILES+=	golang.org/x/net/@v/v0.0.0-20211209124913-491a49abca63.mod
+GO_MODULE_FILES+=	golang.org/x/net/@v/v0.0.0-20211209124913-491a49abca63.zip
 GO_MODULE_FILES+=	golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod
 GO_MODULE_FILES+=	golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod
 GO_MODULE_FILES+=	golang.org/x/oauth2/@v/v0.0.0-20190604053449-0f29369cfe45.mod
@@ -715,23 +723,27 @@ GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20190502145724-3ef323f4f1fd.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20190507160741-ecd444e8653b.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20190515120540-06a5c4944438.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20190523142557-0e01d883c5c5.mod
-GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20190813064441-fde4db37ae7a.mod
+GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20190916202348-b4ddaad3f8a3.mod
 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-20191022100944-742c48ecaeb7.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
+GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20200202164722-d101bd2416d5.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20200223170610-d5e6a3e2c0ae.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20200323222414-85ca7c5b95cd.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20200930185726-fdedc70b468f.mod
-GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20201024232916-9f70ab9862d5.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20201119102817-f84b799fce68.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20210303074136-134d130e1a04.mod
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20210330210617-4fbd30eecc44.mod
-GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20210330210617-4fbd30eecc44.zip
+GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20210423082822-04245dca01da.mod
+GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20210816074244-15123e1e1f71.mod
+GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20211013075003-97ac67df715c.mod
+GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20211013075003-97ac67df715c.zip
 GO_MODULE_FILES+=	golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod
 GO_MODULE_FILES+=	golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.zip
 GO_MODULE_FILES+=	golang.org/x/text/@v/v0.0.0-20160726164857-2910a502d2bf.mod
@@ -756,6 +768,7 @@ GO_MODULE_FILES+=	golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod
 GO_MODULE_FILES+=	golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.mod
 GO_MODULE_FILES+=	golang.org/x/tools/@v/v0.0.0-20190506145303-2d16b83fe98c.mod
 GO_MODULE_FILES+=	golang.org/x/tools/@v/v0.0.0-20190524140312-2c0ae7006135.mod
+GO_MODULE_FILES+=	golang.org/x/tools/@v/v0.0.0-20190624222133-a101b041ded4.mod
 GO_MODULE_FILES+=	golang.org/x/tools/@v/v0.0.0-20190907020128-2ca718005c18.mod
 GO_MODULE_FILES+=	golang.org/x/tools/@v/v0.0.0-20191108193012-7d206e10da11.mod
 GO_MODULE_FILES+=	golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod
@@ -819,28 +832,32 @@ GO_MODULE_FILES+=	gopkg.in/yaml.v2/@v/v2.2.8.mod
 GO_MODULE_FILES+=	gopkg.in/yaml.v2/@v/v2.2.8.zip
 GO_MODULE_FILES+=	gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod
 GO_MODULE_FILES+=	gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.zip
+GO_MODULE_FILES+=	gotest.tools/v3/@v/v3.0.3.mod
+GO_MODULE_FILES+=	gotest.tools/v3/@v/v3.0.3.zip
 GO_MODULE_FILES+=	honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod
 GO_MODULE_FILES+=	honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.mod
 GO_MODULE_FILES+=	honnef.co/go/tools/@v/v0.0.0-20190418001031-e561f6794a2a.mod
 GO_MODULE_FILES+=	honnef.co/go/tools/@v/v0.0.0-20190523083050-ea95bdfd59fc.mod
 GO_MODULE_FILES+=	honnef.co/go/tools/@v/v0.0.0-20190523083050-ea95bdfd59fc.zip
-GO_MODULE_FILES+=	k8s.io/api/@v/v0.16.9.mod
-GO_MODULE_FILES+=	k8s.io/api/@v/v0.16.9.zip
-GO_MODULE_FILES+=	k8s.io/apimachinery/@v/v0.16.9.mod
-GO_MODULE_FILES+=	k8s.io/apimachinery/@v/v0.16.9.zip
-GO_MODULE_FILES+=	k8s.io/client-go/@v/v0.16.9.mod
-GO_MODULE_FILES+=	k8s.io/client-go/@v/v0.16.9.zip
+GO_MODULE_FILES+=	k8s.io/api/@v/v0.18.2.mod
+GO_MODULE_FILES+=	k8s.io/api/@v/v0.18.2.zip
+GO_MODULE_FILES+=	k8s.io/apimachinery/@v/v0.18.2.mod
+GO_MODULE_FILES+=	k8s.io/apimachinery/@v/v0.18.2.zip
+GO_MODULE_FILES+=	k8s.io/client-go/@v/v0.18.2.mod
+GO_MODULE_FILES+=	k8s.io/client-go/@v/v0.18.2.zip
 GO_MODULE_FILES+=	k8s.io/gengo/@v/v0.0.0-20190128074634-0689ccc1d7d6.mod
 GO_MODULE_FILES+=	k8s.io/gengo/@v/v0.0.0-20190128074634-0689ccc1d7d6.zip
 GO_MODULE_FILES+=	k8s.io/klog/@v/v0.0.0-20181102134211-b9b56d5dfc92.mod
 GO_MODULE_FILES+=	k8s.io/klog/@v/v0.3.0.mod
 GO_MODULE_FILES+=	k8s.io/klog/@v/v1.0.0.mod
 GO_MODULE_FILES+=	k8s.io/klog/@v/v1.0.0.zip
-GO_MODULE_FILES+=	k8s.io/kube-openapi/@v/v0.0.0-20190816220812-743ec37842bf.mod
-GO_MODULE_FILES+=	k8s.io/kube-openapi/@v/v0.0.0-20190816220812-743ec37842bf.zip
-GO_MODULE_FILES+=	k8s.io/utils/@v/v0.0.0-20190801114015-581e00157fb1.mod
-GO_MODULE_FILES+=	k8s.io/utils/@v/v0.0.0-20190801114015-581e00157fb1.zip
-GO_MODULE_FILES+=	sigs.k8s.io/structured-merge-diff/@v/v0.0.0-20190525122527-15d366b2352e.mod
-GO_MODULE_FILES+=	sigs.k8s.io/structured-merge-diff/@v/v0.0.0-20190525122527-15d366b2352e.zip
+GO_MODULE_FILES+=	k8s.io/kube-openapi/@v/v0.0.0-20200121204235-bf4fb3bd569c.mod
+GO_MODULE_FILES+=	k8s.io/kube-openapi/@v/v0.0.0-20200121204235-bf4fb3bd569c.zip
+GO_MODULE_FILES+=	k8s.io/utils/@v/v0.0.0-20200324210504-a9aa75ae1b89.mod
+GO_MODULE_FILES+=	k8s.io/utils/@v/v0.0.0-20200324210504-a9aa75ae1b89.zip
+GO_MODULE_FILES+=	sigs.k8s.io/structured-merge-diff/v3/@v/v3.0.0-20200116222232-67a7b8c61874.mod
+GO_MODULE_FILES+=	sigs.k8s.io/structured-merge-diff/v3/@v/v3.0.0.mod
+GO_MODULE_FILES+=	sigs.k8s.io/structured-merge-diff/v3/@v/v3.0.0.zip
 GO_MODULE_FILES+=	sigs.k8s.io/yaml/@v/v1.1.0.mod
-GO_MODULE_FILES+=	sigs.k8s.io/yaml/@v/v1.1.0.zip
+GO_MODULE_FILES+=	sigs.k8s.io/yaml/@v/v1.2.0.mod
+GO_MODULE_FILES+=	sigs.k8s.io/yaml/@v/v1.2.0.zip



Home | Main Index | Thread Index | Old Index