pkgsrc-WIP-changes archive

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

consul: Update to 1.15.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Apr 2 11:38:42 2023 +0900
Changeset:	380897fe1046c2355dca1a2b2546469f39f58864

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

Log Message:
consul: Update to 1.15.2

FEATURES:

* xds: Allow for configuring connect proxies to send service mesh telemetry
to an HCP metrics collection service.

BUG FIXES:

* audit-logging: (Enterprise only) Fix a bug where /agent/monitor and
/agent/metrics endpoints return a Streaming not supported error when audit
logs are enabled. This also fixes the delay receiving logs when running
consul monitor against an agent with audit logs enabled.
* ca: Fixes a bug where updating Vault CA Provider config would cause TLS
issues in the service mesh
* cache: revert cache refactor which could cause blocking queries to never
return
* gateway: (Enterprise only) Fix bug where namespace/partition would fail
to unmarshal for TCPServices.
* gateway: (Enterprise only) Fix bug where namespace/partition would fail
to unmarshal.
* gateway: (Enterprise only) Fix bug where parent refs and service refs for
a route in the same namespace as the route would fallback to the default
namespace if the namespace was not specified in the configuration rather
than falling back to the routes namespace.
* gateway: (Enterprise only) Fix bug where routes defined in a different
namespace than a gateway would fail to register.
* gateways: Adds validation to ensure the API Gateway has a listener
defined when created
* gateways: Fixes a bug API gateways using HTTP listeners were taking
upwards of 15 seconds to get configured over xDS.
* peering: (Consul Enterprise only) Fix issue where connect-enabled
services with peer upstreams incorrectly required service:write access in
the default namespace to query data, which was too restrictive. Now having
service:write to any namespace is sufficient to query the peering data.
* peering: (Consul Enterprise only) Fix issue where resolvers, routers, and
splitters referencing peer targets may not work correctly for non-default
partitions and namespaces. Enterprise customers leveraging peering are
encouraged to upgrade both servers and agents to avoid this problem.
* peering: Fix issue resulting in prepared query failover to cluster peers
never un-failing over.
* peering: Fixes a bug that can lead to peering service deletes impacting
the state of local services
* peering: Fixes a bug where the importing partition was not added to
peered failover targets, which causes issues when the importing partition
is a non-default partition.
* raft_logstore: Fixes a bug where restoring a snapshot when using the
experimental WAL storage backend causes a panic.
* ui: fix PUT token request with adding missed AccessorID property to
requestBody
* ui: fix rendering issues on Overview and empty-states by addressing
isHTMLSafe errors

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

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      | 57 ++++++++++++++++++++++++++++++----------------------
 consul/go-modules.mk | 17 +++++++++-------
 3 files changed, 44 insertions(+), 32 deletions(-)

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index 4bcfa7ab80..c86c2861bb 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.15.1
+DISTNAME=	consul-1.15.2
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index 53d4e5e3c1..b5c68a5496 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -138,9 +138,9 @@ Size (cloud.google.com_go_storage_@v_v1.6.0.mod) = 736 bytes
 BLAKE2s (cloud.google.com_go_storage_@v_v1.8.0.mod) = 692c82ecdaa77da7e9949128a1c191102b66f878700060363a58ee55577abad8
 SHA512 (cloud.google.com_go_storage_@v_v1.8.0.mod) = 409dad03104a4ac6b4a8c6da3540ab382345c86e48732f2b37d64ae2bc1c721d9f0a1ed0824a36085baa7102d2626e84f44706b16297623e8deb58fa9e24ba38
 Size (cloud.google.com_go_storage_@v_v1.8.0.mod) = 622 bytes
-BLAKE2s (consul-1.15.1.tar.gz) = 3bebe6b6bea7a6399302e8a6ead4505a3d79765b966f5bb3e4b8e207ca3aa5a7
-SHA512 (consul-1.15.1.tar.gz) = 508b2f139d87ea1563e57ffb3d7113da8c4fa6b2ca2d72c841ae2581e012405367e3346d222315374465ae39096b2297c7948648138ba0c0e08641bdb0c3117a
-Size (consul-1.15.1.tar.gz) = 27810190 bytes
+BLAKE2s (consul-1.15.2.tar.gz) = 9a97970e01f38ce86bd9360312a5f0e999f9a535c530a82547970d6371822b17
+SHA512 (consul-1.15.2.tar.gz) = bf8bad0775d23a18bea08f06a3f5b6ddff64ab331583afa09db07135994fcf98c2f1ebb9fab5806ab5c8367326972d9927160b698832909f9328ace6a459dc26
+Size (consul-1.15.2.tar.gz) = 28355239 bytes
 BLAKE2s (contrib.go.opencensus.io_exporter_ocagent_@v_v0.4.12.mod) = eb3f4ab190e559adf736a97c22f67df63bdc8b1b7be5cfd861a787c0df7b5197
 SHA512 (contrib.go.opencensus.io_exporter_ocagent_@v_v0.4.12.mod) = 39d2d0883241829c4923434d321c6d675b3d4324a8062bd70006fb88ba700fe46b0164a55f0c6bba7cf9dd667a460dc1be0b58636481f521b3ec220365028667
 Size (contrib.go.opencensus.io_exporter_ocagent_@v_v0.4.12.mod) = 385 bytes
@@ -426,15 +426,15 @@ Size (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) = 3
 BLAKE2s (github.com_armon_go-metrics_@v_v0.0.0-20190430140413-ec5e00d3c878.mod) = 62b24134a402cfc2e39c53d3452c119bba45a947d635f242008b6f899fd37794
 SHA512 (github.com_armon_go-metrics_@v_v0.0.0-20190430140413-ec5e00d3c878.mod) = aa43d2e262a603661ac3dc7aef111aea6e348e11c5384840d2be06224a6c2c580fcc0e3c6645a0d48b48826b0aff92562f0c6504eae980ff5610d2ffd2255d88
 Size (github.com_armon_go-metrics_@v_v0.0.0-20190430140413-ec5e00d3c878.mod) = 582 bytes
-BLAKE2s (github.com_armon_go-metrics_@v_v0.3.10.mod) = 867df2b1c7dc5b1bda67312dfbc3894c245df947ec54ef617344b5e83300b56d
-SHA512 (github.com_armon_go-metrics_@v_v0.3.10.mod) = 7a835e1c62454a3577e71bb91a1a2ba8e135b94140e1394505678a5d628bf452de2fe8c7a9ad30c17ee462fd0d2f04967d0cc7b96010cfcd3d0fcf7dcaf4748f
-Size (github.com_armon_go-metrics_@v_v0.3.10.mod) = 607 bytes
-BLAKE2s (github.com_armon_go-metrics_@v_v0.3.10.zip) = 282511176eb8b5a908f4c20629dc0a91cb54c8d4c6a3bd1f1953b532e973187a
-SHA512 (github.com_armon_go-metrics_@v_v0.3.10.zip) = 53ffe203fb58d8445a3d0a520c6fc4a821ccb533a922d0280d20469185e719c2023402008830428193d8d4e5b44287c2ab7b14cacb8c2723122e48eec8911dc1
-Size (github.com_armon_go-metrics_@v_v0.3.10.zip) = 50064 bytes
 BLAKE2s (github.com_armon_go-metrics_@v_v0.3.9.mod) = 867df2b1c7dc5b1bda67312dfbc3894c245df947ec54ef617344b5e83300b56d
 SHA512 (github.com_armon_go-metrics_@v_v0.3.9.mod) = 7a835e1c62454a3577e71bb91a1a2ba8e135b94140e1394505678a5d628bf452de2fe8c7a9ad30c17ee462fd0d2f04967d0cc7b96010cfcd3d0fcf7dcaf4748f
 Size (github.com_armon_go-metrics_@v_v0.3.9.mod) = 607 bytes
+BLAKE2s (github.com_armon_go-metrics_@v_v0.4.1.mod) = 4215c67b5360c1c11ed64cf1b55d3399630dec27286d6862e4e8fdb2977eb83c
+SHA512 (github.com_armon_go-metrics_@v_v0.4.1.mod) = 40a40f973fed1acd57539dec6adf67e753ab136671fb672497603c4e7d266747dd323361e7ee1f1f43c4a7b117e608c063458c1f5c58337aba9118de41ffd237
+Size (github.com_armon_go-metrics_@v_v0.4.1.mod) = 692 bytes
+BLAKE2s (github.com_armon_go-metrics_@v_v0.4.1.zip) = 7bd778b22c0cf04c858054f4b4844a05d1107540a3704b06fcbf6f015f034484
+SHA512 (github.com_armon_go-metrics_@v_v0.4.1.zip) = b3b97b203d3b95784f67c6d35c59568e54ebcd7f33557134df819d3bb2df7f4dde0aeb5b8e79dfc7e1eddfafea036b1e58f0105738330f409ca9bd63e5c97189
+Size (github.com_armon_go-metrics_@v_v0.4.1.zip) = 51581 bytes
 BLAKE2s (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = b6be1972ea7f268ee8bfcdc983c9a7093ac28d04dd10207e775f95b8146262c7
 SHA512 (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = 98f0f51365ecedecd1abe944a765160f99ccde69abe92a44d4f0e30f72a664b828cddb085886d8460ea7faabd0cbe7abdbde905ac758be0a3752c9a8f3600b6f
 Size (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = 33 bytes
@@ -1821,12 +1821,12 @@ Size (github.com_hashicorp_raft-boltdb_v2_@v_v2.2.2.mod) = 328 bytes
 BLAKE2s (github.com_hashicorp_raft-boltdb_v2_@v_v2.2.2.zip) = 63f2266fcbfa79a0b8c19ecd1a196a505b81f71b641c7b280b3f4b477c6cff12
 SHA512 (github.com_hashicorp_raft-boltdb_v2_@v_v2.2.2.zip) = dc9c415a43376bd5e99575d747c2cbb7a4e666e6c1a10e71e271a0a47d8352181760d8eb5a757402683134d4ed406c625a83d1ab07eb6b2a48a7296f39948514
 Size (github.com_hashicorp_raft-boltdb_v2_@v_v2.2.2.zip) = 17699 bytes
-BLAKE2s (github.com_hashicorp_raft-wal_@v_v0.2.4.mod) = d0beda8e0d4fd2c8efa0701095411aded3a551e632194b6d1b4c41a7c8ef02c2
-SHA512 (github.com_hashicorp_raft-wal_@v_v0.2.4.mod) = 7751f6026722002ee33683082d8691c667850c085b2b2a34325519d41997fa672769d365ae93f07bafe76470a7917993e52871350c385feb75fc3870abce2ddf
-Size (github.com_hashicorp_raft-wal_@v_v0.2.4.mod) = 1701 bytes
-BLAKE2s (github.com_hashicorp_raft-wal_@v_v0.2.4.zip) = 7bdd76ca7f41cf3ad43e7c81e708a4decd4c33aad9b3711d078eaa589127499f
-SHA512 (github.com_hashicorp_raft-wal_@v_v0.2.4.zip) = c113bd26063b61b31a01c9edc08a158afdb02a2653bc04c219b23bedcc41d1b70e76f40921b085fe06f4df7d5ee53e76448931b6e29861a524cde997b5719316
-Size (github.com_hashicorp_raft-wal_@v_v0.2.4.zip) = 148103 bytes
+BLAKE2s (github.com_hashicorp_raft-wal_@v_v0.3.0.mod) = d7ebcecad32e61c01a548c08f06a5a49df86140128c378f3ffd1950f0125b8f9
+SHA512 (github.com_hashicorp_raft-wal_@v_v0.3.0.mod) = c3b9523c83d4a0c8e3baccf83a51b32a78d5308128b9d0b7d6e88da0841ae710821de2c717c24b3ef873bbd59fb3a5c9c712c99b1ee7832adab3454ddfbc9df6
+Size (github.com_hashicorp_raft-wal_@v_v0.3.0.mod) = 1539 bytes
+BLAKE2s (github.com_hashicorp_raft-wal_@v_v0.3.0.zip) = 1e379724cf8f9163b2ca582a7fa8319d346642a05f6500a6b68519f13be66d37
+SHA512 (github.com_hashicorp_raft-wal_@v_v0.3.0.zip) = 825434b728101836ef9057f57ccef526ce8b2c8b418aeb13ebe24681b1e76e6cb912fe53548c5f292bceb3169f16655c91d0a27b52082b2daa3833e2c93b90b7
+Size (github.com_hashicorp_raft-wal_@v_v0.3.0.zip) = 149876 bytes
 BLAKE2s (github.com_hashicorp_raft_@v_v1.1.0.mod) = 6e3b92be0a713cdcec234d995701142aa0203885d013f41e97e50c7f7331caa4
 SHA512 (github.com_hashicorp_raft_@v_v1.1.0.mod) = a687048d5ba12f826081a5c4c39501e0dfe949b98e7c8b4b4bfa2b9be27fb650d6fe8ec31ca379ab0c13b79909a1edbe1f410500651f7226206bd4e0d21eb296
 Size (github.com_hashicorp_raft_@v_v1.1.0.mod) = 233 bytes
@@ -1836,9 +1836,12 @@ Size (github.com_hashicorp_raft_@v_v1.2.0.mod) = 410 bytes
 BLAKE2s (github.com_hashicorp_raft_@v_v1.3.11.mod) = ee8ad559ad061393af8aaf785ba5e01a94ed726e1b9d8e2db70b7dd96a093e01
 SHA512 (github.com_hashicorp_raft_@v_v1.3.11.mod) = 1b8e0f9c44449cf866b0c7a95db3e63d1c8045fe75ea042b1843f2a46c929ea6a63d67d65508568edc46c10465c4a43c301c7202db30c987819ea0f0116f4615
 Size (github.com_hashicorp_raft_@v_v1.3.11.mod) = 311 bytes
-BLAKE2s (github.com_hashicorp_raft_@v_v1.3.11.zip) = e46d3d8cf0e7ecf53a8e9d1b82b4f0137bd79e15ff94a1500d08bb4bbcec9ebe
-SHA512 (github.com_hashicorp_raft_@v_v1.3.11.zip) = feae73a11265a3513dc5ad6f4420e8a355792ee51931c603ae98e4943e7522372a679c3b0411a512a5879225746b4a1fc5dd350776eceeb0f48a45b7cf056d15
-Size (github.com_hashicorp_raft_@v_v1.3.11.zip) = 161284 bytes
+BLAKE2s (github.com_hashicorp_raft_@v_v1.4.0.mod) = 9eb885df076a557628c8ea96a46c59bb17967ef9ab8a587c0fdde47aefc398ce
+SHA512 (github.com_hashicorp_raft_@v_v1.4.0.mod) = 95ce9abbd0161143c73a230789abeff22b31d499b3fc0520e00ca2a6103379a22234962199f428caa22e828484de1657a8379f59221e6d1876b9d7435f55e9af
+Size (github.com_hashicorp_raft_@v_v1.4.0.mod) = 283 bytes
+BLAKE2s (github.com_hashicorp_raft_@v_v1.4.0.zip) = 886355c9ccd784f25ce9f368d312d9e0d9d238fd6ad70ba7e683b5d9475bd510
+SHA512 (github.com_hashicorp_raft_@v_v1.4.0.zip) = b0b765a2d18442756efd31747e12220b492b5023b5992671b3bda95642acd48192ddf2a25554f1f15a06b277cb6002582f9cdf67710b6c0e031a4825c2dd39af
+Size (github.com_hashicorp_raft_@v_v1.4.0.zip) = 169541 bytes
 BLAKE2s (github.com_hashicorp_serf_@v_v0.10.1.mod) = 60be295e39a1e929e59249f9b324a2febe3fa055f04dc16013bb35537b3c5eb2
 SHA512 (github.com_hashicorp_serf_@v_v0.10.1.mod) = e8424afaab8bed019a9573381eb24d13e0bc89808f1249d1b32f225519a90bb33ababf2298f9e1c6f621e37f310708db8d2e606183c3234dfaad509cd8a72123
 Size (github.com_hashicorp_serf_@v_v0.10.1.mod) = 831 bytes
@@ -2898,9 +2901,12 @@ Size (github.com_stretchr_objx_@v_v0.1.1.mod) = 32 bytes
 BLAKE2s (github.com_stretchr_objx_@v_v0.4.0.mod) = e5c1d6b824d1be53abbb3b8f906a3f0bf77e3447b39eb0d9f9f4319c55ebb20e
 SHA512 (github.com_stretchr_objx_@v_v0.4.0.mod) = 022706974a2aaaa604a814996d4307a0b0f4a408987ece5cb9d0fbd03d9a71bc9e5c4ae89877f9527858f4071829d85674732550a514562df1a406a95eed9d35
 Size (github.com_stretchr_objx_@v_v0.4.0.mod) = 137 bytes
-BLAKE2s (github.com_stretchr_objx_@v_v0.4.0.zip) = 40ccd40e2206d73e3b4fb942fd026b971c8310f55167f305b98b79147bce972a
-SHA512 (github.com_stretchr_objx_@v_v0.4.0.zip) = 956d3d8d9f667d1ab31eddcbf663a573976827f91952d89e69c31e18b3398b6cde55ca02b1760b180d7fa4e535b2327d079f6f181720b18e3bb8187370bc05fa
-Size (github.com_stretchr_objx_@v_v0.4.0.zip) = 44330 bytes
+BLAKE2s (github.com_stretchr_objx_@v_v0.5.0.mod) = f7e6a80abd08386e00e3ee80803db84f0f5608240ecde454f96f92e2d4dbf7ff
+SHA512 (github.com_stretchr_objx_@v_v0.5.0.mod) = 3725b66aadb0bd71f79264cb907fc13dbe969f00b5800e4dd1e331394858c39d191e57317228d7ef665a4fd4454bdab7b811632725537d6c9bc9fa2e29d34aca
+Size (github.com_stretchr_objx_@v_v0.5.0.mod) = 85 bytes
+BLAKE2s (github.com_stretchr_objx_@v_v0.5.0.zip) = 29bff95056684fdea15fe6c0f4d6bca7ae50e4adf3008754e27ede417755bffd
+SHA512 (github.com_stretchr_objx_@v_v0.5.0.zip) = af7cf9a3145f189ef90dc1f9e890b2f9df92d2e5b9caeccf6336754e4ebea722b6521afec5ac4ea093188a95595cfbbdbeefa246b5a2b78b7be992de16e76778
+Size (github.com_stretchr_objx_@v_v0.5.0.zip) = 44362 bytes
 BLAKE2s (github.com_stretchr_testify_@v_v1.2.2.mod) = 0aab4ef6e84a9f79a057a2dd3c20af5527903ddca30e8e5207e0d64623d3121c
 SHA512 (github.com_stretchr_testify_@v_v1.2.2.mod) = 5b7ce867497852e4918b8cde5f75ecf2f24b9c95ad112478ac132322e904243f1cea3d16f5731646efb669256dbefc129ac70a499c8b1d25403a14c7e4fad10b
 Size (github.com_stretchr_testify_@v_v1.2.2.mod) = 35 bytes
@@ -2928,9 +2934,12 @@ Size (github.com_stretchr_testify_@v_v1.7.2.mod) = 188 bytes
 BLAKE2s (github.com_stretchr_testify_@v_v1.8.0.mod) = 4b9f1b2997c84b26b08b9c2b5febd4d7dad875c2869013e0e87d1cebbaff04f0
 SHA512 (github.com_stretchr_testify_@v_v1.8.0.mod) = 62122d19530516ad5a84d98ccb77f299c79bd0ad4da58314ce31d07696076de1b3d1150e603cb296e4ad8e5e839a9fd2241f1e8981fc3356379444d5062e0d26
 Size (github.com_stretchr_testify_@v_v1.8.0.mod) = 188 bytes
-BLAKE2s (github.com_stretchr_testify_@v_v1.8.0.zip) = 2b52e0d30465b83155591bdfa7a2fc0693f618b8d3e62bae48f77dff53e219a1
-SHA512 (github.com_stretchr_testify_@v_v1.8.0.zip) = e377f172ae47db1740efabc985ea0201ab7ca6c5db9763d75318de41fcce472ae79e1aaa8b1a4a920c74a5f44027d4f34af5f398ac4e692b210ca4cedf47b206
-Size (github.com_stretchr_testify_@v_v1.8.0.zip) = 113507 bytes
+BLAKE2s (github.com_stretchr_testify_@v_v1.8.2.mod) = 9cba4c7e673fa366fcec4603d67030a0a278ca58afe2c8e4d74de88ed9d89dd8
+SHA512 (github.com_stretchr_testify_@v_v1.8.2.mod) = 0fe9325c142599f577ef2f281f09dce40b431b21bf32834e30fba68ae8896c0fdee66e93fa64ede86e326ec9d74a639233fe813f701387cacd27d19814c31351
+Size (github.com_stretchr_testify_@v_v1.8.2.mod) = 188 bytes
+BLAKE2s (github.com_stretchr_testify_@v_v1.8.2.zip) = 4efc34406fedc5b5d32393f2e0b3b9cc8e3c3f0a298fdc8e5d84100a246bb9a5
+SHA512 (github.com_stretchr_testify_@v_v1.8.2.zip) = eaa6456c46c1d9518e0f047606c5e74842ce189e7c07cb7e73eea393482d339f0c82f4d19769470250509bc7810ace36ab24d78145ad1da261db5497ba9166f9
+Size (github.com_stretchr_testify_@v_v1.8.2.zip) = 114188 bytes
 BLAKE2s (github.com_tencentcloud_tencentcloud-sdk-go_@v_v1.0.162.mod) = 5d9d60815e3da48728d6a6495cc963f1c3b3da9c0ce6f7c2c6f39e693dffb21b
 SHA512 (github.com_tencentcloud_tencentcloud-sdk-go_@v_v1.0.162.mod) = 3004f1a66c2a680e5a64993b821bcd610ce06ec7016b76a56a7191453ca63ad194f875b6d9e627044ca78a898bac27ca73a8605ccd25b2479eb545e4026132e4
 Size (github.com_tencentcloud_tencentcloud-sdk-go_@v_v1.0.162.mod) = 60 bytes
diff --git a/consul/go-modules.mk b/consul/go-modules.mk
index 4546ed3a87..c068ac1464 100644
--- a/consul/go-modules.mk
+++ b/consul/go-modules.mk
@@ -141,9 +141,9 @@ GO_MODULE_FILES+=	github.com/armon/circbuf/@v/v0.0.0-20150827004946-bbbad097214e
 GO_MODULE_FILES+=	github.com/armon/consul-api/@v/v0.0.0-20180202201655-eb2c6b5be1b6.mod
 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.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.9.mod
+GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.4.1.mod
+GO_MODULE_FILES+=	github.com/armon/go-metrics/@v/v0.4.1.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
@@ -606,12 +606,13 @@ 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-20210409134258-03c10cc3d4ea.mod
 GO_MODULE_FILES+=	github.com/hashicorp/raft-boltdb/v2/@v/v2.2.2.mod
 GO_MODULE_FILES+=	github.com/hashicorp/raft-boltdb/v2/@v/v2.2.2.zip
-GO_MODULE_FILES+=	github.com/hashicorp/raft-wal/@v/v0.2.4.mod
-GO_MODULE_FILES+=	github.com/hashicorp/raft-wal/@v/v0.2.4.zip
+GO_MODULE_FILES+=	github.com/hashicorp/raft-wal/@v/v0.3.0.mod
+GO_MODULE_FILES+=	github.com/hashicorp/raft-wal/@v/v0.3.0.zip
 GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.1.0.mod
 GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.2.0.mod
 GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.3.11.mod
-GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.3.11.zip
+GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.4.0.mod
+GO_MODULE_FILES+=	github.com/hashicorp/raft/@v/v1.4.0.zip
 GO_MODULE_FILES+=	github.com/hashicorp/serf/@v/v0.10.1.mod
 GO_MODULE_FILES+=	github.com/hashicorp/serf/@v/v0.10.1.zip
 GO_MODULE_FILES+=	github.com/hashicorp/vault/api/@v/v1.8.0.mod
@@ -965,7 +966,8 @@ GO_MODULE_FILES+=	github.com/spf13/viper/@v/v1.4.0.mod
 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.4.0.mod
-GO_MODULE_FILES+=	github.com/stretchr/objx/@v/v0.4.0.zip
+GO_MODULE_FILES+=	github.com/stretchr/objx/@v/v0.5.0.mod
+GO_MODULE_FILES+=	github.com/stretchr/objx/@v/v0.5.0.zip
 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
@@ -975,7 +977,8 @@ GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.7.0.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.7.1.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.7.2.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.0.mod
-GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.0.zip
+GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.2.mod
+GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.2.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/tidwall/pretty/@v/v1.0.0.mod


Home | Main Index | Thread Index | Old Index