pkgsrc/databases/promscale/go-modules.mk

2691 lines
189 KiB
Makefile
Raw Normal View History

# $NetBSD: go-modules.mk,v 1.6 2021/10/03 19:13:14 tnn Exp $
GO_MODULE_FILES+= bazil.org/fuse/@v/v0.0.0-20160811212531-371fbbdaa898.mod
GO_MODULE_FILES+= bazil.org/fuse/@v/v0.0.0-20160811212531-371fbbdaa898.zip
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.37.4.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.38.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.43.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.44.1.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.44.2.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.45.1.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.46.3.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.49.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.50.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.51.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.52.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.53.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.54.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.56.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.57.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.62.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.65.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.72.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.74.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.78.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.79.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.81.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.81.0.zip
GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.0.1.mod
GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.3.0.mod
GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.4.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.5.0.mod
GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.7.0.mod
GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.8.0.mod
GO_MODULE_FILES+= cloud.google.com/go/bigquery/@v/v1.8.0.zip
GO_MODULE_FILES+= cloud.google.com/go/bigtable/@v/v1.1.0.mod
GO_MODULE_FILES+= cloud.google.com/go/bigtable/@v/v1.2.0.mod
GO_MODULE_FILES+= cloud.google.com/go/bigtable/@v/v1.2.0.zip
GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.0.0.mod
GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.1.0.mod
GO_MODULE_FILES+= cloud.google.com/go/datastore/@v/v1.1.0.zip
GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.1.0.mod
GO_MODULE_FILES+= cloud.google.com/go/firestore/@v/v1.1.0.zip
GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.0.1.mod
GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.1.0.mod
GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.2.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.3.1.mod
GO_MODULE_FILES+= cloud.google.com/go/pubsub/@v/v1.3.1.zip
GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.0.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.10.0.mod
GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.10.0.zip
GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.3.0.mod
GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.5.0.mod
GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.6.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= cloud.google.com/go/storage/@v/v1.8.0.mod
GO_MODULE_FILES+= collectd.org/@v/v0.3.0.mod
GO_MODULE_FILES+= collectd.org/@v/v0.3.0.zip
GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod
GO_MODULE_FILES+= dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip
GO_MODULE_FILES+= github.com/!azure/azure-pipeline-go/@v/v0.2.1.mod
GO_MODULE_FILES+= github.com/!azure/azure-pipeline-go/@v/v0.2.2.mod
GO_MODULE_FILES+= github.com/!azure/azure-pipeline-go/@v/v0.2.2.zip
GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v16.2.1+incompatible.mod
GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v36.1.0+incompatible.mod
GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v54.0.0+incompatible.mod
GO_MODULE_FILES+= github.com/!azure/azure-sdk-for-go/@v/v54.0.0+incompatible.zip
GO_MODULE_FILES+= github.com/!azure/azure-storage-blob-go/@v/v0.8.0.mod
GO_MODULE_FILES+= github.com/!azure/azure-storage-blob-go/@v/v0.8.0.zip
GO_MODULE_FILES+= github.com/!azure/go-ansiterm/@v/v0.0.0-20170929234023-d6e3b3328b78.mod
GO_MODULE_FILES+= github.com/!azure/go-ansiterm/@v/v0.0.0-20170929234023-d6e3b3328b78.zip
GO_MODULE_FILES+= github.com/!azure/go-autorest/@v/v10.8.1+incompatible.mod
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
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.1.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.12.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.18.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/@v/v0.11.18.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-0.20191028180845-3492b2aff503.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.1-0.20191028180845-3492b2aff503.mod
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.13.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.13.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/adal/@v/v0.9.5.mod
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.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.4.0.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/mocks/@v/v0.4.1.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/mocks/@v/v0.4.1.zip
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/to/@v/v0.3.1-0.20191028180845-3492b2aff503.mod
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.2.1-0.20191028180845-3492b2aff503.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/validation/@v/v0.3.1.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/autorest/validation/@v/v0.3.1.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.2.0.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/logger/@v/v0.2.1.mod
GO_MODULE_FILES+= github.com/!azure/go-autorest/logger/@v/v0.2.1.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.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/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.mod
GO_MODULE_FILES+= github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.zip
GO_MODULE_FILES+= github.com/!d!a!t!a-!d!o!g/go-sqlmock/@v/v1.3.3.mod
GO_MODULE_FILES+= github.com/!d!a!t!a-!d!o!g/go-sqlmock/@v/v1.3.3.zip
GO_MODULE_FILES+= github.com/!data!dog/datadog-go/@v/v3.2.0+incompatible.mod
GO_MODULE_FILES+= github.com/!data!dog/datadog-go/@v/v3.2.0+incompatible.zip
GO_MODULE_FILES+= github.com/!hdr!histogram/hdrhistogram-go/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/!hdr!histogram/hdrhistogram-go/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/!knetic/govaluate/@v/v3.0.1-0.20171022003610-9aa49832a739+incompatible.mod
GO_MODULE_FILES+= github.com/!knetic/govaluate/@v/v3.0.1-0.20171022003610-9aa49832a739+incompatible.zip
GO_MODULE_FILES+= github.com/!masterminds/squirrel/@v/v0.0.0-20161115235646-20f192218cf5.mod
GO_MODULE_FILES+= github.com/!masterminds/squirrel/@v/v0.0.0-20161115235646-20f192218cf5.zip
GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.4.11.mod
GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.4.14.mod
GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.4.15-0.20190919025122-fc70bd9a86b5.mod
GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.4.16-0.20201130162521-d1ffc52c7331.mod
GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.4.16.mod
GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.4.17-0.20210211115548-6eac466e5fa3.mod
GO_MODULE_FILES+= github.com/!microsoft/go-winio/@v/v0.4.17-0.20210211115548-6eac466e5fa3.zip
GO_MODULE_FILES+= github.com/!microsoft/hcsshim/@v/v0.8.14.mod
GO_MODULE_FILES+= github.com/!microsoft/hcsshim/@v/v0.8.15.mod
GO_MODULE_FILES+= github.com/!microsoft/hcsshim/@v/v0.8.15.zip
GO_MODULE_FILES+= github.com/!microsoft/hcsshim/@v/v0.8.6.mod
GO_MODULE_FILES+= github.com/!microsoft/hcsshim/@v/v0.8.7-0.20190325164909-8abdbb8205e4.mod
GO_MODULE_FILES+= github.com/!microsoft/hcsshim/@v/v0.8.7.mod
GO_MODULE_FILES+= github.com/!microsoft/hcsshim/@v/v0.8.9.mod
GO_MODULE_FILES+= github.com/!microsoft/hcsshim/test/@v/v0.0.0-20201218223536-d3e5debf77da.mod
GO_MODULE_FILES+= github.com/!microsoft/hcsshim/test/@v/v0.0.0-20201218223536-d3e5debf77da.zip
GO_MODULE_FILES+= github.com/!n!y!times/gziphandler/@v/v0.0.0-20170623195520-56545f4a5d46.mod
GO_MODULE_FILES+= github.com/!n!y!times/gziphandler/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/!n!y!times/gziphandler/@v/v1.1.1.zip
GO_MODULE_FILES+= github.com/!nvveen/!gotty/@v/v0.0.0-20120604004816-cd527374f1e5.mod
GO_MODULE_FILES+= github.com/!nvveen/!gotty/@v/v0.0.0-20120604004816-cd527374f1e5.zip
GO_MODULE_FILES+= github.com/!one!of!one/xxhash/@v/v1.2.2.mod
GO_MODULE_FILES+= github.com/!one!of!one/xxhash/@v/v1.2.6.mod
GO_MODULE_FILES+= github.com/!one!of!one/xxhash/@v/v1.2.6.zip
GO_MODULE_FILES+= github.com/!puerkito!bio/purell/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/!puerkito!bio/purell/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/!puerkito!bio/purell/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/!puerkito!bio/purell/@v/v1.1.1.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-20170810143723-de5bf2ad4578.mod
GO_MODULE_FILES+= github.com/!puerkito!bio/urlesc/@v/v0.0.0-20170810143723-de5bf2ad4578.zip
GO_MODULE_FILES+= github.com/!shopify/logrus-bugsnag/@v/v0.0.0-20171204204709-577dee27f20d.mod
GO_MODULE_FILES+= github.com/!shopify/logrus-bugsnag/@v/v0.0.0-20171204204709-577dee27f20d.zip
GO_MODULE_FILES+= github.com/!shopify/sarama/@v/v1.19.0.mod
GO_MODULE_FILES+= github.com/!shopify/sarama/@v/v1.19.0.zip
GO_MODULE_FILES+= github.com/!shopify/toxiproxy/@v/v2.1.4+incompatible.mod
GO_MODULE_FILES+= github.com/!shopify/toxiproxy/@v/v2.1.4+incompatible.zip
GO_MODULE_FILES+= github.com/!vivid!cortex/gohistogram/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/!vivid!cortex/gohistogram/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/afex/hystrix-go/@v/v0.0.0-20180502004556-fa1af6a1f4f5.mod
GO_MODULE_FILES+= github.com/afex/hystrix-go/@v/v0.0.0-20180502004556-fa1af6a1f4f5.zip
GO_MODULE_FILES+= github.com/agnivade/levenshtein/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/agnivade/levenshtein/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/ajstarks/svgo/@v/v0.0.0-20180226025133-644b8db467af.mod
GO_MODULE_FILES+= github.com/ajstarks/svgo/@v/v0.0.0-20180226025133-644b8db467af.zip
GO_MODULE_FILES+= github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod
GO_MODULE_FILES+= github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.mod
GO_MODULE_FILES+= github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.zip
GO_MODULE_FILES+= github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.mod
GO_MODULE_FILES+= github.com/alecthomas/units/@v/v0.0.0-20190717042225-c3de453c63f4.mod
GO_MODULE_FILES+= github.com/alecthomas/units/@v/v0.0.0-20190924025748-f65c72e2690d.mod
GO_MODULE_FILES+= github.com/alecthomas/units/@v/v0.0.0-20210208195552-ff826a37aa15.mod
GO_MODULE_FILES+= github.com/alecthomas/units/@v/v0.0.0-20210208195552-ff826a37aa15.zip
GO_MODULE_FILES+= github.com/alexflint/go-filemutex/@v/v0.0.0-20171022225611-72bdc8eae2ae.mod
GO_MODULE_FILES+= github.com/alexflint/go-filemutex/@v/v0.0.0-20171022225611-72bdc8eae2ae.zip
GO_MODULE_FILES+= github.com/alicebob/gopher-json/@v/v0.0.0-20200520072559-a9ecdc9d1d3a.mod
GO_MODULE_FILES+= github.com/alicebob/gopher-json/@v/v0.0.0-20200520072559-a9ecdc9d1d3a.zip
GO_MODULE_FILES+= github.com/alicebob/miniredis/@v/v2.5.0+incompatible.mod
GO_MODULE_FILES+= github.com/alicebob/miniredis/@v/v2.5.0+incompatible.zip
GO_MODULE_FILES+= github.com/aliyun/aliyun-oss-go-sdk/@v/v2.0.4+incompatible.mod
GO_MODULE_FILES+= github.com/aliyun/aliyun-oss-go-sdk/@v/v2.0.4+incompatible.zip
GO_MODULE_FILES+= github.com/andreyvit/diff/@v/v0.0.0-20170406064948-c7f18ee00883.mod
GO_MODULE_FILES+= github.com/andreyvit/diff/@v/v0.0.0-20170406064948-c7f18ee00883.zip
GO_MODULE_FILES+= github.com/antihax/optional/@v/v0.0.0-20180407024304-ca021399b1a6.mod
GO_MODULE_FILES+= github.com/antihax/optional/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/antihax/optional/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/apache/arrow/go/arrow/@v/v0.0.0-20191024131854-af6fa24be0db.mod
GO_MODULE_FILES+= github.com/apache/arrow/go/arrow/@v/v0.0.0-20191024131854-af6fa24be0db.zip
GO_MODULE_FILES+= github.com/apache/thrift/@v/v0.12.0.mod
GO_MODULE_FILES+= github.com/apache/thrift/@v/v0.13.0.mod
GO_MODULE_FILES+= github.com/apache/thrift/@v/v0.13.0.zip
GO_MODULE_FILES+= github.com/armon/circbuf/@v/v0.0.0-20150827004946-bbbad097214e.mod
GO_MODULE_FILES+= github.com/armon/circbuf/@v/v0.0.0-20150827004946-bbbad097214e.zip
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.3.0.mod
GO_MODULE_FILES+= github.com/armon/go-metrics/@v/v0.3.3.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-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
GO_MODULE_FILES+= github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.mod
GO_MODULE_FILES+= github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.zip
GO_MODULE_FILES+= github.com/aryann/difflib/@v/v0.0.0-20170710044230-e206f873d14a.mod
GO_MODULE_FILES+= github.com/aryann/difflib/@v/v0.0.0-20170710044230-e206f873d14a.zip
GO_MODULE_FILES+= github.com/asaskevich/govalidator/@v/v0.0.0-20180720115003-f9ffefc3facf.mod
GO_MODULE_FILES+= github.com/asaskevich/govalidator/@v/v0.0.0-20190424111038-f61b66f89f4a.mod
GO_MODULE_FILES+= github.com/asaskevich/govalidator/@v/v0.0.0-20200108200545-475eaeb16496.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/asaskevich/govalidator/@v/v0.0.0-20200428143746-21a406dcc535.mod
GO_MODULE_FILES+= github.com/asaskevich/govalidator/@v/v0.0.0-20200907205600-7a23bdc65eef.mod
GO_MODULE_FILES+= github.com/asaskevich/govalidator/@v/v0.0.0-20200907205600-7a23bdc65eef.zip
GO_MODULE_FILES+= github.com/aws/aws-lambda-go/@v/v1.13.3.mod
GO_MODULE_FILES+= github.com/aws/aws-lambda-go/@v/v1.13.3.zip
GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go-v2/@v/v0.18.0.zip
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.15.11.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.15.78.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.17.7.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.25.48.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.27.0.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.33.12.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.33.5.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.34.28.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.35.31.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.35.5.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.37.8.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.38.3.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.38.35.mod
GO_MODULE_FILES+= github.com/aws/aws-sdk-go/@v/v1.38.35.zip
GO_MODULE_FILES+= github.com/baiyubin/aliyun-sts-go-sdk/@v/v0.0.0-20180326062324-cfa1a18b161f.mod
GO_MODULE_FILES+= github.com/baiyubin/aliyun-sts-go-sdk/@v/v0.0.0-20180326062324-cfa1a18b161f.zip
GO_MODULE_FILES+= github.com/beevik/ntp/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/beevik/ntp/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/beorn7/perks/@v/v0.0.0-20160804104726-4c0e84591b9a.mod
GO_MODULE_FILES+= github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod
GO_MODULE_FILES+= github.com/beorn7/perks/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/beorn7/perks/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/beorn7/perks/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/bgentry/speakeasy/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/bgentry/speakeasy/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/bitly/go-hostpool/@v/v0.0.0-20171023180738-a3a6125de932.mod
GO_MODULE_FILES+= github.com/bitly/go-hostpool/@v/v0.0.0-20171023180738-a3a6125de932.zip
GO_MODULE_FILES+= github.com/bitly/go-simplejson/@v/v0.5.0.mod
GO_MODULE_FILES+= github.com/bitly/go-simplejson/@v/v0.5.0.zip
GO_MODULE_FILES+= github.com/bketelsen/crypt/@v/v0.0.3-0.20200106085610-5cbc8cc4026c.mod
GO_MODULE_FILES+= github.com/bketelsen/crypt/@v/v0.0.3-0.20200106085610-5cbc8cc4026c.zip
GO_MODULE_FILES+= github.com/blang/semver/@v/v3.1.0+incompatible.mod
GO_MODULE_FILES+= github.com/blang/semver/@v/v3.5.0+incompatible.mod
GO_MODULE_FILES+= github.com/blang/semver/@v/v3.5.1+incompatible.mod
GO_MODULE_FILES+= github.com/blang/semver/@v/v3.5.1+incompatible.zip
GO_MODULE_FILES+= github.com/blang/semver/v4/@v/v4.0.0.mod
GO_MODULE_FILES+= github.com/blang/semver/v4/@v/v4.0.0.zip
GO_MODULE_FILES+= github.com/bmizerany/assert/@v/v0.0.0-20160611221934-b7ed37b82869.mod
GO_MODULE_FILES+= github.com/bmizerany/assert/@v/v0.0.0-20160611221934-b7ed37b82869.zip
GO_MODULE_FILES+= github.com/bmizerany/pat/@v/v0.0.0-20170815010413-6226ea591a40.mod
GO_MODULE_FILES+= github.com/bmizerany/pat/@v/v0.0.0-20170815010413-6226ea591a40.zip
GO_MODULE_FILES+= github.com/boltdb/bolt/@v/v1.3.1.mod
GO_MODULE_FILES+= github.com/boltdb/bolt/@v/v1.3.1.zip
GO_MODULE_FILES+= github.com/bradfitz/gomemcache/@v/v0.0.0-20190913173617-a41fca850d0b.mod
GO_MODULE_FILES+= github.com/bradfitz/gomemcache/@v/v0.0.0-20190913173617-a41fca850d0b.zip
GO_MODULE_FILES+= github.com/bshuster-repo/logrus-logstash-hook/@v/v0.4.1.mod
GO_MODULE_FILES+= github.com/bshuster-repo/logrus-logstash-hook/@v/v0.4.1.zip
GO_MODULE_FILES+= github.com/buger/jsonparser/@v/v0.0.0-20180808090653-f4dd9f5a6b44.mod
GO_MODULE_FILES+= github.com/buger/jsonparser/@v/v0.0.0-20180808090653-f4dd9f5a6b44.zip
GO_MODULE_FILES+= github.com/bugsnag/bugsnag-go/@v/v0.0.0-20141110184014-b1d153021fcd.mod
GO_MODULE_FILES+= github.com/bugsnag/bugsnag-go/@v/v0.0.0-20141110184014-b1d153021fcd.zip
GO_MODULE_FILES+= github.com/bugsnag/osext/@v/v0.0.0-20130617224835-0dd3f918b21b.mod
GO_MODULE_FILES+= github.com/bugsnag/osext/@v/v0.0.0-20130617224835-0dd3f918b21b.zip
GO_MODULE_FILES+= github.com/bugsnag/panicwrap/@v/v0.0.0-20151223152923-e2c28503fcd0.mod
GO_MODULE_FILES+= github.com/bugsnag/panicwrap/@v/v0.0.0-20151223152923-e2c28503fcd0.zip
GO_MODULE_FILES+= github.com/c-bata/go-prompt/@v/v0.2.2.mod
GO_MODULE_FILES+= github.com/c-bata/go-prompt/@v/v0.2.2.zip
GO_MODULE_FILES+= github.com/casbin/casbin/v2/@v/v2.1.2.mod
GO_MODULE_FILES+= github.com/casbin/casbin/v2/@v/v2.1.2.zip
GO_MODULE_FILES+= github.com/cenkalti/backoff/@v/v0.0.0-20181003080854-62661b46c409.mod
GO_MODULE_FILES+= github.com/cenkalti/backoff/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/cenkalti/backoff/@v/v2.2.1+incompatible.mod
GO_MODULE_FILES+= github.com/cenkalti/backoff/@v/v2.2.1+incompatible.zip
GO_MODULE_FILES+= github.com/cenkalti/backoff/v4/@v/v4.0.2.mod
GO_MODULE_FILES+= github.com/cenkalti/backoff/v4/@v/v4.1.0.mod
GO_MODULE_FILES+= github.com/cenkalti/backoff/v4/@v/v4.1.0.zip
GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.mod
GO_MODULE_FILES+= github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.zip
GO_MODULE_FILES+= github.com/certifi/gocertifi/@v/v0.0.0-20191021191039-0944d244cd40.mod
GO_MODULE_FILES+= github.com/certifi/gocertifi/@v/v0.0.0-20191021191039-0944d244cd40.zip
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.0.mod
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/checkpoint-restore/go-criu/v4/@v/v4.1.0.mod
GO_MODULE_FILES+= github.com/checkpoint-restore/go-criu/v4/@v/v4.1.0.zip
GO_MODULE_FILES+= github.com/chromedp/cdproto/@v/v0.0.0-20200116234248-4da64dd111ac.mod
GO_MODULE_FILES+= github.com/chromedp/cdproto/@v/v0.0.0-20200424080200-0de008e41fa0.mod
GO_MODULE_FILES+= github.com/chromedp/cdproto/@v/v0.0.0-20200424080200-0de008e41fa0.zip
GO_MODULE_FILES+= github.com/chromedp/chromedp/@v/v0.5.3.mod
GO_MODULE_FILES+= github.com/chromedp/chromedp/@v/v0.5.3.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/cilium/ebpf/@v/v0.0.0-20200110133405-4032b1d8aae3.mod
GO_MODULE_FILES+= github.com/cilium/ebpf/@v/v0.0.0-20200702112145-1c8d4c9ef775.mod
GO_MODULE_FILES+= github.com/cilium/ebpf/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/cilium/ebpf/@v/v0.2.0.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
GO_MODULE_FILES+= github.com/circonus-labs/circonusllhist/@v/v0.1.3.zip
GO_MODULE_FILES+= github.com/clbanning/x2j/@v/v0.0.0-20191024224557-825249438eec.mod
GO_MODULE_FILES+= github.com/clbanning/x2j/@v/v0.0.0-20191024224557-825249438eec.zip
GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.mod
GO_MODULE_FILES+= github.com/client9/misspell/@v/v0.3.4.zip
GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.mod
GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20200629203442-efcf912fb354.mod
GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20201120205902-5459f2c99403.mod
GO_MODULE_FILES+= github.com/cncf/udpa/go/@v/v0.0.0-20201120205902-5459f2c99403.zip
GO_MODULE_FILES+= github.com/cockroachdb/apd/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/cockroachdb/apd/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/cockroachdb/cockroach-go/@v/v0.0.0-20181001143604-e0a95dfd547c.mod
GO_MODULE_FILES+= github.com/cockroachdb/cockroach-go/@v/v0.0.0-20181001143604-e0a95dfd547c.zip
GO_MODULE_FILES+= github.com/cockroachdb/datadriven/@v/v0.0.0-20190531201743-edce55837238.mod
GO_MODULE_FILES+= github.com/cockroachdb/datadriven/@v/v0.0.0-20190809214429-80d97fb3cbaa.mod
GO_MODULE_FILES+= github.com/cockroachdb/datadriven/@v/v0.0.0-20200714090401-bf6692d28da5.mod
GO_MODULE_FILES+= github.com/cockroachdb/datadriven/@v/v0.0.0-20200714090401-bf6692d28da5.zip
GO_MODULE_FILES+= github.com/cockroachdb/errors/@v/v1.2.4.mod
GO_MODULE_FILES+= github.com/cockroachdb/errors/@v/v1.2.4.zip
GO_MODULE_FILES+= github.com/cockroachdb/logtags/@v/v0.0.0-20190617123548-eb05cc24525f.mod
GO_MODULE_FILES+= github.com/cockroachdb/logtags/@v/v0.0.0-20190617123548-eb05cc24525f.zip
GO_MODULE_FILES+= github.com/codahale/hdrhistogram/@v/v0.0.0-20161010025455-3a0bb77429bd.mod
GO_MODULE_FILES+= github.com/codahale/hdrhistogram/@v/v0.0.0-20161010025455-3a0bb77429bd.zip
GO_MODULE_FILES+= github.com/containerd/aufs/@v/v0.0.0-20200908144142-dab0cbea06f4.mod
GO_MODULE_FILES+= github.com/containerd/aufs/@v/v0.0.0-20200908144142-dab0cbea06f4.zip
GO_MODULE_FILES+= github.com/containerd/btrfs/@v/v0.0.0-20201111183144-404b9149801e.mod
GO_MODULE_FILES+= github.com/containerd/btrfs/@v/v0.0.0-20201111183144-404b9149801e.zip
GO_MODULE_FILES+= github.com/containerd/cgroups/@v/v0.0.0-20190717030353-c4b9ac5c7601.mod
GO_MODULE_FILES+= github.com/containerd/cgroups/@v/v0.0.0-20190919134610-bf292b21730f.mod
GO_MODULE_FILES+= github.com/containerd/cgroups/@v/v0.0.0-20200531161412-0dbf7f05ba59.mod
GO_MODULE_FILES+= github.com/containerd/cgroups/@v/v0.0.0-20200710171044-318312a37340.mod
GO_MODULE_FILES+= github.com/containerd/cgroups/@v/v0.0.0-20200824123100-0b889c03f102.mod
GO_MODULE_FILES+= github.com/containerd/cgroups/@v/v0.0.0-20210114181951-8a68de567b68.mod
GO_MODULE_FILES+= github.com/containerd/cgroups/@v/v0.0.0-20210114181951-8a68de567b68.zip
GO_MODULE_FILES+= github.com/containerd/console/@v/v0.0.0-20180822173158-c12b1e7919c1.mod
GO_MODULE_FILES+= github.com/containerd/console/@v/v0.0.0-20181022165439-0650fd9eeb50.mod
GO_MODULE_FILES+= github.com/containerd/console/@v/v0.0.0-20191206165004-02ecf6a7291e.mod
GO_MODULE_FILES+= github.com/containerd/console/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/containerd/console/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.2.10.mod
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.2.7.mod
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.3.0-beta.2.0.20190828155532-0293cbd26c69.mod
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.3.1-0.20191213020239-082f7e3aed57.mod
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.3.2.mod
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.4.0-beta.2.0.20200729163537-40b22ef07410.mod
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.4.3.mod
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.5.0-beta.1.mod
GO_MODULE_FILES+= github.com/containerd/containerd/@v/v1.5.0-beta.1.zip
GO_MODULE_FILES+= github.com/containerd/continuity/@v/v0.0.0-20190426062206-aaeac12a7ffc.mod
GO_MODULE_FILES+= github.com/containerd/continuity/@v/v0.0.0-20190815185530-f2a389ac0a02.mod
GO_MODULE_FILES+= github.com/containerd/continuity/@v/v0.0.0-20191127005431-f65d91d395eb.mod
GO_MODULE_FILES+= github.com/containerd/continuity/@v/v0.0.0-20200710164510-efbc4488d8fe.mod
GO_MODULE_FILES+= github.com/containerd/continuity/@v/v0.0.0-20201208142359-180525291bb7.mod
GO_MODULE_FILES+= github.com/containerd/continuity/@v/v0.0.0-20201208142359-180525291bb7.zip
GO_MODULE_FILES+= github.com/containerd/fifo/@v/v0.0.0-20180307165137-3d5202aec260.mod
GO_MODULE_FILES+= github.com/containerd/fifo/@v/v0.0.0-20190226154929-a9fb20d87448.mod
GO_MODULE_FILES+= github.com/containerd/fifo/@v/v0.0.0-20200410184934-f15a3290365b.mod
GO_MODULE_FILES+= github.com/containerd/fifo/@v/v0.0.0-20201026212402-0724c46b320c.mod
GO_MODULE_FILES+= github.com/containerd/fifo/@v/v0.0.0-20201026212402-0724c46b320c.zip
GO_MODULE_FILES+= github.com/containerd/go-cni/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/containerd/go-cni/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/containerd/go-runc/@v/v0.0.0-20180907222934-5a6d9f37cfa3.mod
GO_MODULE_FILES+= github.com/containerd/go-runc/@v/v0.0.0-20190911050354-e029b79d8cda.mod
GO_MODULE_FILES+= github.com/containerd/go-runc/@v/v0.0.0-20200220073739-7016d3ce2328.mod
GO_MODULE_FILES+= github.com/containerd/go-runc/@v/v0.0.0-20200220073739-7016d3ce2328.zip
GO_MODULE_FILES+= github.com/containerd/imgcrypt/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/containerd/imgcrypt/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/containerd/nri/@v/v0.0.0-20201007170849-eb1350a75164.mod
GO_MODULE_FILES+= github.com/containerd/nri/@v/v0.0.0-20201007170849-eb1350a75164.zip
GO_MODULE_FILES+= github.com/containerd/ttrpc/@v/v0.0.0-20190828154514-0e0f228740de.mod
GO_MODULE_FILES+= github.com/containerd/ttrpc/@v/v0.0.0-20190828172938-92c8520ef9f8.mod
GO_MODULE_FILES+= github.com/containerd/ttrpc/@v/v0.0.0-20191028202541-4f1b8fe65a5c.mod
GO_MODULE_FILES+= github.com/containerd/ttrpc/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/containerd/ttrpc/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/containerd/ttrpc/@v/v1.0.2.zip
GO_MODULE_FILES+= github.com/containerd/typeurl/@v/v0.0.0-20180627222232-a93fcdb778cd.mod
GO_MODULE_FILES+= github.com/containerd/typeurl/@v/v0.0.0-20190911142611-5eb25027c9fd.mod
GO_MODULE_FILES+= github.com/containerd/typeurl/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/containerd/typeurl/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/containerd/zfs/@v/v0.0.0-20200918131355-0a33824f23a2.mod
GO_MODULE_FILES+= github.com/containerd/zfs/@v/v0.0.0-20200918131355-0a33824f23a2.zip
GO_MODULE_FILES+= github.com/containernetworking/cni/@v/v0.7.1.mod
GO_MODULE_FILES+= github.com/containernetworking/cni/@v/v0.8.0.mod
GO_MODULE_FILES+= github.com/containernetworking/cni/@v/v0.8.0.zip
GO_MODULE_FILES+= github.com/containernetworking/plugins/@v/v0.8.6.mod
GO_MODULE_FILES+= github.com/containernetworking/plugins/@v/v0.8.6.zip
GO_MODULE_FILES+= github.com/containers/ocicrypt/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/containers/ocicrypt/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/coreos/bbolt/@v/v1.3.2.mod
GO_MODULE_FILES+= github.com/coreos/bbolt/@v/v1.3.2.zip
GO_MODULE_FILES+= github.com/coreos/etcd/@v/v3.3.13+incompatible.mod
GO_MODULE_FILES+= github.com/coreos/etcd/@v/v3.3.13+incompatible.zip
GO_MODULE_FILES+= github.com/coreos/go-iptables/@v/v0.4.5.mod
GO_MODULE_FILES+= github.com/coreos/go-iptables/@v/v0.4.5.zip
GO_MODULE_FILES+= github.com/coreos/go-oidc/@v/v2.1.0+incompatible.mod
GO_MODULE_FILES+= github.com/coreos/go-oidc/@v/v2.1.0+incompatible.zip
GO_MODULE_FILES+= github.com/coreos/go-semver/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/coreos/go-semver/@v/v0.3.0.mod
GO_MODULE_FILES+= github.com/coreos/go-semver/@v/v0.3.0.zip
GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20161114122254-48702e0da86b.mod
GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20180511133405-39ca1b05acc7.mod
GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20181012123002-c6f51f82210d.mod
GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20190321100706-95778dfbb74e.mod
GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20190719114852-fd7a80b32e1f.mod
GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20191104093116-d3cd4ed1dbcf.mod
GO_MODULE_FILES+= github.com/coreos/go-systemd/@v/v0.0.0-20191104093116-d3cd4ed1dbcf.zip
GO_MODULE_FILES+= github.com/coreos/go-systemd/v22/@v/v22.0.0.mod
GO_MODULE_FILES+= github.com/coreos/go-systemd/v22/@v/v22.1.0.mod
GO_MODULE_FILES+= github.com/coreos/go-systemd/v22/@v/v22.1.0.zip
GO_MODULE_FILES+= github.com/coreos/pkg/@v/v0.0.0-20160727233714-3ac0863d7acf.mod
GO_MODULE_FILES+= github.com/coreos/pkg/@v/v0.0.0-20180928190104-399ea9e2e55f.mod
GO_MODULE_FILES+= github.com/coreos/pkg/@v/v0.0.0-20180928190104-399ea9e2e55f.zip
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v0.6.1-0.20200228110116-92ab6cbe0995.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.2.1-0.20200805064754-d8edc95e2c91.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.3.1-0.20200923145333-8587ea61fe17.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.4.1-0.20201030080541-83ad6df2abea.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.5.1-0.20201111110551-ba512881b076.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.6.1-0.20210108144208-6c2dab103f20.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.6.1-0.20210215155036-dfededd9f331.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.7.1-0.20210224085859-66d6fb5b0d42.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.7.1-0.20210316085356-3fedc1108a49.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.8.1-0.20210422151339-cf1c444e0905.mod
GO_MODULE_FILES+= github.com/cortexproject/cortex/@v/v1.8.1-0.20210422151339-cf1c444e0905.zip
GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.0-20190314233015-f79a8a8ca69d.mod
GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.0.mod
GO_MODULE_FILES+= github.com/cpuguy83/go-md2man/v2/@v/v2.0.0.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.11.mod
GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.11.zip
GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.7.mod
GO_MODULE_FILES+= github.com/creack/pty/@v/v1.1.9.mod
GO_MODULE_FILES+= github.com/cucumber/godog/@v/v0.8.1.mod
GO_MODULE_FILES+= github.com/cucumber/godog/@v/v0.8.1.zip
GO_MODULE_FILES+= github.com/cyphar/filepath-securejoin/@v/v0.2.2.mod
GO_MODULE_FILES+= github.com/cyphar/filepath-securejoin/@v/v0.2.2.zip
GO_MODULE_FILES+= github.com/cznic/b/@v/v0.0.0-20180115125044-35e9bbe41f07.mod
GO_MODULE_FILES+= github.com/cznic/b/@v/v0.0.0-20180115125044-35e9bbe41f07.zip
GO_MODULE_FILES+= github.com/cznic/fileutil/@v/v0.0.0-20180108211300-6a051e75936f.mod
GO_MODULE_FILES+= github.com/cznic/fileutil/@v/v0.0.0-20180108211300-6a051e75936f.zip
GO_MODULE_FILES+= github.com/cznic/golex/@v/v0.0.0-20170803123110-4ab7c5e190e4.mod
GO_MODULE_FILES+= github.com/cznic/golex/@v/v0.0.0-20170803123110-4ab7c5e190e4.zip
GO_MODULE_FILES+= github.com/cznic/internal/@v/v0.0.0-20180608152220-f44710a21d00.mod
GO_MODULE_FILES+= github.com/cznic/internal/@v/v0.0.0-20180608152220-f44710a21d00.zip
GO_MODULE_FILES+= github.com/cznic/lldb/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/cznic/lldb/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/cznic/mathutil/@v/v0.0.0-20180504122225-ca4c9f2c1369.mod
GO_MODULE_FILES+= github.com/cznic/mathutil/@v/v0.0.0-20180504122225-ca4c9f2c1369.zip
GO_MODULE_FILES+= github.com/cznic/ql/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/cznic/ql/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/cznic/sortutil/@v/v0.0.0-20150617083342-4c7342852e65.mod
GO_MODULE_FILES+= github.com/cznic/sortutil/@v/v0.0.0-20150617083342-4c7342852e65.zip
GO_MODULE_FILES+= github.com/cznic/strutil/@v/v0.0.0-20171016134553-529a34b1c186.mod
GO_MODULE_FILES+= github.com/cznic/strutil/@v/v0.0.0-20171016134553-529a34b1c186.zip
GO_MODULE_FILES+= github.com/cznic/zappy/@v/v0.0.0-20160723133515-2533cb5b45cc.mod
GO_MODULE_FILES+= github.com/cznic/zappy/@v/v0.0.0-20160723133515-2533cb5b45cc.zip
GO_MODULE_FILES+= github.com/d2g/dhcp4/@v/v0.0.0-20170904100407-a1d1b6c41b1c.mod
GO_MODULE_FILES+= github.com/d2g/dhcp4/@v/v0.0.0-20170904100407-a1d1b6c41b1c.zip
GO_MODULE_FILES+= github.com/d2g/dhcp4client/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/d2g/dhcp4client/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/d2g/dhcp4server/@v/v0.0.0-20181031114812-7d4a0a7f59a5.mod
GO_MODULE_FILES+= github.com/d2g/dhcp4server/@v/v0.0.0-20181031114812-7d4a0a7f59a5.zip
GO_MODULE_FILES+= github.com/d2g/hardwareaddr/@v/v0.0.0-20190221164911-e7d9fbe030e4.mod
GO_MODULE_FILES+= github.com/d2g/hardwareaddr/@v/v0.0.0-20190221164911-e7d9fbe030e4.zip
GO_MODULE_FILES+= github.com/dave/jennifer/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/dave/jennifer/@v/v1.2.0.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
GO_MODULE_FILES+= github.com/denisenkom/go-mssqldb/@v/v0.0.0-20190515213511-eb9f6a1743f3.mod
GO_MODULE_FILES+= github.com/denisenkom/go-mssqldb/@v/v0.0.0-20190515213511-eb9f6a1743f3.zip
GO_MODULE_FILES+= github.com/denverdino/aliyungo/@v/v0.0.0-20190125010748-a747050bb1ba.mod
GO_MODULE_FILES+= github.com/denverdino/aliyungo/@v/v0.0.0-20190125010748-a747050bb1ba.zip
GO_MODULE_FILES+= github.com/dgrijalva/jwt-go/@v/v0.0.0-20170104182250-a601269ab70c.mod
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/dgrijalva/jwt-go/v4/@v/v4.0.0-preview1.mod
GO_MODULE_FILES+= github.com/dgrijalva/jwt-go/v4/@v/v4.0.0-preview1.zip
GO_MODULE_FILES+= github.com/dgryski/go-bitstream/@v/v0.0.0-20180413035011-3522498ce2c8.mod
GO_MODULE_FILES+= github.com/dgryski/go-bitstream/@v/v0.0.0-20180413035011-3522498ce2c8.zip
GO_MODULE_FILES+= github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.mod
GO_MODULE_FILES+= github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.zip
GO_MODULE_FILES+= github.com/dgryski/go-sip13/@v/v0.0.0-20181026042036-e10d5fee7954.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/dgryski/go-sip13/@v/v0.0.0-20200911182023-62edffca9245.mod
GO_MODULE_FILES+= github.com/dgryski/go-sip13/@v/v0.0.0-20200911182023-62edffca9245.zip
GO_MODULE_FILES+= github.com/dhui/dktest/@v/v0.3.0.mod
GO_MODULE_FILES+= github.com/dhui/dktest/@v/v0.3.0.zip
GO_MODULE_FILES+= github.com/digitalocean/godo/@v/v1.60.0.mod
GO_MODULE_FILES+= github.com/digitalocean/godo/@v/v1.60.0.zip
GO_MODULE_FILES+= github.com/dnaeon/go-vcr/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/dnaeon/go-vcr/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/docker/distribution/@v/v0.0.0-20190905152932-14b96e55d84c.mod
GO_MODULE_FILES+= github.com/docker/distribution/@v/v2.7.0+incompatible.mod
GO_MODULE_FILES+= github.com/docker/distribution/@v/v2.7.1+incompatible.mod
GO_MODULE_FILES+= github.com/docker/distribution/@v/v2.7.1+incompatible.zip
GO_MODULE_FILES+= github.com/docker/distribution/@v/v2.7.1-0.20190205005809-0d3efadf0154+incompatible.mod
GO_MODULE_FILES+= github.com/docker/docker/@v/v0.7.3-0.20190103212154-2b7e084dc98b.mod
GO_MODULE_FILES+= github.com/docker/docker/@v/v0.7.3-0.20190817195342-4760db040282.mod
GO_MODULE_FILES+= github.com/docker/docker/@v/v20.10.5+incompatible.mod
GO_MODULE_FILES+= github.com/docker/docker/@v/v20.10.6+incompatible.mod
GO_MODULE_FILES+= github.com/docker/docker/@v/v20.10.6+incompatible.zip
GO_MODULE_FILES+= github.com/docker/go-connections/@v/v0.4.0.mod
GO_MODULE_FILES+= github.com/docker/go-connections/@v/v0.4.0.zip
GO_MODULE_FILES+= github.com/docker/go-events/@v/v0.0.0-20170721190031-9461782956ad.mod
GO_MODULE_FILES+= github.com/docker/go-events/@v/v0.0.0-20190806004212-e31b211e4f1c.mod
GO_MODULE_FILES+= github.com/docker/go-events/@v/v0.0.0-20190806004212-e31b211e4f1c.zip
GO_MODULE_FILES+= github.com/docker/go-metrics/@v/v0.0.0-20180209012529-399ea8c73916.mod
GO_MODULE_FILES+= github.com/docker/go-metrics/@v/v0.0.1.mod
GO_MODULE_FILES+= github.com/docker/go-metrics/@v/v0.0.1.zip
GO_MODULE_FILES+= github.com/docker/go-units/@v/v0.3.3.mod
GO_MODULE_FILES+= github.com/docker/go-units/@v/v0.4.0.mod
GO_MODULE_FILES+= github.com/docker/go-units/@v/v0.4.0.zip
GO_MODULE_FILES+= github.com/docker/libtrust/@v/v0.0.0-20150114040149-fa567046d9b1.mod
GO_MODULE_FILES+= github.com/docker/libtrust/@v/v0.0.0-20150114040149-fa567046d9b1.zip
GO_MODULE_FILES+= github.com/docker/spdystream/@v/v0.0.0-20160310174837-449fdfce4d96.mod
GO_MODULE_FILES+= github.com/docker/spdystream/@v/v0.0.0-20160310174837-449fdfce4d96.zip
GO_MODULE_FILES+= github.com/docopt/docopt-go/@v/v0.0.0-20180111231733-ee0de3bc6815.mod
GO_MODULE_FILES+= github.com/docopt/docopt-go/@v/v0.0.0-20180111231733-ee0de3bc6815.zip
GO_MODULE_FILES+= github.com/dustin/go-humanize/@v/v0.0.0-20171111073723-bb3d318650d4.mod
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/eapache/go-resiliency/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/eapache/go-resiliency/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/eapache/go-xerial-snappy/@v/v0.0.0-20180814174437-776d5712da21.mod
GO_MODULE_FILES+= github.com/eapache/go-xerial-snappy/@v/v0.0.0-20180814174437-776d5712da21.zip
GO_MODULE_FILES+= github.com/eapache/queue/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/eapache/queue/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/eclipse/paho.mqtt.golang/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/eclipse/paho.mqtt.golang/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/edsrzf/mmap-go/@v/v0.0.0-20170320065105-0bce6a688712.mod
GO_MODULE_FILES+= github.com/edsrzf/mmap-go/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/edsrzf/mmap-go/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/elastic/go-sysinfo/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/elastic/go-sysinfo/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/elastic/go-sysinfo/@v/v1.1.1.zip
GO_MODULE_FILES+= github.com/elastic/go-windows/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/elastic/go-windows/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/elastic/go-windows/@v/v1.0.1.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-20180725130230-947c36da3153.mod
GO_MODULE_FILES+= github.com/elazarl/goproxy/@v/v0.0.0-20180725130230-947c36da3153.zip
GO_MODULE_FILES+= github.com/ema/qdisc/@v/v0.0.0-20190904071900-b82c76788043.mod
GO_MODULE_FILES+= github.com/ema/qdisc/@v/v0.0.0-20190904071900-b82c76788043.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/v2.9.5+incompatible.mod
GO_MODULE_FILES+= github.com/emicklei/go-restful/@v/v2.9.5+incompatible.zip
GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.6.9.mod
GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod
GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.1-0.20191026205805-5f8ba28d4473.mod
GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.4.mod
GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.7.mod
GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20201210154907-fd9021fe5dad.mod
GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20210217033140-668b12f5399d.mod
GO_MODULE_FILES+= github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20210217033140-668b12f5399d.zip
GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/evanphx/json-patch/@v/v4.2.0+incompatible.mod
GO_MODULE_FILES+= github.com/evanphx/json-patch/@v/v4.5.0+incompatible.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/evanphx/json-patch/@v/v4.9.0+incompatible.mod
GO_MODULE_FILES+= github.com/evanphx/json-patch/@v/v4.9.0+incompatible.zip
GO_MODULE_FILES+= github.com/facette/natsort/@v/v0.0.0-20181210072756-2cd4dd1e2dcb.mod
GO_MODULE_FILES+= github.com/facette/natsort/@v/v0.0.0-20181210072756-2cd4dd1e2dcb.zip
GO_MODULE_FILES+= github.com/fatih/color/@v/v1.7.0.mod
GO_MODULE_FILES+= github.com/fatih/color/@v/v1.9.0.mod
GO_MODULE_FILES+= github.com/fatih/color/@v/v1.9.0.zip
GO_MODULE_FILES+= github.com/fatih/structtag/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/fatih/structtag/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/felixge/fgprof/@v/v0.9.1.mod
GO_MODULE_FILES+= github.com/felixge/fgprof/@v/v0.9.1.zip
GO_MODULE_FILES+= github.com/felixge/httpsnoop/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/felixge/httpsnoop/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/fogleman/gg/@v/v1.2.1-0.20190220221249-0403632d5b90.mod
GO_MODULE_FILES+= github.com/fogleman/gg/@v/v1.2.1-0.20190220221249-0403632d5b90.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/form3tech-oss/jwt-go/@v/v3.2.2+incompatible.mod
GO_MODULE_FILES+= github.com/form3tech-oss/jwt-go/@v/v3.2.2+incompatible.zip
GO_MODULE_FILES+= github.com/fortytw2/leaktest/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/fortytw2/leaktest/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/franela/goblin/@v/v0.0.0-20200105215937-c9ffbefa60db.mod
GO_MODULE_FILES+= github.com/franela/goblin/@v/v0.0.0-20200105215937-c9ffbefa60db.zip
GO_MODULE_FILES+= github.com/franela/goreq/@v/v0.0.0-20171204163338-bcd34c9993f8.mod
GO_MODULE_FILES+= github.com/franela/goreq/@v/v0.0.0-20171204163338-bcd34c9993f8.zip
GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.7.mod
GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.9.mod
GO_MODULE_FILES+= github.com/fsnotify/fsnotify/@v/v1.4.9.zip
GO_MODULE_FILES+= github.com/fsouza/fake-gcs-server/@v/v1.7.0.mod
GO_MODULE_FILES+= github.com/fsouza/fake-gcs-server/@v/v1.7.0.zip
GO_MODULE_FILES+= github.com/fullsailor/pkcs7/@v/v0.0.0-20190404230743-d7302db945fa.mod
GO_MODULE_FILES+= github.com/fullsailor/pkcs7/@v/v0.0.0-20190404230743-d7302db945fa.zip
GO_MODULE_FILES+= github.com/garyburd/redigo/@v/v0.0.0-20150301180006-535138d7bcd7.mod
GO_MODULE_FILES+= github.com/garyburd/redigo/@v/v0.0.0-20150301180006-535138d7bcd7.zip
GO_MODULE_FILES+= github.com/getsentry/raven-go/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/getsentry/raven-go/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/ghodss/yaml/@v/v0.0.0-20150909031657-73d445a93680.mod
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/globalsign/mgo/@v/v0.0.0-20180905125535-1ca0a4f7cbcb.mod
GO_MODULE_FILES+= github.com/globalsign/mgo/@v/v0.0.0-20181015135952-eeefdecb41b8.mod
GO_MODULE_FILES+= github.com/globalsign/mgo/@v/v0.0.0-20181015135952-eeefdecb41b8.zip
GO_MODULE_FILES+= github.com/glycerine/go-unsnap-stream/@v/v0.0.0-20180323001048-9f0cb55181dd.mod
GO_MODULE_FILES+= github.com/glycerine/go-unsnap-stream/@v/v0.0.0-20180323001048-9f0cb55181dd.zip
GO_MODULE_FILES+= github.com/glycerine/goconvey/@v/v0.0.0-20190410193231-58a59202ab31.mod
GO_MODULE_FILES+= github.com/glycerine/goconvey/@v/v0.0.0-20190410193231-58a59202ab31.zip
GO_MODULE_FILES+= github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.mod
GO_MODULE_FILES+= github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.zip
GO_MODULE_FILES+= github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20191125211704-12ad95a8df72.mod
GO_MODULE_FILES+= github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.mod
GO_MODULE_FILES+= github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.zip
GO_MODULE_FILES+= github.com/go-ini/ini/@v/v1.25.4.mod
GO_MODULE_FILES+= github.com/go-ini/ini/@v/v1.25.4.zip
GO_MODULE_FILES+= github.com/go-kit/kit/@v/v0.10.0.mod
GO_MODULE_FILES+= github.com/go-kit/kit/@v/v0.10.0.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-logfmt/logfmt/@v/v0.3.0.mod
GO_MODULE_FILES+= github.com/go-logfmt/logfmt/@v/v0.4.0.mod
GO_MODULE_FILES+= github.com/go-logfmt/logfmt/@v/v0.5.0.mod
GO_MODULE_FILES+= github.com/go-logfmt/logfmt/@v/v0.5.0.zip
GO_MODULE_FILES+= github.com/go-logr/logr/@v/v0.1.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/go-logr/logr/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/go-logr/logr/@v/v0.4.0.mod
GO_MODULE_FILES+= github.com/go-logr/logr/@v/v0.4.0.zip
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.0.0-20180825180245-b006789cd277.mod
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.17.0.mod
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.19.10.mod
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.19.16.mod
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.19.2.mod
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.19.4.mod
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.19.5.mod
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.20.0.mod
GO_MODULE_FILES+= github.com/go-openapi/analysis/@v/v0.20.0.zip
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.17.0.mod
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.2.mod
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.3.mod
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.4.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.6.mod
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.7.mod
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.8.mod
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.19.9.mod
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.20.0.mod
GO_MODULE_FILES+= github.com/go-openapi/errors/@v/v0.20.0.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.17.0.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonpointer/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonpointer/@v/v0.19.2.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonpointer/@v/v0.19.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/go-openapi/jsonpointer/@v/v0.19.5.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonpointer/@v/v0.19.5.zip
GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.0.0-20160704190145-13c6e3589ad9.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.17.0.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.2.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.3.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.5.mod
GO_MODULE_FILES+= github.com/go-openapi/jsonreference/@v/v0.19.5.zip
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.17.0.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.0.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.2.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.3.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.4.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.5.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.6.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.19.7.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.20.0.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.20.2.mod
GO_MODULE_FILES+= github.com/go-openapi/loads/@v/v0.20.2.zip
GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.0.0-20180920151709-4f900dc2ade9.mod
GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.0.mod
GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.15.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.16.mod
GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.24.mod
GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.26.mod
GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.26.zip
GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.3.mod
GO_MODULE_FILES+= github.com/go-openapi/runtime/@v/v0.19.4.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.0.0-20160808142527-6aced65f8501.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.17.0.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.19.15.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.19.2.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.19.3.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.19.6.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.19.8.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.0.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.1.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.3.mod
GO_MODULE_FILES+= github.com/go-openapi/spec/@v/v0.20.3.zip
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.17.0.mod
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.19.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.19.11.mod
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.19.2.mod
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.19.3.mod
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.19.4.mod
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.19.5.mod
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.20.0.mod
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.20.1.mod
GO_MODULE_FILES+= github.com/go-openapi/strfmt/@v/v0.20.1.zip
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.0.0-20160704191624-1d0bd113de87.mod
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.17.0.mod
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.18.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.12.mod
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.13.mod
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.14.mod
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.14.zip
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.2.mod
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.4.mod
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.5.mod
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.7.mod
GO_MODULE_FILES+= github.com/go-openapi/swag/@v/v0.19.9.mod
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.18.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.19.10.mod
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.19.12.mod
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.19.15.mod
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.19.2.mod
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.19.3.mod
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.19.8.mod
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.1.mod
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.2.mod
GO_MODULE_FILES+= github.com/go-openapi/validate/@v/v0.20.2.zip
GO_MODULE_FILES+= github.com/go-redis/redis/@v/v6.15.9+incompatible.mod
GO_MODULE_FILES+= github.com/go-redis/redis/@v/v6.15.9+incompatible.zip
GO_MODULE_FILES+= github.com/go-redis/redis/v8/@v/v8.0.0-beta.10.0.20200905143926-df7fe4e2ce72.mod
GO_MODULE_FILES+= github.com/go-redis/redis/v8/@v/v8.2.3.mod
GO_MODULE_FILES+= github.com/go-redis/redis/v8/@v/v8.2.3.zip
GO_MODULE_FILES+= github.com/go-resty/resty/v2/@v/v2.1.1-0.20191201195748-d7b97669fe48.mod
GO_MODULE_FILES+= github.com/go-resty/resty/v2/@v/v2.1.1-0.20191201195748-d7b97669fe48.zip
GO_MODULE_FILES+= github.com/go-sql-driver/mysql/@v/v1.4.0.mod
GO_MODULE_FILES+= github.com/go-sql-driver/mysql/@v/v1.4.1.mod
GO_MODULE_FILES+= github.com/go-sql-driver/mysql/@v/v1.5.0.mod
GO_MODULE_FILES+= github.com/go-sql-driver/mysql/@v/v1.5.0.zip
GO_MODULE_FILES+= github.com/go-stack/stack/@v/v1.8.0.mod
GO_MODULE_FILES+= github.com/go-stack/stack/@v/v1.8.0.zip
GO_MODULE_FILES+= github.com/go-zookeeper/zk/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/go-zookeeper/zk/@v/v1.0.2.zip
GO_MODULE_FILES+= github.com/gobuffalo/attrs/@v/v0.0.0-20190224210810-a9411de4debd.mod
GO_MODULE_FILES+= github.com/gobuffalo/attrs/@v/v0.0.0-20190224210810-a9411de4debd.zip
GO_MODULE_FILES+= github.com/gobuffalo/depgen/@v/v0.0.0-20190329151759-d478694a28d3.mod
GO_MODULE_FILES+= github.com/gobuffalo/depgen/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/gobuffalo/depgen/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/gobuffalo/envy/@v/v1.6.15.mod
GO_MODULE_FILES+= github.com/gobuffalo/envy/@v/v1.7.0.mod
GO_MODULE_FILES+= github.com/gobuffalo/envy/@v/v1.7.0.zip
GO_MODULE_FILES+= github.com/gobuffalo/flect/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/gobuffalo/flect/@v/v0.1.1.mod
GO_MODULE_FILES+= github.com/gobuffalo/flect/@v/v0.1.3.mod
GO_MODULE_FILES+= github.com/gobuffalo/flect/@v/v0.1.3.zip
GO_MODULE_FILES+= github.com/gobuffalo/genny/@v/v0.0.0-20190329151137-27723ad26ef9.mod
GO_MODULE_FILES+= github.com/gobuffalo/genny/@v/v0.0.0-20190403191548-3ca520ef0d9e.mod
GO_MODULE_FILES+= github.com/gobuffalo/genny/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/gobuffalo/genny/@v/v0.1.1.mod
GO_MODULE_FILES+= github.com/gobuffalo/genny/@v/v0.1.1.zip
GO_MODULE_FILES+= github.com/gobuffalo/gitgen/@v/v0.0.0-20190315122116-cc086187d211.mod
GO_MODULE_FILES+= github.com/gobuffalo/gitgen/@v/v0.0.0-20190315122116-cc086187d211.zip
GO_MODULE_FILES+= github.com/gobuffalo/gogen/@v/v0.0.0-20190315121717-8f38393713f5.mod
GO_MODULE_FILES+= github.com/gobuffalo/gogen/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/gobuffalo/gogen/@v/v0.1.1.mod
GO_MODULE_FILES+= github.com/gobuffalo/gogen/@v/v0.1.1.zip
GO_MODULE_FILES+= github.com/gobuffalo/logger/@v/v0.0.0-20190315122211-86e12af44bc2.mod
GO_MODULE_FILES+= github.com/gobuffalo/logger/@v/v0.0.0-20190315122211-86e12af44bc2.zip
GO_MODULE_FILES+= github.com/gobuffalo/mapi/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/gobuffalo/mapi/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/gobuffalo/mapi/@v/v1.0.2.zip
GO_MODULE_FILES+= github.com/gobuffalo/packd/@v/v0.0.0-20190315124812-a385830c7fc0.mod
GO_MODULE_FILES+= github.com/gobuffalo/packd/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/gobuffalo/packd/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/gobuffalo/packr/v2/@v/v2.0.9.mod
GO_MODULE_FILES+= github.com/gobuffalo/packr/v2/@v/v2.2.0.mod
GO_MODULE_FILES+= github.com/gobuffalo/packr/v2/@v/v2.2.0.zip
GO_MODULE_FILES+= github.com/gobuffalo/syncx/@v/v0.0.0-20190224160051-33c29581e754.mod
GO_MODULE_FILES+= github.com/gobuffalo/syncx/@v/v0.0.0-20190224160051-33c29581e754.zip
GO_MODULE_FILES+= github.com/gobwas/httphead/@v/v0.0.0-20180130184737-2c6c146eadee.mod
GO_MODULE_FILES+= github.com/gobwas/httphead/@v/v0.0.0-20180130184737-2c6c146eadee.zip
GO_MODULE_FILES+= github.com/gobwas/pool/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/gobwas/pool/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/gobwas/ws/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/gobwas/ws/@v/v1.0.2.zip
GO_MODULE_FILES+= github.com/gocql/gocql/@v/v0.0.0-20190301043612-f6df8288f9b4.mod
GO_MODULE_FILES+= github.com/gocql/gocql/@v/v0.0.0-20200121121104-95d072f1b5bb.mod
GO_MODULE_FILES+= github.com/gocql/gocql/@v/v0.0.0-20200526081602-cd04bd7f22a7.mod
GO_MODULE_FILES+= github.com/gocql/gocql/@v/v0.0.0-20200526081602-cd04bd7f22a7.zip
GO_MODULE_FILES+= github.com/godbus/dbus/@v/v0.0.0-20151105175453-c7fdd8b5cd55.mod
GO_MODULE_FILES+= github.com/godbus/dbus/@v/v0.0.0-20180201030542-885f9cc04c9c.mod
GO_MODULE_FILES+= github.com/godbus/dbus/@v/v0.0.0-20190402143921-271e53dc4968.mod
GO_MODULE_FILES+= github.com/godbus/dbus/@v/v0.0.0-20190422162347-ade71ed3457e.mod
GO_MODULE_FILES+= github.com/godbus/dbus/@v/v0.0.0-20190422162347-ade71ed3457e.zip
GO_MODULE_FILES+= github.com/godbus/dbus/v5/@v/v5.0.3.mod
GO_MODULE_FILES+= github.com/godbus/dbus/v5/@v/v5.0.3.zip
GO_MODULE_FILES+= github.com/gofrs/uuid/@v/v3.2.0+incompatible.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/gofrs/uuid/@v/v3.3.0+incompatible.mod
GO_MODULE_FILES+= github.com/gofrs/uuid/@v/v4.0.0+incompatible.mod
GO_MODULE_FILES+= github.com/gofrs/uuid/@v/v4.0.0+incompatible.zip
GO_MODULE_FILES+= github.com/gogo/googleapis/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/gogo/googleapis/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/gogo/googleapis/@v/v1.4.0.mod
GO_MODULE_FILES+= github.com/gogo/googleapis/@v/v1.4.0.zip
GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.2.0.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.2.2-0.20190730201129-28a6bbf47e48.mod
GO_MODULE_FILES+= github.com/gogo/protobuf/@v/v1.3.0.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/gogo/status/@v/v1.0.3.mod
GO_MODULE_FILES+= github.com/gogo/status/@v/v1.0.3.zip
GO_MODULE_FILES+= github.com/golang-migrate/migrate/v4/@v/v4.7.0.mod
GO_MODULE_FILES+= github.com/golang-migrate/migrate/v4/@v/v4.7.0.zip
GO_MODULE_FILES+= github.com/golang/freetype/@v/v0.0.0-20170609003504-e2365dfdc4a0.mod
GO_MODULE_FILES+= github.com/golang/freetype/@v/v0.0.0-20170609003504-e2365dfdc4a0.zip
GO_MODULE_FILES+= github.com/golang/geo/@v/v0.0.0-20190916061304-5b978397cfec.mod
GO_MODULE_FILES+= github.com/golang/geo/@v/v0.0.0-20190916061304-5b978397cfec.zip
GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod
GO_MODULE_FILES+= github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.zip
GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20160516000752-02826c3e7903.mod
GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20190129154638-5b532d6fd5ef.mod
GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20190702054246-869f871628b6.mod
GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20191027212112-611e8accdfc9.mod
GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20191227052852-215e87163ea7.mod
GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.mod
GO_MODULE_FILES+= github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.zip
GO_MODULE_FILES+= github.com/golang/lint/@v/v0.0.0-20180702182130-06c8688daad7.mod
GO_MODULE_FILES+= github.com/golang/lint/@v/v0.0.0-20180702182130-06c8688daad7.zip
GO_MODULE_FILES+= github.com/golang/mock/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/golang/mock/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/golang/mock/@v/v1.3.1.mod
GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.1.mod
GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/golang/mock/@v/v1.4.4.mod
GO_MODULE_FILES+= github.com/golang/mock/@v/v1.5.0.mod
GO_MODULE_FILES+= github.com/golang/mock/@v/v1.5.0.zip
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v0.0.0-20161109072736-4bd1920723d7.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.1.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.2.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.4.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.3.5.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0-rc.1.0.20200221234624-67d41d38c208.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0-rc.1.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0-rc.2.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0-rc.4.0.20200313231945-b860323f09d0.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.0.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.1.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.2.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.4.3.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.5.0.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.5.1.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.5.2.mod
GO_MODULE_FILES+= github.com/golang/protobuf/@v/v1.5.2.zip
GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.0-20170215233205-553a64147049.mod
GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.0-20180518054509-2e65f85255db.mod
GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.1.mod
GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.2.mod
GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.3-0.20201103224600-674baa8c7fc3.mod
GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.3.mod
GO_MODULE_FILES+= github.com/golang/snappy/@v/v0.0.3.zip
GO_MODULE_FILES+= github.com/gomodule/redigo/@v/v1.8.4.mod
GO_MODULE_FILES+= github.com/gomodule/redigo/@v/v2.0.0+incompatible.mod
GO_MODULE_FILES+= github.com/gomodule/redigo/@v/v2.0.0+incompatible.zip
GO_MODULE_FILES+= github.com/google/btree/@v/v0.0.0-20180124185431-e89373fe6b4a.mod
GO_MODULE_FILES+= github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod
GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/google/btree/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/google/flatbuffers/@v/v1.11.0.mod
GO_MODULE_FILES+= github.com/google/flatbuffers/@v/v1.11.0.zip
GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.2.0.mod
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
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.4.1.mod
GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.1.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.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.4.mod
GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.5.mod
GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.5.zip
GO_MODULE_FILES+= github.com/google/go-github/@v/v17.0.0+incompatible.mod
GO_MODULE_FILES+= github.com/google/go-github/@v/v17.0.0+incompatible.zip
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.1.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
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.0.0.mod
GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.1.0.mod
GO_MODULE_FILES+= github.com/google/martian/v3/@v/v3.1.0.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-20190515194954-54271f7e092f.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20191218002539-d4f498aebedc.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200212024743-f11f1df84d12.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200229191704-1ebb73c60ed3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200430221834-fc25d7d30c6d.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200615235658-03e1cf38a040.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201023163331-3e6fc7fc9c4c.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20201203190320-1bf35d6f28c2.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210122040257-d980be63207e.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210226084205-cbba55b83ad5.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210504235042-3a04a4d88a10.mod
GO_MODULE_FILES+= github.com/google/pprof/@v/v0.0.0-20210504235042-3a04a4d88a10.zip
GO_MODULE_FILES+= github.com/google/renameio/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/google/renameio/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/google/uuid/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/google/uuid/@v/v1.1.1.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/google/uuid/@v/v1.1.2.mod
GO_MODULE_FILES+= github.com/google/uuid/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/google/uuid/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/googleapis/gax-go/@v/v2.0.2+incompatible.mod
GO_MODULE_FILES+= github.com/googleapis/gax-go/@v/v2.0.2+incompatible.zip
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.3.1.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/googleapis/gnostic/@v/v0.4.1.mod
GO_MODULE_FILES+= github.com/googleapis/gnostic/@v/v0.4.1.zip
GO_MODULE_FILES+= github.com/gophercloud/gophercloud/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/gophercloud/gophercloud/@v/v0.12.0.mod
GO_MODULE_FILES+= github.com/gophercloud/gophercloud/@v/v0.13.0.mod
GO_MODULE_FILES+= github.com/gophercloud/gophercloud/@v/v0.17.0.mod
GO_MODULE_FILES+= github.com/gophercloud/gophercloud/@v/v0.17.0.zip
GO_MODULE_FILES+= github.com/gophercloud/gophercloud/@v/v0.6.0.mod
GO_MODULE_FILES+= github.com/gopherjs/gopherjs/@v/v0.0.0-20181017120253-0766667cb4d1.mod
GO_MODULE_FILES+= github.com/gopherjs/gopherjs/@v/v0.0.0-20191106031601-ce3c9ade29de.mod
GO_MODULE_FILES+= github.com/gopherjs/gopherjs/@v/v0.0.0-20191106031601-ce3c9ade29de.zip
GO_MODULE_FILES+= github.com/gorilla/context/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/gorilla/context/@v/v1.1.1.zip
GO_MODULE_FILES+= github.com/gorilla/handlers/@v/v0.0.0-20150720190736-60c7bfde3e33.mod
GO_MODULE_FILES+= github.com/gorilla/handlers/@v/v0.0.0-20150720190736-60c7bfde3e33.zip
GO_MODULE_FILES+= github.com/gorilla/mux/@v/v1.6.2.mod
GO_MODULE_FILES+= github.com/gorilla/mux/@v/v1.7.1.mod
GO_MODULE_FILES+= github.com/gorilla/mux/@v/v1.7.2.mod
GO_MODULE_FILES+= github.com/gorilla/mux/@v/v1.7.3.mod
GO_MODULE_FILES+= github.com/gorilla/mux/@v/v1.7.3.zip
GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v0.0.0-20170926233335-4201258b820c.mod
GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.0.mod
GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.2.mod
GO_MODULE_FILES+= github.com/gorilla/websocket/@v/v1.4.2.zip
GO_MODULE_FILES+= github.com/gregjones/httpcache/@v/v0.0.0-20180305231024-9cad4c3443a7.mod
GO_MODULE_FILES+= github.com/gregjones/httpcache/@v/v0.0.0-20180305231024-9cad4c3443a7.zip
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.0.1-0.20190118093823-f849b5445de4.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.2.2.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.2.2.zip
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2/@v/v2.0.0-20201002093600-73cf2ae9d891.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2/@v/v2.0.0-20201002093600-73cf2ae9d891.zip
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/v2/@v/v2.0.0-20200501113911-9a95f0fdbfea.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/v2/@v/v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-middleware/v2/@v/v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7.zip
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-prometheus/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/go-grpc-prometheus/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.12.1.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.14.6.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.16.0.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.16.0.zip
GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.4.1.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.0.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-gateway/@v/v1.9.5.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-opentracing/@v/v0.0.0-20180507213350-8e809c8a8645.mod
GO_MODULE_FILES+= github.com/grpc-ecosystem/grpc-opentracing/@v/v0.0.0-20180507213350-8e809c8a8645.zip
GO_MODULE_FILES+= github.com/hailocab/go-hostpool/@v/v0.0.0-20160125115350-e80d13ce29ed.mod
GO_MODULE_FILES+= github.com/hailocab/go-hostpool/@v/v0.0.0-20160125115350-e80d13ce29ed.zip
GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.5.0.mod
GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.7.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.8.1.mod
GO_MODULE_FILES+= github.com/hashicorp/consul/api/@v/v1.8.1.zip
GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.1.1.mod
GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.3.0.mod
GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.5.0.mod
GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.6.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.7.0.mod
GO_MODULE_FILES+= github.com/hashicorp/consul/sdk/@v/v0.7.0.zip
GO_MODULE_FILES+= github.com/hashicorp/errwrap/@v/v0.0.0-20141028054710-7554cd9344ce.mod
GO_MODULE_FILES+= github.com/hashicorp/errwrap/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/errwrap/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/hashicorp/go-cleanhttp/@v/v0.5.0.mod
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-hclog/@v/v0.12.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-hclog/@v/v0.12.2.mod
GO_MODULE_FILES+= github.com/hashicorp/go-hclog/@v/v0.12.2.zip
GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-immutable-radix/@v/v1.2.0.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
GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v0.0.0-20161216184304-ed905158d874.mod
GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-multierror/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/hashicorp/go-retryablehttp/@v/v0.5.3.mod
GO_MODULE_FILES+= github.com/hashicorp/go-retryablehttp/@v/v0.5.3.zip
GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/hashicorp/go-rootcerts/@v/v1.0.2.zip
GO_MODULE_FILES+= github.com/hashicorp/go-sockaddr/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-sockaddr/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/hashicorp/go-sockaddr/@v/v1.0.2.zip
GO_MODULE_FILES+= github.com/hashicorp/go-syslog/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-syslog/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/hashicorp/go-uuid/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-uuid/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/hashicorp/go-uuid/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/hashicorp/go-version/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/hashicorp/go-version/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/hashicorp/go.net/@v/v0.0.1.mod
GO_MODULE_FILES+= github.com/hashicorp/go.net/@v/v0.0.1.zip
GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.0.mod
GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.1.mod
GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.3.mod
GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.4.mod
GO_MODULE_FILES+= github.com/hashicorp/golang-lru/@v/v0.5.4.zip
GO_MODULE_FILES+= github.com/hashicorp/hcl/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/hcl/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/hashicorp/logutils/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/logutils/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/hashicorp/mdns/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.1.3.mod
GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.1.4.mod
GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.1.5.mod
GO_MODULE_FILES+= github.com/hashicorp/memberlist/@v/v0.2.0.mod
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/serf/@v/v0.8.2.mod
GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.8.5.mod
GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.9.0.mod
GO_MODULE_FILES+= github.com/hashicorp/serf/@v/v0.9.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
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/hetznercloud/hcloud-go/@v/v1.25.0.mod
GO_MODULE_FILES+= github.com/hetznercloud/hcloud-go/@v/v1.25.0.zip
GO_MODULE_FILES+= github.com/hodgesds/perf-utils/@v/v0.0.8.mod
GO_MODULE_FILES+= github.com/hodgesds/perf-utils/@v/v0.0.8.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/hudl/fargo/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/hudl/fargo/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
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.10.mod
GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.10.zip
GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.5.mod
GO_MODULE_FILES+= github.com/imdario/mergo/@v/v0.3.8.mod
GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/inconshreveable/mousetrap/@v/v1.0.0.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/influxdata/flux/@v/v0.65.1.mod
GO_MODULE_FILES+= github.com/influxdata/flux/@v/v0.65.1.zip
GO_MODULE_FILES+= github.com/influxdata/influxdb/@v/v1.8.5.mod
GO_MODULE_FILES+= github.com/influxdata/influxdb/@v/v1.8.5.zip
GO_MODULE_FILES+= github.com/influxdata/influxdb1-client/@v/v0.0.0-20191209144304-8bf82d3c094d.mod
GO_MODULE_FILES+= github.com/influxdata/influxdb1-client/@v/v0.0.0-20191209144304-8bf82d3c094d.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/influxdata/influxql/@v/v1.1.1-0.20200828144457-65d3ef77d385.mod
GO_MODULE_FILES+= github.com/influxdata/influxql/@v/v1.1.1-0.20200828144457-65d3ef77d385.zip
GO_MODULE_FILES+= github.com/influxdata/line-protocol/@v/v0.0.0-20180522152040-32c6aa80de5e.mod
GO_MODULE_FILES+= github.com/influxdata/line-protocol/@v/v0.0.0-20180522152040-32c6aa80de5e.zip
GO_MODULE_FILES+= github.com/influxdata/promql/v2/@v/v2.12.0.mod
GO_MODULE_FILES+= github.com/influxdata/promql/v2/@v/v2.12.0.zip
GO_MODULE_FILES+= github.com/influxdata/roaring/@v/v0.4.13-0.20180809181101-fc520f41fab6.mod
GO_MODULE_FILES+= github.com/influxdata/roaring/@v/v0.4.13-0.20180809181101-fc520f41fab6.zip
GO_MODULE_FILES+= github.com/influxdata/tdigest/@v/v0.0.0-20181121200506-bf2b5ad3c0a9.mod
GO_MODULE_FILES+= github.com/influxdata/tdigest/@v/v0.0.0-20181121200506-bf2b5ad3c0a9.zip
GO_MODULE_FILES+= github.com/influxdata/usage-client/@v/v0.0.0-20160829180054-6d3895376368.mod
GO_MODULE_FILES+= github.com/influxdata/usage-client/@v/v0.0.0-20160829180054-6d3895376368.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/inhies/go-bytesize/@v/v0.0.0-20201103132853-d0aed0d254f8.mod
GO_MODULE_FILES+= github.com/inhies/go-bytesize/@v/v0.0.0-20201103132853-d0aed0d254f8.zip
GO_MODULE_FILES+= github.com/j-keck/arping/@v/v0.0.0-20160618110441-2cf9dc699c56.mod
GO_MODULE_FILES+= github.com/j-keck/arping/@v/v0.0.0-20160618110441-2cf9dc699c56.zip
GO_MODULE_FILES+= github.com/jackc/chunkreader/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/jackc/chunkreader/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/jackc/chunkreader/v2/@v/v2.0.0.mod
GO_MODULE_FILES+= github.com/jackc/chunkreader/v2/@v/v2.0.1.mod
GO_MODULE_FILES+= github.com/jackc/chunkreader/v2/@v/v2.0.1.zip
GO_MODULE_FILES+= github.com/jackc/fake/@v/v0.0.0-20150926172116-812a484cc733.mod
GO_MODULE_FILES+= github.com/jackc/fake/@v/v0.0.0-20150926172116-812a484cc733.zip
GO_MODULE_FILES+= github.com/jackc/pgconn/@v/v0.0.0-20190420214824-7e0022ef6ba3.mod
GO_MODULE_FILES+= github.com/jackc/pgconn/@v/v0.0.0-20190824142844-760dd75542eb.mod
GO_MODULE_FILES+= github.com/jackc/pgconn/@v/v0.0.0-20190831204454-2fabfa3c18b7.mod
GO_MODULE_FILES+= github.com/jackc/pgconn/@v/v1.4.0.mod
GO_MODULE_FILES+= github.com/jackc/pgconn/@v/v1.5.0.mod
GO_MODULE_FILES+= github.com/jackc/pgconn/@v/v1.5.1-0.20200601181101-fa742c524853.mod
GO_MODULE_FILES+= github.com/jackc/pgconn/@v/v1.6.3.mod
GO_MODULE_FILES+= github.com/jackc/pgconn/@v/v1.8.1.mod
GO_MODULE_FILES+= github.com/jackc/pgconn/@v/v1.8.1.zip
GO_MODULE_FILES+= github.com/jackc/pgerrcode/@v/v0.0.0-20190803225404-afa3381909a6.mod
GO_MODULE_FILES+= github.com/jackc/pgerrcode/@v/v0.0.0-20190803225404-afa3381909a6.zip
GO_MODULE_FILES+= github.com/jackc/pgio/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/jackc/pgio/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/jackc/pgmock/@v/v0.0.0-20190831213851-13a1b77aafa2.mod
GO_MODULE_FILES+= github.com/jackc/pgmock/@v/v0.0.0-20190831213851-13a1b77aafa2.zip
GO_MODULE_FILES+= github.com/jackc/pgpassfile/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/jackc/pgpassfile/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/jackc/pgproto3/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/jackc/pgproto3/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/jackc/pgproto3/v2/@v/v2.0.0-alpha1.0.20190420180111-c116219b62db.mod
GO_MODULE_FILES+= github.com/jackc/pgproto3/v2/@v/v2.0.0-alpha1.0.20190609003834-432c2951c711.mod
GO_MODULE_FILES+= github.com/jackc/pgproto3/v2/@v/v2.0.0-rc3.0.20190831210041-4c03ce451f29.mod
GO_MODULE_FILES+= github.com/jackc/pgproto3/v2/@v/v2.0.0-rc3.mod
GO_MODULE_FILES+= github.com/jackc/pgproto3/v2/@v/v2.0.1.mod
GO_MODULE_FILES+= github.com/jackc/pgproto3/v2/@v/v2.0.2.mod
GO_MODULE_FILES+= github.com/jackc/pgproto3/v2/@v/v2.0.6.mod
GO_MODULE_FILES+= github.com/jackc/pgproto3/v2/@v/v2.0.6.zip
GO_MODULE_FILES+= github.com/jackc/pgservicefile/@v/v0.0.0-20200307190119-3430c5407db8.mod
GO_MODULE_FILES+= github.com/jackc/pgservicefile/@v/v0.0.0-20200714003250-2b9c44734f2b.mod
GO_MODULE_FILES+= github.com/jackc/pgservicefile/@v/v0.0.0-20200714003250-2b9c44734f2b.zip
GO_MODULE_FILES+= github.com/jackc/pgtype/@v/v0.0.0-20190421001408-4ed0de4755e0.mod
GO_MODULE_FILES+= github.com/jackc/pgtype/@v/v0.0.0-20190824184912-ab885b375b90.mod
GO_MODULE_FILES+= github.com/jackc/pgtype/@v/v0.0.0-20190828014616-a8802b16cc59.mod
GO_MODULE_FILES+= github.com/jackc/pgtype/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/jackc/pgtype/@v/v1.3.1-0.20200510190516-8cd94a14c75a.mod
GO_MODULE_FILES+= github.com/jackc/pgtype/@v/v1.3.1-0.20200606141011-f6355165a91c.mod
GO_MODULE_FILES+= github.com/jackc/pgtype/@v/v1.4.2.mod
GO_MODULE_FILES+= github.com/jackc/pgtype/@v/v1.4.2.zip
GO_MODULE_FILES+= github.com/jackc/pgx/@v/v3.2.0+incompatible.mod
GO_MODULE_FILES+= github.com/jackc/pgx/@v/v3.2.0+incompatible.zip
GO_MODULE_FILES+= github.com/jackc/pgx/v4/@v/v4.0.0-20190420224344-cc3461e65d96.mod
GO_MODULE_FILES+= github.com/jackc/pgx/v4/@v/v4.0.0-20190421002000-1b8f0016e912.mod
GO_MODULE_FILES+= github.com/jackc/pgx/v4/@v/v4.0.0-pre1.0.20190824185557-6972a5742186.mod
GO_MODULE_FILES+= github.com/jackc/pgx/v4/@v/v4.5.0.mod
GO_MODULE_FILES+= github.com/jackc/pgx/v4/@v/v4.6.1-0.20200510190926-94ba730bb1e9.mod
GO_MODULE_FILES+= github.com/jackc/pgx/v4/@v/v4.6.1-0.20200606145419-4e5062306904.mod
GO_MODULE_FILES+= github.com/jackc/pgx/v4/@v/v4.8.0.mod
GO_MODULE_FILES+= github.com/jackc/pgx/v4/@v/v4.8.0.zip
GO_MODULE_FILES+= github.com/jackc/puddle/@v/v0.0.0-20190413234325-e4ced69a3a2b.mod
GO_MODULE_FILES+= github.com/jackc/puddle/@v/v0.0.0-20190608224051-11cab39313c9.mod
GO_MODULE_FILES+= github.com/jackc/puddle/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/jackc/puddle/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/jackc/puddle/@v/v1.1.1.zip
GO_MODULE_FILES+= github.com/jessevdk/go-flags/@v/v0.0.0-20180331124232-1c38ed7ad0cc.mod
GO_MODULE_FILES+= github.com/jessevdk/go-flags/@v/v1.4.0.mod
GO_MODULE_FILES+= github.com/jessevdk/go-flags/@v/v1.4.0.zip
GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.0.0-20160202185014-0b12d6b521d8.mod
GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.0.0-20160803190731-bd40a432e4c7.mod
GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.0.0-20180206201540-c2b33e8439af.mod
GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.3.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.4.0.mod
GO_MODULE_FILES+= github.com/jmespath/go-jmespath/@v/v0.4.0.zip
GO_MODULE_FILES+= github.com/jmespath/go-jmespath/internal/testify/@v/v1.5.1.mod
GO_MODULE_FILES+= github.com/jmespath/go-jmespath/internal/testify/@v/v1.5.1.zip
GO_MODULE_FILES+= github.com/joeshaw/multierror/@v/v0.0.0-20140124173710-69b34d4ec901.mod
GO_MODULE_FILES+= github.com/joeshaw/multierror/@v/v0.0.0-20140124173710-69b34d4ec901.zip
GO_MODULE_FILES+= github.com/joho/godotenv/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/joho/godotenv/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/jonboulle/clockwork/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/jonboulle/clockwork/@v/v0.2.2.mod
GO_MODULE_FILES+= github.com/jonboulle/clockwork/@v/v0.2.2.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/josharian/intern/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/josharian/intern/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/jpillora/backoff/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/jpillora/backoff/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/jsimonetti/rtnetlink/@v/v0.0.0-20190606172950-9527aa82566a.mod
GO_MODULE_FILES+= github.com/jsimonetti/rtnetlink/@v/v0.0.0-20190830100107-3784a6c7c552.mod
GO_MODULE_FILES+= github.com/jsimonetti/rtnetlink/@v/v0.0.0-20200117123717-f846d4f6c1f4.mod
GO_MODULE_FILES+= github.com/jsimonetti/rtnetlink/@v/v0.0.0-20200117123717-f846d4f6c1f4.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.10.mod
GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.11.mod
GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.11.zip
GO_MODULE_FILES+= github.com/json-iterator/go/@v/v1.1.5.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/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod
GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.9.1.mod
GO_MODULE_FILES+= github.com/jstemmer/go-junit-report/@v/v0.9.1.zip
GO_MODULE_FILES+= github.com/jsternberg/zap-logfmt/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/jsternberg/zap-logfmt/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/jtolds/gls/@v/v4.20.0+incompatible.mod
GO_MODULE_FILES+= github.com/jtolds/gls/@v/v4.20.0+incompatible.zip
GO_MODULE_FILES+= github.com/julienschmidt/httprouter/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/julienschmidt/httprouter/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/julienschmidt/httprouter/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/jung-kurt/gofpdf/@v/v1.0.3-0.20190309125859-24315acbbda5.mod
GO_MODULE_FILES+= github.com/jung-kurt/gofpdf/@v/v1.0.3-0.20190309125859-24315acbbda5.zip
GO_MODULE_FILES+= github.com/jwilder/encoding/@v/v0.0.0-20170811194829-b4e1701a28ef.mod
GO_MODULE_FILES+= github.com/jwilder/encoding/@v/v0.0.0-20170811194829-b4e1701a28ef.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/k0kubun/go-ansi/@v/v0.0.0-20180517002512-3bf9e2903213.mod
GO_MODULE_FILES+= github.com/k0kubun/go-ansi/@v/v0.0.0-20180517002512-3bf9e2903213.zip
GO_MODULE_FILES+= github.com/kardianos/osext/@v/v0.0.0-20190222173326-2bc1f35cddc0.mod
GO_MODULE_FILES+= github.com/kardianos/osext/@v/v0.0.0-20190222173326-2bc1f35cddc0.zip
GO_MODULE_FILES+= github.com/karrick/godirwalk/@v/v1.10.3.mod
GO_MODULE_FILES+= github.com/karrick/godirwalk/@v/v1.10.3.zip
GO_MODULE_FILES+= github.com/karrick/godirwalk/@v/v1.8.0.mod
GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.5.0.mod
GO_MODULE_FILES+= github.com/kisielk/errcheck/@v/v1.5.0.zip
GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/kisielk/gotool/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.11.3.mod
GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.11.3.zip
GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.4.0.mod
GO_MODULE_FILES+= github.com/klauspost/compress/@v/v1.9.5.mod
GO_MODULE_FILES+= github.com/klauspost/cpuid/@v/v0.0.0-20170728055534-ae7887de9fa5.mod
GO_MODULE_FILES+= github.com/klauspost/cpuid/@v/v1.2.3.mod
GO_MODULE_FILES+= github.com/klauspost/cpuid/@v/v1.3.1.mod
GO_MODULE_FILES+= github.com/klauspost/cpuid/@v/v1.3.1.zip
GO_MODULE_FILES+= github.com/klauspost/crc32/@v/v0.0.0-20161016154125-cb6bfca970f6.mod
GO_MODULE_FILES+= github.com/klauspost/crc32/@v/v0.0.0-20161016154125-cb6bfca970f6.zip
GO_MODULE_FILES+= github.com/klauspost/pgzip/@v/v1.0.2-0.20170402124221-0bf5dcad4ada.mod
GO_MODULE_FILES+= github.com/klauspost/pgzip/@v/v1.0.2-0.20170402124221-0bf5dcad4ada.zip
GO_MODULE_FILES+= github.com/knq/sysutil/@v/v0.0.0-20191005231841-15668db23d08.mod
GO_MODULE_FILES+= github.com/knq/sysutil/@v/v0.0.0-20191005231841-15668db23d08.zip
GO_MODULE_FILES+= github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.mod
GO_MODULE_FILES+= github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.zip
GO_MODULE_FILES+= github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod
GO_MODULE_FILES+= github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.zip
GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.2.1.mod
GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.2.1.zip
GO_MODULE_FILES+= github.com/kr/pty/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.5.mod
GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.8.mod
GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.8.zip
GO_MODULE_FILES+= github.com/kr/text/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/kr/text/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/kr/text/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/kshvakov/clickhouse/@v/v1.3.5.mod
GO_MODULE_FILES+= github.com/kshvakov/clickhouse/@v/v1.3.5.zip
GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v0.0.0-20160406211939-eadb3ce320cb.mod
GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v0.0.0-20170820004349-d65d576e9348.mod
GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/kylelemons/godebug/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/lann/builder/@v/v0.0.0-20150808151131-f22ce00fd939.mod
GO_MODULE_FILES+= github.com/lann/builder/@v/v0.0.0-20180802200727-47ae307949d0.mod
GO_MODULE_FILES+= github.com/lann/builder/@v/v0.0.0-20180802200727-47ae307949d0.zip
GO_MODULE_FILES+= github.com/lann/ps/@v/v0.0.0-20150810152359-62de8c46ede0.mod
GO_MODULE_FILES+= github.com/lann/ps/@v/v0.0.0-20150810152359-62de8c46ede0.zip
GO_MODULE_FILES+= github.com/leanovate/gopter/@v/v0.2.4.mod
GO_MODULE_FILES+= github.com/leanovate/gopter/@v/v0.2.4.zip
GO_MODULE_FILES+= github.com/lib/pq/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/lib/pq/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/lib/pq/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/lib/pq/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/lib/pq/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/lightstep/lightstep-tracer-common/golang/gogo/@v/v0.0.0-20190605223551-bc2310a04743.mod
GO_MODULE_FILES+= github.com/lightstep/lightstep-tracer-common/golang/gogo/@v/v0.0.0-20190605223551-bc2310a04743.zip
GO_MODULE_FILES+= github.com/lightstep/lightstep-tracer-go/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/lightstep/lightstep-tracer-go/@v/v0.18.1.mod
GO_MODULE_FILES+= github.com/lightstep/lightstep-tracer-go/@v/v0.18.1.zip
GO_MODULE_FILES+= github.com/linode/linodego/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/linode/linodego/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/lovoo/gcloud-opentracing/@v/v0.3.0.mod
GO_MODULE_FILES+= github.com/lovoo/gcloud-opentracing/@v/v0.3.0.zip
GO_MODULE_FILES+= github.com/lufia/iostat/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/lufia/iostat/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/lyft/protoc-gen-validate/@v/v0.0.13.mod
GO_MODULE_FILES+= github.com/lyft/protoc-gen-validate/@v/v0.0.13.zip
GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.1.mod
GO_MODULE_FILES+= github.com/magiconair/properties/@v/v1.8.1.zip
GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.0.0-20160728113105-d5b7844b561a.mod
GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.0.0-20180823135443-60711f1a8329.mod
GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.0.0-20190312143242-1de009706dbe.mod
GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.0.0-20190614124828-94de47d64c63.mod
GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.0.0-20190626092158-b2ccc519800e.mod
GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.7.0.mod
GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.7.1.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.7.6.mod
GO_MODULE_FILES+= github.com/mailru/easyjson/@v/v0.7.6.zip
GO_MODULE_FILES+= github.com/markbates/oncer/@v/v0.0.0-20181203154359-bf2de49a0be2.mod
GO_MODULE_FILES+= github.com/markbates/oncer/@v/v0.0.0-20181203154359-bf2de49a0be2.zip
GO_MODULE_FILES+= github.com/markbates/safe/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/markbates/safe/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/marstr/guid/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/marstr/guid/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.0.9.mod
GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.1.mod
GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.2.mod
GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.4.mod
GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.6.mod
GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.6.zip
GO_MODULE_FILES+= github.com/mattn/go-ieproxy/@v/v0.0.0-20190610004146-91bb50d98149.mod
GO_MODULE_FILES+= github.com/mattn/go-ieproxy/@v/v0.0.0-20190702010315-6dee0af9227d.mod
GO_MODULE_FILES+= github.com/mattn/go-ieproxy/@v/v0.0.0-20191113090002-7c0f6868bffe.mod
GO_MODULE_FILES+= github.com/mattn/go-ieproxy/@v/v0.0.0-20191113090002-7c0f6868bffe.zip
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.10.mod
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.11.mod
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.12.mod
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.12.zip
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.3.mod
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.4.mod
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.5.mod
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.7.mod
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.8.mod
GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.9.mod
GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.2.mod
GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.3.mod
GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.4.mod
GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.6.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.9.mod
GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.9.zip
GO_MODULE_FILES+= github.com/mattn/go-shellwords/@v/v1.0.3.mod
GO_MODULE_FILES+= github.com/mattn/go-shellwords/@v/v1.0.3.zip
GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.10.0.mod
GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.11.0.mod
GO_MODULE_FILES+= github.com/mattn/go-sqlite3/@v/v1.11.0.zip
GO_MODULE_FILES+= github.com/mattn/go-tty/@v/v0.0.0-20180907095812-13ff1204f104.mod
GO_MODULE_FILES+= github.com/mattn/go-tty/@v/v0.0.0-20180907095812-13ff1204f104.zip
GO_MODULE_FILES+= github.com/mattn/go-xmlrpc/@v/v0.0.3.mod
GO_MODULE_FILES+= github.com/mattn/go-xmlrpc/@v/v0.0.3.zip
GO_MODULE_FILES+= github.com/matttproud/golang_protobuf_extensions/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/matttproud/golang_protobuf_extensions/@v/v1.0.2-0.20181231171920-c182affec369.mod
GO_MODULE_FILES+= github.com/matttproud/golang_protobuf_extensions/@v/v1.0.2-0.20181231171920-c182affec369.zip
GO_MODULE_FILES+= github.com/mdlayher/genetlink/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/mdlayher/genetlink/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/mdlayher/netlink/@v/v0.0.0-20190409211403-11939a169225.mod
GO_MODULE_FILES+= github.com/mdlayher/netlink/@v/v0.0.0-20190828143259-340058475d09.mod
GO_MODULE_FILES+= github.com/mdlayher/netlink/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/mdlayher/netlink/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/mdlayher/netlink/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/mdlayher/wifi/@v/v0.0.0-20190303161829-b1436901ddee.mod
GO_MODULE_FILES+= github.com/mdlayher/wifi/@v/v0.0.0-20190303161829-b1436901ddee.zip
GO_MODULE_FILES+= github.com/mgutz/ansi/@v/v0.0.0-20170206155736-9520e82c474b.mod
GO_MODULE_FILES+= github.com/mgutz/ansi/@v/v0.0.0-20170206155736-9520e82c474b.zip
GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.0.14.mod
GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.22.mod
GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.26.mod
GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.30.mod
GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.31.mod
GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.35.mod
GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.38.mod
GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.41.mod
GO_MODULE_FILES+= github.com/miekg/dns/@v/v1.1.41.zip
GO_MODULE_FILES+= github.com/minio/md5-simd/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/minio/md5-simd/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/minio/minio-go/v6/@v/v6.0.44.mod
GO_MODULE_FILES+= github.com/minio/minio-go/v6/@v/v6.0.56.mod
GO_MODULE_FILES+= github.com/minio/minio-go/v6/@v/v6.0.56.zip
GO_MODULE_FILES+= github.com/minio/minio-go/v7/@v/v7.0.10.mod
GO_MODULE_FILES+= github.com/minio/minio-go/v7/@v/v7.0.10.zip
GO_MODULE_FILES+= github.com/minio/minio-go/v7/@v/v7.0.2.mod
GO_MODULE_FILES+= github.com/minio/sha256-simd/@v/v0.1.1.mod
GO_MODULE_FILES+= github.com/minio/sha256-simd/@v/v0.1.1.zip
GO_MODULE_FILES+= github.com/mistifyio/go-zfs/@v/v2.1.2-0.20190413222219-f784269be439+incompatible.mod
GO_MODULE_FILES+= github.com/mistifyio/go-zfs/@v/v2.1.2-0.20190413222219-f784269be439+incompatible.zip
GO_MODULE_FILES+= github.com/mitchellh/cli/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/mitchellh/cli/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/mitchellh/cli/@v/v1.1.0.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.mod
GO_MODULE_FILES+= github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.zip
GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/mitchellh/go-homedir/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/mitchellh/go-testing-interface/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/mitchellh/go-testing-interface/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/mitchellh/go-wordwrap/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/mitchellh/go-wordwrap/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/mitchellh/gox/@v/v0.4.0.mod
GO_MODULE_FILES+= github.com/mitchellh/gox/@v/v0.4.0.zip
GO_MODULE_FILES+= github.com/mitchellh/iochan/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/mitchellh/iochan/@v/v1.0.0.zip
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
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
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.4.0.mod
GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.1.mod
GO_MODULE_FILES+= github.com/mitchellh/mapstructure/@v/v1.4.1.zip
GO_MODULE_FILES+= github.com/mitchellh/osext/@v/v0.0.0-20151018003038-5e2d6d41470f.mod
GO_MODULE_FILES+= github.com/mitchellh/osext/@v/v0.0.0-20151018003038-5e2d6d41470f.zip
GO_MODULE_FILES+= github.com/moby/spdystream/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/moby/spdystream/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/moby/sys/mount/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/moby/sys/mount/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/moby/sys/mountinfo/@v/v0.4.0.mod
GO_MODULE_FILES+= github.com/moby/sys/mountinfo/@v/v0.4.0.zip
GO_MODULE_FILES+= github.com/moby/sys/symlink/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/moby/sys/symlink/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/moby/term/@v/v0.0.0-20200312100748-672ec06f55cd.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/moby/term/@v/v0.0.0-20201216013528-df9cb8a40635.mod
GO_MODULE_FILES+= github.com/moby/term/@v/v0.0.0-20201216013528-df9cb8a40635.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
GO_MODULE_FILES+= github.com/montanaflynn/stats/@v/v0.0.0-20171201202039-1bf9dbcd8cbe.mod
GO_MODULE_FILES+= github.com/montanaflynn/stats/@v/v0.0.0-20171201202039-1bf9dbcd8cbe.zip
GO_MODULE_FILES+= github.com/morikuni/aec/@v/v0.0.0-20170113033406-39771216ff4c.mod
GO_MODULE_FILES+= github.com/morikuni/aec/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/morikuni/aec/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/mozillazg/go-cos/@v/v0.13.0.mod
GO_MODULE_FILES+= github.com/mozillazg/go-cos/@v/v0.13.0.zip
GO_MODULE_FILES+= github.com/mozillazg/go-httpheader/@v/v0.2.1.mod
GO_MODULE_FILES+= github.com/mozillazg/go-httpheader/@v/v0.2.1.zip
GO_MODULE_FILES+= github.com/mrunalp/fileutils/@v/v0.5.0.mod
GO_MODULE_FILES+= github.com/mrunalp/fileutils/@v/v0.5.0.zip
GO_MODULE_FILES+= github.com/mschoch/smat/@v/v0.0.0-20160514031455-90eadee771ae.mod
GO_MODULE_FILES+= github.com/mschoch/smat/@v/v0.0.0-20160514031455-90eadee771ae.zip
GO_MODULE_FILES+= github.com/munnerz/goautoneg/@v/v0.0.0-20120707110453-a547fc61f48d.mod
GO_MODULE_FILES+= github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.mod
GO_MODULE_FILES+= github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.zip
GO_MODULE_FILES+= github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod
GO_MODULE_FILES+= github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.mod
GO_MODULE_FILES+= github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.zip
GO_MODULE_FILES+= github.com/mxk/go-flowrate/@v/v0.0.0-20140419014527-cca7078d478f.mod
GO_MODULE_FILES+= github.com/mxk/go-flowrate/@v/v0.0.0-20140419014527-cca7078d478f.zip
GO_MODULE_FILES+= github.com/nakagami/firebirdsql/@v/v0.0.0-20190310045651-3c02a58cfed8.mod
GO_MODULE_FILES+= github.com/nakagami/firebirdsql/@v/v0.0.0-20190310045651-3c02a58cfed8.zip
GO_MODULE_FILES+= github.com/nats-io/jwt/@v/v0.3.0.mod
GO_MODULE_FILES+= github.com/nats-io/jwt/@v/v0.3.2.mod
GO_MODULE_FILES+= github.com/nats-io/jwt/@v/v0.3.2.zip
GO_MODULE_FILES+= github.com/nats-io/nats-server/v2/@v/v2.1.2.mod
GO_MODULE_FILES+= github.com/nats-io/nats-server/v2/@v/v2.1.2.zip
GO_MODULE_FILES+= github.com/nats-io/nats.go/@v/v1.9.1.mod
GO_MODULE_FILES+= github.com/nats-io/nats.go/@v/v1.9.1.zip
GO_MODULE_FILES+= github.com/nats-io/nkeys/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/nats-io/nkeys/@v/v0.1.3.mod
GO_MODULE_FILES+= github.com/nats-io/nkeys/@v/v0.1.3.zip
GO_MODULE_FILES+= github.com/nats-io/nuid/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/nats-io/nuid/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/ncw/swift/@v/v1.0.47.mod
GO_MODULE_FILES+= github.com/ncw/swift/@v/v1.0.50.mod
GO_MODULE_FILES+= github.com/ncw/swift/@v/v1.0.52.mod
GO_MODULE_FILES+= github.com/ncw/swift/@v/v1.0.52.zip
GO_MODULE_FILES+= github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.mod
GO_MODULE_FILES+= github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.zip
GO_MODULE_FILES+= github.com/nxadm/tail/@v/v1.4.4.mod
GO_MODULE_FILES+= github.com/nxadm/tail/@v/v1.4.4.zip
GO_MODULE_FILES+= github.com/oklog/oklog/@v/v0.3.2.mod
GO_MODULE_FILES+= github.com/oklog/oklog/@v/v0.3.2.zip
GO_MODULE_FILES+= github.com/oklog/run/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/oklog/run/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/oklog/run/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/oklog/ulid/@v/v1.3.1.mod
GO_MODULE_FILES+= github.com/oklog/ulid/@v/v1.3.1.zip
GO_MODULE_FILES+= github.com/olekukonko/tablewriter/@v/v0.0.0-20170122224234-a0225b3f23b5.mod
GO_MODULE_FILES+= github.com/olekukonko/tablewriter/@v/v0.0.1.mod
GO_MODULE_FILES+= github.com/olekukonko/tablewriter/@v/v0.0.2.mod
GO_MODULE_FILES+= github.com/olekukonko/tablewriter/@v/v0.0.2.zip
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v0.0.0-20151202141238-7f8ab55aaf3b.mod
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v0.0.0-20170829012221-11459a886d9c.mod
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.10.1.mod
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.10.3.mod
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.11.0.mod
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.12.1.mod
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.14.0.mod
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.14.1.mod
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.14.1.zip
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.6.0.mod
GO_MODULE_FILES+= github.com/onsi/ginkgo/@v/v1.7.0.mod
GO_MODULE_FILES+= github.com/onsi/gomega/@v/v0.0.0-20151007035656-2152b45fa28a.mod
GO_MODULE_FILES+= github.com/onsi/gomega/@v/v0.0.0-20170829124025-dcabb60a477c.mod
GO_MODULE_FILES+= github.com/onsi/gomega/@v/v1.10.1.mod
GO_MODULE_FILES+= github.com/onsi/gomega/@v/v1.10.2.mod
GO_MODULE_FILES+= github.com/onsi/gomega/@v/v1.10.2.zip
GO_MODULE_FILES+= github.com/onsi/gomega/@v/v1.4.2.mod
GO_MODULE_FILES+= github.com/onsi/gomega/@v/v1.4.3.mod
GO_MODULE_FILES+= github.com/onsi/gomega/@v/v1.7.0.mod
GO_MODULE_FILES+= github.com/onsi/gomega/@v/v1.7.1.mod
GO_MODULE_FILES+= github.com/op/go-logging/@v/v0.0.0-20160315200505-970db520ece7.mod
GO_MODULE_FILES+= github.com/op/go-logging/@v/v0.0.0-20160315200505-970db520ece7.zip
GO_MODULE_FILES+= github.com/opencontainers/go-digest/@v/v0.0.0-20170106003457-a6d0ee40d420.mod
GO_MODULE_FILES+= github.com/opencontainers/go-digest/@v/v0.0.0-20180430190053-c9281466c8b2.mod
GO_MODULE_FILES+= github.com/opencontainers/go-digest/@v/v1.0.0-rc1.0.20180430190053-c9281466c8b2.mod
GO_MODULE_FILES+= github.com/opencontainers/go-digest/@v/v1.0.0-rc1.mod
GO_MODULE_FILES+= github.com/opencontainers/go-digest/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/opencontainers/go-digest/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/opencontainers/image-spec/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/opencontainers/image-spec/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/opencontainers/image-spec/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/opencontainers/runc/@v/v0.0.0-20190115041553-12f6a991201f.mod
GO_MODULE_FILES+= github.com/opencontainers/runc/@v/v0.1.1.mod
GO_MODULE_FILES+= github.com/opencontainers/runc/@v/v1.0.0-rc8.0.20190926000215-3e425f80a8c9.mod
GO_MODULE_FILES+= github.com/opencontainers/runc/@v/v1.0.0-rc9.mod
GO_MODULE_FILES+= github.com/opencontainers/runc/@v/v1.0.0-rc93.mod
GO_MODULE_FILES+= github.com/opencontainers/runc/@v/v1.0.0-rc93.zip
GO_MODULE_FILES+= github.com/opencontainers/runtime-spec/@v/v0.1.2-0.20190507144316-5b71a03e2700.mod
GO_MODULE_FILES+= github.com/opencontainers/runtime-spec/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/opencontainers/runtime-spec/@v/v1.0.2-0.20190207185410-29686dbc5559.mod
GO_MODULE_FILES+= github.com/opencontainers/runtime-spec/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/opencontainers/runtime-spec/@v/v1.0.3-0.20200929063507-e6143ca7d51d.mod
GO_MODULE_FILES+= github.com/opencontainers/runtime-spec/@v/v1.0.3-0.20200929063507-e6143ca7d51d.zip
GO_MODULE_FILES+= github.com/opencontainers/runtime-tools/@v/v0.0.0-20181011054405-1d69bd0f9c39.mod
GO_MODULE_FILES+= github.com/opencontainers/runtime-tools/@v/v0.0.0-20181011054405-1d69bd0f9c39.zip
GO_MODULE_FILES+= github.com/opencontainers/selinux/@v/v1.6.0.mod
GO_MODULE_FILES+= github.com/opencontainers/selinux/@v/v1.8.0.mod
GO_MODULE_FILES+= github.com/opencontainers/selinux/@v/v1.8.0.zip
GO_MODULE_FILES+= github.com/opentracing-contrib/go-grpc/@v/v0.0.0-20180928155321-4b5a12d3ff02.mod
GO_MODULE_FILES+= github.com/opentracing-contrib/go-grpc/@v/v0.0.0-20210225150812-73cb765af46e.mod
GO_MODULE_FILES+= github.com/opentracing-contrib/go-grpc/@v/v0.0.0-20210225150812-73cb765af46e.zip
GO_MODULE_FILES+= github.com/opentracing-contrib/go-observer/@v/v0.0.0-20170622124052-a52f23424492.mod
GO_MODULE_FILES+= github.com/opentracing-contrib/go-observer/@v/v0.0.0-20170622124052-a52f23424492.zip
GO_MODULE_FILES+= github.com/opentracing-contrib/go-stdlib/@v/v0.0.0-20190519235532-cf7a6c988dc9.mod
GO_MODULE_FILES+= github.com/opentracing-contrib/go-stdlib/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/opentracing-contrib/go-stdlib/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/opentracing/basictracer-go/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/opentracing/basictracer-go/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/opentracing/opentracing-go/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/opentracing/opentracing-go/@v/v1.0.3-0.20180606204148-bd9c31933947.mod
GO_MODULE_FILES+= github.com/opentracing/opentracing-go/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/opentracing/opentracing-go/@v/v1.1.1-0.20200124165624-2876d2018785.mod
GO_MODULE_FILES+= github.com/opentracing/opentracing-go/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/opentracing/opentracing-go/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/openzipkin-contrib/zipkin-go-opentracing/@v/v0.4.5.mod
GO_MODULE_FILES+= github.com/openzipkin-contrib/zipkin-go-opentracing/@v/v0.4.5.zip
GO_MODULE_FILES+= github.com/openzipkin/zipkin-go/@v/v0.1.6.mod
GO_MODULE_FILES+= github.com/openzipkin/zipkin-go/@v/v0.2.1.mod
GO_MODULE_FILES+= github.com/openzipkin/zipkin-go/@v/v0.2.2.mod
GO_MODULE_FILES+= github.com/openzipkin/zipkin-go/@v/v0.2.2.zip
GO_MODULE_FILES+= github.com/pact-foundation/pact-go/@v/v1.0.4.mod
GO_MODULE_FILES+= github.com/pact-foundation/pact-go/@v/v1.0.4.zip
GO_MODULE_FILES+= github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.mod
GO_MODULE_FILES+= github.com/pascaldekloe/goe/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/pascaldekloe/goe/@v/v0.1.0.zip
GO_MODULE_FILES+= github.com/paulbellamy/ratecounter/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/paulbellamy/ratecounter/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/pbnjay/memory/@v/v0.0.0-20201129165224-b12e5d931931.mod
GO_MODULE_FILES+= github.com/pbnjay/memory/@v/v0.0.0-20201129165224-b12e5d931931.zip
GO_MODULE_FILES+= github.com/pborman/uuid/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/pborman/uuid/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.4.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.6.0.mod
GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.7.0.mod
GO_MODULE_FILES+= github.com/pelletier/go-toml/@v/v1.7.0.zip
GO_MODULE_FILES+= github.com/performancecopilot/speed/@v/v3.0.0+incompatible.mod
GO_MODULE_FILES+= github.com/performancecopilot/speed/@v/v3.0.0+incompatible.zip
GO_MODULE_FILES+= github.com/peterbourgon/diskv/@v/v2.0.1+incompatible.mod
GO_MODULE_FILES+= github.com/peterbourgon/diskv/@v/v2.0.1+incompatible.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/peterbourgon/ff/v3/@v/v3.0.0.mod
GO_MODULE_FILES+= github.com/peterbourgon/ff/v3/@v/v3.0.0.zip
GO_MODULE_FILES+= github.com/peterh/liner/@v/v1.0.1-0.20180619022028-8c1271fcf47f.mod
GO_MODULE_FILES+= github.com/peterh/liner/@v/v1.0.1-0.20180619022028-8c1271fcf47f.zip
GO_MODULE_FILES+= github.com/philhofer/fwd/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/philhofer/fwd/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/pierrec/lz4/@v/v1.0.2-0.20190131084431-473cd7ce01a1.mod
GO_MODULE_FILES+= github.com/pierrec/lz4/@v/v2.0.5+incompatible.mod
GO_MODULE_FILES+= github.com/pierrec/lz4/@v/v2.0.5+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-0.20171018195549-f15c970de5b7.mod
GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.8.1.mod
GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.9.1.mod
GO_MODULE_FILES+= github.com/pkg/errors/@v/v0.9.1.zip
GO_MODULE_FILES+= github.com/pkg/profile/@v/v1.2.1.mod
GO_MODULE_FILES+= github.com/pkg/profile/@v/v1.2.1.zip
GO_MODULE_FILES+= github.com/pkg/term/@v/v0.0.0-20180730021639-bffc007b7fd5.mod
GO_MODULE_FILES+= github.com/pkg/term/@v/v0.0.0-20180730021639-bffc007b7fd5.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
GO_MODULE_FILES+= github.com/posener/complete/@v/v1.2.3.mod
GO_MODULE_FILES+= github.com/posener/complete/@v/v1.2.3.zip
GO_MODULE_FILES+= github.com/pquerna/cachecontrol/@v/v0.0.0-20171018203845-0dec1b30a021.mod
GO_MODULE_FILES+= github.com/pquerna/cachecontrol/@v/v0.0.0-20171018203845-0dec1b30a021.zip
GO_MODULE_FILES+= github.com/prometheus/alertmanager/@v/v0.19.0.mod
GO_MODULE_FILES+= github.com/prometheus/alertmanager/@v/v0.21.0.mod
GO_MODULE_FILES+= github.com/prometheus/alertmanager/@v/v0.21.1-0.20200911160112-1fdff6b3f939.mod
GO_MODULE_FILES+= github.com/prometheus/alertmanager/@v/v0.21.1-0.20201106142418-c39b78780054.mod
GO_MODULE_FILES+= github.com/prometheus/alertmanager/@v/v0.21.1-0.20210310093010-0f9cab6991e6.mod
GO_MODULE_FILES+= github.com/prometheus/alertmanager/@v/v0.21.1-0.20210422101724-8176f78a70e1.mod
GO_MODULE_FILES+= github.com/prometheus/alertmanager/@v/v0.21.1-0.20210422101724-8176f78a70e1.zip
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.0.0-20180209125602-c332b6f63c06.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.8.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.1.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.2.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.3-0.20190127221311-3c4408c8b829.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v0.9.3.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.10.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.10.0.zip
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.2.1.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.4.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.4.1.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.5.1.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.6.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.7.1.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.8.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_golang/@v/v1.9.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20170216185247-6f3806018612.mod
GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20171117100541-99fa1f4be8e5.mod
GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod
GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20190115171406-56726106282f.mod
GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.mod
GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.0.0-20190812154241-14fe0d1b01d4.mod
GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/prometheus/client_model/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.0.0-20180110214958-89604d197083.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.0.0-20180518154759-7600349dcfe1.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.0.0-20181113130724-41aa239b4cce.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.0.0-20181126121408-4724e9255275.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.10.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.11.1.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.12.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.14.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.15.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.18.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.20.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.21.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.23.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.23.0.zip
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.4.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.4.1.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.6.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.7.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.8.0.mod
GO_MODULE_FILES+= github.com/prometheus/common/@v/v0.9.1.mod
GO_MODULE_FILES+= github.com/prometheus/exporter-toolkit/@v/v0.5.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/prometheus/exporter-toolkit/@v/v0.5.1.mod
GO_MODULE_FILES+= github.com/prometheus/exporter-toolkit/@v/v0.5.1.zip
GO_MODULE_FILES+= github.com/prometheus/node_exporter/@v/v1.0.0-rc.0.0.20200428091818-01054558c289.mod
GO_MODULE_FILES+= github.com/prometheus/node_exporter/@v/v1.0.0-rc.0.0.20200428091818-01054558c289.zip
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20180125133057-cb4147076ac7.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20180612222113-7d6f385de8be.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20181204211112-1dc9a6cbc91a.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20190117184657-bf6a532e95b1.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20190425082905-87a4384529e0.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20190507164030-5867b95ac084.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.0-20190522114515-bc1a522cf7b1.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.11.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.2.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.3.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.5.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.6.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.0.8.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.1.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.6.0.mod
GO_MODULE_FILES+= github.com/prometheus/procfs/@v/v0.6.0.zip
GO_MODULE_FILES+= github.com/prometheus/prometheus/@v/v1.8.2-0.20210605142932-7bc11dcb0664.mod
GO_MODULE_FILES+= github.com/prometheus/prometheus/@v/v1.8.2-0.20210605142932-7bc11dcb0664.zip
GO_MODULE_FILES+= github.com/prometheus/tsdb/@v/v0.7.1.mod
GO_MODULE_FILES+= github.com/prometheus/tsdb/@v/v0.7.1.zip
GO_MODULE_FILES+= github.com/rafaeljusto/redigomock/@v/v0.0.0-20190202135759-257e089e14a1.mod
GO_MODULE_FILES+= github.com/rafaeljusto/redigomock/@v/v0.0.0-20190202135759-257e089e14a1.zip
GO_MODULE_FILES+= github.com/rcrowley/go-metrics/@v/v0.0.0-20181016184325-3113b8401b8a.mod
GO_MODULE_FILES+= github.com/rcrowley/go-metrics/@v/v0.0.0-20181016184325-3113b8401b8a.zip
GO_MODULE_FILES+= github.com/retailnext/hllpp/@v/v1.0.1-0.20180308014038-101a6d2f8b52.mod
GO_MODULE_FILES+= github.com/retailnext/hllpp/@v/v1.0.1-0.20180308014038-101a6d2f8b52.zip
GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v0.0.0-20150106093220-6724a57986af.mod
GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/rogpeppe/fastuuid/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.2.2.mod
GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/rogpeppe/go-internal/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/rs/cors/@v/v1.6.0.mod
GO_MODULE_FILES+= github.com/rs/cors/@v/v1.7.0.mod
GO_MODULE_FILES+= github.com/rs/cors/@v/v1.7.0.zip
GO_MODULE_FILES+= github.com/rs/xid/@v/v1.2.1.mod
GO_MODULE_FILES+= github.com/rs/xid/@v/v1.2.1.zip
GO_MODULE_FILES+= github.com/rs/zerolog/@v/v1.13.0.mod
GO_MODULE_FILES+= github.com/rs/zerolog/@v/v1.15.0.mod
GO_MODULE_FILES+= github.com/rs/zerolog/@v/v1.15.0.zip
GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.0.1.mod
GO_MODULE_FILES+= github.com/russross/blackfriday/v2/@v/v2.0.1.zip
GO_MODULE_FILES+= github.com/ryanuber/columnize/@v/v0.0.0-20160712163229-9b3edd62028f.mod
GO_MODULE_FILES+= github.com/ryanuber/columnize/@v/v2.1.0+incompatible.mod
GO_MODULE_FILES+= github.com/ryanuber/columnize/@v/v2.1.0+incompatible.zip
GO_MODULE_FILES+= github.com/safchain/ethtool/@v/v0.0.0-20190326074333-42ed695e3de8.mod
GO_MODULE_FILES+= github.com/safchain/ethtool/@v/v0.0.0-20190326074333-42ed695e3de8.zip
GO_MODULE_FILES+= github.com/samuel/go-zookeeper/@v/v0.0.0-20190923202752-2cc03de413da.mod
GO_MODULE_FILES+= github.com/samuel/go-zookeeper/@v/v0.0.0-20190923202752-2cc03de413da.zip
GO_MODULE_FILES+= github.com/santhosh-tekuri/jsonschema/@v/v1.2.4.mod
GO_MODULE_FILES+= github.com/santhosh-tekuri/jsonschema/@v/v1.2.4.zip
GO_MODULE_FILES+= github.com/satori/go.uuid/@v/v0.0.0-20160603004225-b111a074d5ef.mod
GO_MODULE_FILES+= github.com/satori/go.uuid/@v/v1.2.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/satori/go.uuid/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/scaleway/scaleway-sdk-go/@v/v1.0.0-beta.7.0.20210223165440-c65ae3540d44.mod
GO_MODULE_FILES+= github.com/scaleway/scaleway-sdk-go/@v/v1.0.0-beta.7.0.20210223165440-c65ae3540d44.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/schollz/progressbar/v3/@v/v3.7.2.mod
GO_MODULE_FILES+= github.com/schollz/progressbar/v3/@v/v3.7.2.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/seccomp/libseccomp-golang/@v/v0.9.1.mod
GO_MODULE_FILES+= github.com/seccomp/libseccomp-golang/@v/v0.9.1.zip
GO_MODULE_FILES+= github.com/segmentio/fasthash/@v/v0.0.0-20180216231524-a72b379d632e.mod
GO_MODULE_FILES+= github.com/segmentio/fasthash/@v/v0.0.0-20180216231524-a72b379d632e.zip
GO_MODULE_FILES+= github.com/segmentio/kafka-go/@v/v0.1.0.mod
GO_MODULE_FILES+= github.com/segmentio/kafka-go/@v/v0.2.0.mod
GO_MODULE_FILES+= github.com/segmentio/kafka-go/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/sercand/kuberesolver/@v/v2.1.0+incompatible.mod
GO_MODULE_FILES+= github.com/sercand/kuberesolver/@v/v2.4.0+incompatible.mod
GO_MODULE_FILES+= github.com/sercand/kuberesolver/@v/v2.4.0+incompatible.zip
GO_MODULE_FILES+= github.com/sergi/go-diff/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/sergi/go-diff/@v/v1.0.0.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-20200227202807-02e2044944cc.mod
GO_MODULE_FILES+= github.com/shopspring/decimal/@v/v0.0.0-20200227202807-02e2044944cc.zip
GO_MODULE_FILES+= github.com/shurcoo!l/httpfs/@v/v0.0.0-20190707220628-8d4bc4ba7749.mod
GO_MODULE_FILES+= github.com/shurcoo!l/httpfs/@v/v0.0.0-20190707220628-8d4bc4ba7749.zip
GO_MODULE_FILES+= github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/shurcoo!l/sanitized_anchor_name/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/shurcoo!l/vfsgen/@v/v0.0.0-20181202132449-6a9ea43bcacd.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= github.com/shurcoo!l/vfsgen/@v/v0.0.0-20200824052919-0d455de96546.mod
GO_MODULE_FILES+= github.com/shurcoo!l/vfsgen/@v/v0.0.0-20200824052919-0d455de96546.zip
GO_MODULE_FILES+= github.com/siebenmann/go-kstat/@v/v0.0.0-20160321171754-d34789b79745.mod
GO_MODULE_FILES+= github.com/siebenmann/go-kstat/@v/v0.0.0-20160321171754-d34789b79745.zip
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.0.4-0.20170822132746-89742aefa4b2.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.0.5.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.0.6.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.4.0.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.4.1.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.4.2.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.5.0.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.6.0.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.7.0.mod
GO_MODULE_FILES+= github.com/sirupsen/logrus/@v/v1.7.0.zip
GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v0.0.0-20180927180507-b2de0cb4f26d.mod
GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/smartystreets/assertions/@v/v1.0.1.zip
GO_MODULE_FILES+= github.com/smartystreets/goconvey/@v/v0.0.0-20190330032615-68dc04aab96a.mod
GO_MODULE_FILES+= github.com/smartystreets/goconvey/@v/v1.6.4.mod
GO_MODULE_FILES+= github.com/smartystreets/goconvey/@v/v1.6.4.zip
GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.4.mod
GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.5-0.20210205191134-5ec6847320e5.mod
GO_MODULE_FILES+= github.com/soheilhy/cmux/@v/v0.1.5-0.20210205191134-5ec6847320e5.zip
GO_MODULE_FILES+= github.com/sony/gobreaker/@v/v0.4.1.mod
GO_MODULE_FILES+= github.com/sony/gobreaker/@v/v0.4.1.zip
GO_MODULE_FILES+= github.com/soundcloud/go-runit/@v/v0.0.0-20150630195641-06ad41a06c4a.mod
GO_MODULE_FILES+= github.com/soundcloud/go-runit/@v/v0.0.0-20150630195641-06ad41a06c4a.zip
GO_MODULE_FILES+= github.com/spaolacci/murmur3/@v/v0.0.0-20180118202830-f09979ecbc72.mod
GO_MODULE_FILES+= github.com/spaolacci/murmur3/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/spaolacci/murmur3/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.1.2.mod
GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.2.2.mod
GO_MODULE_FILES+= github.com/spf13/afero/@v/v1.2.2.zip
GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.0.mod
GO_MODULE_FILES+= github.com/spf13/cast/@v/v1.3.0.zip
GO_MODULE_FILES+= github.com/spf13/cobra/@v/v0.0.2-0.20171109065643-2da4a54c5cee.mod
GO_MODULE_FILES+= github.com/spf13/cobra/@v/v0.0.3.mod
GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.1.1.mod
GO_MODULE_FILES+= github.com/spf13/cobra/@v/v1.1.1.zip
GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/spf13/jwalterweatherman/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/spf13/pflag/@v/v0.0.0-20170130214245-9ff6c6923cff.mod
GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.1-0.20171106142849-4c012f6dcd95.mod
GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.1.mod
GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.3.mod
GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.5.mod
GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.5.zip
GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.7.0.mod
GO_MODULE_FILES+= github.com/spf13/viper/@v/v1.7.0.zip
GO_MODULE_FILES+= github.com/streadway/amqp/@v/v0.0.0-20190404075320-75d898a42a94.mod
GO_MODULE_FILES+= github.com/streadway/amqp/@v/v0.0.0-20190827072141-edfb9018d271.mod
GO_MODULE_FILES+= github.com/streadway/amqp/@v/v0.0.0-20190827072141-edfb9018d271.zip
GO_MODULE_FILES+= github.com/streadway/handy/@v/v0.0.0-20190108123426-d5acb3125c2a.mod
GO_MODULE_FILES+= github.com/streadway/handy/@v/v0.0.0-20190108123426-d5acb3125c2a.zip
GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.0.0-20180129172003-8a3f7159479f.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.2.0.mod
GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.2.0.zip
GO_MODULE_FILES+= github.com/stretchr/testify/@v/v0.0.0-20151208002404-e3a8ff8ce365.mod
GO_MODULE_FILES+= github.com/stretchr/testify/@v/v0.0.0-20180303142811-b89eecf5ca5d.mod
GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.2.0.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.5.1.mod
GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.6.1.mod
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/subosito/gotenv/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/subosito/gotenv/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/syndtr/gocapability/@v/v0.0.0-20170704070218-db04d3cc01c8.mod
GO_MODULE_FILES+= github.com/syndtr/gocapability/@v/v0.0.0-20180916011248-d98352740cb2.mod
GO_MODULE_FILES+= github.com/syndtr/gocapability/@v/v0.0.0-20200815063812-42c35b437635.mod
GO_MODULE_FILES+= github.com/syndtr/gocapability/@v/v0.0.0-20200815063812-42c35b437635.zip
GO_MODULE_FILES+= github.com/tchap/go-patricia/@v/v2.2.6+incompatible.mod
GO_MODULE_FILES+= github.com/tchap/go-patricia/@v/v2.2.6+incompatible.zip
GO_MODULE_FILES+= github.com/testcontainers/testcontainers-go/@v/v0.10.1-0.20210318151656-2bbeb1e04514.mod
GO_MODULE_FILES+= github.com/testcontainers/testcontainers-go/@v/v0.10.1-0.20210318151656-2bbeb1e04514.zip
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.13.1-0.20200731083140-69b87607decf.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.13.1-0.20200807203500-9b578afb4763.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.13.1-0.20201019130456-f41940581d9a.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.13.1-0.20201030101306-47f9a225cc52.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.13.1-0.20210108102609-f85e4003ba51.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.13.1-0.20210204123931-82545cdd16fe.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.13.1-0.20210224074000-659446cab117.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.13.1-0.20210226164558-03dace0a1aa1.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.13.1-0.20210401085038-d7dff0c84d17.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.20.1.mod
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.20.1.zip
GO_MODULE_FILES+= github.com/thanos-io/thanos/@v/v0.8.1-0.20200109203923-552ffa4c1a0d.mod
GO_MODULE_FILES+= github.com/tidwall/pretty/@v/v0.0.0-20180105212114-65a9db5fad51.mod
GO_MODULE_FILES+= github.com/tidwall/pretty/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/tidwall/pretty/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/tinylib/msgp/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/tinylib/msgp/@v/v1.0.2.zip
GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20170815181823-89b8d40f7ca8.mod
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-20200427203606-3cfed13b9966.mod
GO_MODULE_FILES+= github.com/tmc/grpc-websocket-proxy/@v/v0.0.0-20200427203606-3cfed13b9966.zip
GO_MODULE_FILES+= github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.mod
GO_MODULE_FILES+= github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.zip
GO_MODULE_FILES+= github.com/uber/jaeger-client-go/@v/v2.15.0+incompatible.mod
GO_MODULE_FILES+= github.com/uber/jaeger-client-go/@v/v2.20.1+incompatible.mod
GO_MODULE_FILES+= github.com/uber/jaeger-client-go/@v/v2.22.1+incompatible.mod
GO_MODULE_FILES+= github.com/uber/jaeger-client-go/@v/v2.24.0+incompatible.mod
GO_MODULE_FILES+= github.com/uber/jaeger-client-go/@v/v2.25.0+incompatible.mod
GO_MODULE_FILES+= github.com/uber/jaeger-client-go/@v/v2.28.0+incompatible.mod
GO_MODULE_FILES+= github.com/uber/jaeger-client-go/@v/v2.28.0+incompatible.zip
GO_MODULE_FILES+= github.com/uber/jaeger-lib/@v/v1.5.1-0.20181102163054-1fc5c315e03c.mod
GO_MODULE_FILES+= github.com/uber/jaeger-lib/@v/v2.2.0+incompatible.mod
GO_MODULE_FILES+= github.com/uber/jaeger-lib/@v/v2.4.0+incompatible.mod
GO_MODULE_FILES+= github.com/uber/jaeger-lib/@v/v2.4.1+incompatible.mod
GO_MODULE_FILES+= github.com/uber/jaeger-lib/@v/v2.4.1+incompatible.zip
GO_MODULE_FILES+= github.com/urfave/cli/@v/v0.0.0-20171014202726-7bc6a0acffa5.mod
GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.20.0.mod
GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.22.1.mod
GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.22.2.mod
GO_MODULE_FILES+= github.com/urfave/cli/@v/v1.22.2.zip
GO_MODULE_FILES+= github.com/vektah/gqlparser/@v/v1.1.2.mod
GO_MODULE_FILES+= github.com/vektah/gqlparser/@v/v1.1.2.zip
GO_MODULE_FILES+= github.com/vishvananda/netlink/@v/v0.0.0-20181108222139-023a6dafdcdf.mod
GO_MODULE_FILES+= github.com/vishvananda/netlink/@v/v1.1.0.mod
GO_MODULE_FILES+= github.com/vishvananda/netlink/@v/v1.1.0.zip
GO_MODULE_FILES+= github.com/vishvananda/netns/@v/v0.0.0-20180720170159-13995c7128cc.mod
GO_MODULE_FILES+= github.com/vishvananda/netns/@v/v0.0.0-20191106174202-0a2b9b5464df.mod
GO_MODULE_FILES+= github.com/vishvananda/netns/@v/v0.0.0-20191106174202-0a2b9b5464df.zip
GO_MODULE_FILES+= github.com/weaveworks/common/@v/v0.0.0-20200206153930-760e36ae819a.mod
GO_MODULE_FILES+= github.com/weaveworks/common/@v/v0.0.0-20200625145055-4b1847531bc9.mod
GO_MODULE_FILES+= github.com/weaveworks/common/@v/v0.0.0-20200914083218-61ffdd448099.mod
GO_MODULE_FILES+= github.com/weaveworks/common/@v/v0.0.0-20201119133501-0619918236ec.mod
GO_MODULE_FILES+= github.com/weaveworks/common/@v/v0.0.0-20210112142934-23c8d7fa6120.mod
GO_MODULE_FILES+= github.com/weaveworks/common/@v/v0.0.0-20210419092856-009d1eebd624.mod
GO_MODULE_FILES+= github.com/weaveworks/common/@v/v0.0.0-20210419092856-009d1eebd624.zip
GO_MODULE_FILES+= github.com/weaveworks/promrus/@v/v1.2.0.mod
GO_MODULE_FILES+= github.com/weaveworks/promrus/@v/v1.2.0.zip
GO_MODULE_FILES+= github.com/willf/bitset/@v/v1.1.11-0.20200630133818-d5bec3311243.mod
GO_MODULE_FILES+= github.com/willf/bitset/@v/v1.1.11.mod
GO_MODULE_FILES+= github.com/willf/bitset/@v/v1.1.11.zip
GO_MODULE_FILES+= github.com/willf/bitset/@v/v1.1.3.mod
GO_MODULE_FILES+= github.com/xanzy/go-gitlab/@v/v0.15.0.mod
GO_MODULE_FILES+= github.com/xanzy/go-gitlab/@v/v0.15.0.zip
GO_MODULE_FILES+= github.com/xdg-go/pbkdf2/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/xdg-go/pbkdf2/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/xdg-go/scram/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/xdg-go/scram/@v/v1.0.2.zip
GO_MODULE_FILES+= github.com/xdg-go/stringprep/@v/v1.0.2.mod
GO_MODULE_FILES+= github.com/xdg-go/stringprep/@v/v1.0.2.zip
GO_MODULE_FILES+= github.com/xdg/scram/@v/v0.0.0-20180814205039-7eeb5667e42c.mod
GO_MODULE_FILES+= github.com/xdg/scram/@v/v0.0.0-20180814205039-7eeb5667e42c.zip
GO_MODULE_FILES+= github.com/xdg/stringprep/@v/v0.0.0-20180714160509-73f8eece6fdc.mod
GO_MODULE_FILES+= github.com/xdg/stringprep/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/xdg/stringprep/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/xeipuuv/gojsonpointer/@v/v0.0.0-20180127040702-4e3ac2762d5f.mod
GO_MODULE_FILES+= github.com/xeipuuv/gojsonpointer/@v/v0.0.0-20180127040702-4e3ac2762d5f.zip
GO_MODULE_FILES+= github.com/xeipuuv/gojsonreference/@v/v0.0.0-20180127040603-bd5ef7bd5415.mod
GO_MODULE_FILES+= github.com/xeipuuv/gojsonreference/@v/v0.0.0-20180127040603-bd5ef7bd5415.zip
GO_MODULE_FILES+= github.com/xeipuuv/gojsonschema/@v/v0.0.0-20180618132009-1d523034197f.mod
GO_MODULE_FILES+= github.com/xeipuuv/gojsonschema/@v/v0.0.0-20180618132009-1d523034197f.zip
GO_MODULE_FILES+= github.com/xiang90/probing/@v/v0.0.0-20190116061207-43a291ad63a2.mod
GO_MODULE_FILES+= github.com/xiang90/probing/@v/v0.0.0-20190116061207-43a291ad63a2.zip
GO_MODULE_FILES+= github.com/xlab/treeprint/@v/v0.0.0-20180616005107-d6fb6747feb6.mod
GO_MODULE_FILES+= github.com/xlab/treeprint/@v/v1.0.0.mod
GO_MODULE_FILES+= github.com/xlab/treeprint/@v/v1.0.0.zip
GO_MODULE_FILES+= github.com/youmark/pkcs8/@v/v0.0.0-20181117223130-1be2e3e5546d.mod
GO_MODULE_FILES+= github.com/youmark/pkcs8/@v/v0.0.0-20181117223130-1be2e3e5546d.zip
GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.1.25.mod
GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.1.27.mod
GO_MODULE_FILES+= github.com/yuin/goldmark/@v/v1.1.32.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+= github.com/yuin/gopher-lua/@v/v0.0.0-20200816102855-ee81675732da.mod
GO_MODULE_FILES+= github.com/yuin/gopher-lua/@v/v0.0.0-20200816102855-ee81675732da.zip
GO_MODULE_FILES+= github.com/yvasiyarov/go-metrics/@v/v0.0.0-20140926110328-57bccd1ccd43.mod
GO_MODULE_FILES+= github.com/yvasiyarov/go-metrics/@v/v0.0.0-20140926110328-57bccd1ccd43.zip
GO_MODULE_FILES+= github.com/yvasiyarov/gorelic/@v/v0.0.0-20141212073537-a9bba5b9ab50.mod
GO_MODULE_FILES+= github.com/yvasiyarov/gorelic/@v/v0.0.0-20141212073537-a9bba5b9ab50.zip
GO_MODULE_FILES+= github.com/yvasiyarov/newrelic_platform_go/@v/v0.0.0-20140908184405-b21fdbd4370f.mod
GO_MODULE_FILES+= github.com/yvasiyarov/newrelic_platform_go/@v/v0.0.0-20140908184405-b21fdbd4370f.zip
GO_MODULE_FILES+= github.com/zenazn/goji/@v/v0.9.0.mod
GO_MODULE_FILES+= github.com/zenazn/goji/@v/v0.9.0.zip
GO_MODULE_FILES+= gitlab.com/nyarla/go-crypt/@v/v0.0.0-20160106005555-d9a5dc2b789b.mod
GO_MODULE_FILES+= gitlab.com/nyarla/go-crypt/@v/v0.0.0-20160106005555-d9a5dc2b789b.zip
GO_MODULE_FILES+= go.elastic.co/apm/@v/v1.11.0.mod
GO_MODULE_FILES+= go.elastic.co/apm/@v/v1.11.0.zip
GO_MODULE_FILES+= go.elastic.co/apm/@v/v1.5.0.mod
GO_MODULE_FILES+= go.elastic.co/apm/module/apmhttp/@v/v1.11.0.mod
GO_MODULE_FILES+= go.elastic.co/apm/module/apmhttp/@v/v1.11.0.zip
GO_MODULE_FILES+= go.elastic.co/apm/module/apmhttp/@v/v1.5.0.mod
GO_MODULE_FILES+= go.elastic.co/apm/module/apmot/@v/v1.11.0.mod
GO_MODULE_FILES+= go.elastic.co/apm/module/apmot/@v/v1.11.0.zip
GO_MODULE_FILES+= go.elastic.co/apm/module/apmot/@v/v1.5.0.mod
GO_MODULE_FILES+= go.elastic.co/fastjson/@v/v1.0.0.mod
GO_MODULE_FILES+= go.elastic.co/fastjson/@v/v1.1.0.mod
GO_MODULE_FILES+= go.elastic.co/fastjson/@v/v1.1.0.zip
GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.2.mod
GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.3.mod
GO_MODULE_FILES+= go.etcd.io/bbolt/@v/v1.3.5-0.20200615073812-232d8fc87f50.mod
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.etcd.io/etcd/@v/v0.0.0-20190709142735-eb7dd97135a5.mod
GO_MODULE_FILES+= go.etcd.io/etcd/@v/v0.0.0-20191023171146-3cf2f69b5738.mod
GO_MODULE_FILES+= go.etcd.io/etcd/@v/v0.5.0-alpha.5.0.20200520232829-54ba9589114f.mod
GO_MODULE_FILES+= go.etcd.io/etcd/@v/v0.5.0-alpha.5.0.20200910180754-dd1b699fc489.mod
GO_MODULE_FILES+= go.etcd.io/etcd/@v/v0.5.0-alpha.5.0.20200910180754-dd1b699fc489.zip
GO_MODULE_FILES+= go.etcd.io/etcd/api/v3/@v/v3.5.0-alpha.0.mod
GO_MODULE_FILES+= go.etcd.io/etcd/api/v3/@v/v3.5.0-alpha.0.zip
GO_MODULE_FILES+= go.etcd.io/etcd/client/v2/@v/v2.305.0-alpha.0.mod
GO_MODULE_FILES+= go.etcd.io/etcd/client/v2/@v/v2.305.0-alpha.0.zip
GO_MODULE_FILES+= go.etcd.io/etcd/client/v3/@v/v3.5.0-alpha.0.0.20210225194612-fa82d11a958a.mod
GO_MODULE_FILES+= go.etcd.io/etcd/client/v3/@v/v3.5.0-alpha.0.0.20210225194612-fa82d11a958a.zip
GO_MODULE_FILES+= go.etcd.io/etcd/client/v3/@v/v3.5.0-alpha.0.mod
GO_MODULE_FILES+= go.etcd.io/etcd/pkg/v3/@v/v3.5.0-alpha.0.mod
GO_MODULE_FILES+= go.etcd.io/etcd/pkg/v3/@v/v3.5.0-alpha.0.zip
GO_MODULE_FILES+= go.etcd.io/etcd/raft/v3/@v/v3.5.0-alpha.0.mod
GO_MODULE_FILES+= go.etcd.io/etcd/raft/v3/@v/v3.5.0-alpha.0.zip
GO_MODULE_FILES+= go.etcd.io/etcd/server/v3/@v/v3.5.0-alpha.0.0.20210225194612-fa82d11a958a.mod
GO_MODULE_FILES+= go.etcd.io/etcd/server/v3/@v/v3.5.0-alpha.0.0.20210225194612-fa82d11a958a.zip
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.0.3.mod
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.1.0.mod
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.1.1.mod
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.1.2.mod
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.3.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.3.4.mod
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.4.3.mod
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.4.4.mod
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.4.6.mod
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.5.1.mod
GO_MODULE_FILES+= go.mongodb.org/mongo-driver/@v/v1.5.1.zip
GO_MODULE_FILES+= go.opencensus.io/@v/v0.20.1.mod
GO_MODULE_FILES+= go.opencensus.io/@v/v0.20.2.mod
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.2.mod
GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.4.mod
GO_MODULE_FILES+= go.opencensus.io/@v/v0.22.5.mod
GO_MODULE_FILES+= go.opencensus.io/@v/v0.23.0.mod
GO_MODULE_FILES+= go.opencensus.io/@v/v0.23.0.zip
GO_MODULE_FILES+= go.opentelemetry.io/otel/@v/v0.11.0.mod
GO_MODULE_FILES+= go.opentelemetry.io/otel/@v/v0.11.0.zip
GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.3.2.mod
GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.4.0.mod
GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.5.0.mod
GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.5.1.mod
GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.6.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.7.0.mod
GO_MODULE_FILES+= go.uber.org/atomic/@v/v1.7.0.zip
GO_MODULE_FILES+= go.uber.org/automaxprocs/@v/v1.2.0.mod
GO_MODULE_FILES+= go.uber.org/automaxprocs/@v/v1.2.0.zip
GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.10.mod
GO_MODULE_FILES+= go.uber.org/goleak/@v/v1.1.10.zip
GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.1.0.mod
GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.3.0.mod
GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.4.0.mod
GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.5.0.mod
GO_MODULE_FILES+= go.uber.org/multierr/@v/v1.5.0.zip
GO_MODULE_FILES+= go.uber.org/tools/@v/v0.0.0-20190618225709-2cfd321de3ee.mod
GO_MODULE_FILES+= go.uber.org/tools/@v/v0.0.0-20190618225709-2cfd321de3ee.zip
GO_MODULE_FILES+= go.uber.org/zap/@v/v1.10.0.mod
GO_MODULE_FILES+= go.uber.org/zap/@v/v1.13.0.mod
GO_MODULE_FILES+= go.uber.org/zap/@v/v1.14.1.mod
GO_MODULE_FILES+= go.uber.org/zap/@v/v1.16.0.mod
GO_MODULE_FILES+= go.uber.org/zap/@v/v1.16.0.zip
GO_MODULE_FILES+= go.uber.org/zap/@v/v1.9.1.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20171113213409-9f005a07e0d3.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20180608092829-8ac0e0d97ce4.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20181009213950-7c1a557ab941.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20181029021203-45a5f77698d3.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190211182817-74369b46fc67.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190320223903-b7391e95e576.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190325154230-a5d413f7728c.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190411191339-88737f569e3a.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190422162423-af44ce270edf.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190426145343-a29dc8fdc734.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190510104115-cbcb75029529.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190513172903-22d7a77e9e5f.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190530122614-20be4c3c3ed5.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190605123033-f99c8df09eb5.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-20190617133340-57b3e21c3d56.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190701094942-4def268fd1a4.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190820162420-60c769a6c586.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20190911031432-227b76d455e7.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-20191112222119-e1110fd1c708.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20191202143827-86a70503ff7e.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-20200302210943-78000ba7a073.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200323165209-0ec3e9974c59.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-20200709230013-948cd5f35899.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20200728195943-123391ffb6de.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20201002170205-7f63de1d35b0.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20201112155050-0c6587e931a9.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20201208171446-5f87f3452ae9.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20201221181555-eec23a3978ad.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210220033148-5ea612d1eb83.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210322153248-0c34fe9e7dc2.mod
GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210322153248-0c34fe9e7dc2.zip
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20180321215751-8460e604b9de.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20180807140117-3d87b88a115f.mod
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-20190125153040-c74c464bbbf2.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190306152737-a1d7652674e8.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190510132918-efd6b22b2522.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20190829153037-c13cbed26979.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20191029154019-8994fa331a53.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20191030013958-a1ab85dbe136.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20191129062945-2f5052295587.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20191227195350-da58074b4299.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200119233911-0405dc783f0a.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200207192155-f17229e696bd.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200331195152-e8c3332aa8e5.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200821190819-94841d0725da.mod
GO_MODULE_FILES+= golang.org/x/exp/@v/v0.0.0-20200821190819-94841d0725da.zip
GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20180708004352-c73c2afc3b81.mod
GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190227222117-0694c2d4d067.mod
GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.mod
GO_MODULE_FILES+= golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.zip
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190409202823-959b441ac422.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190909230951-414d861bb4ac.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20190930215403-16217165b5de.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20191125180803-fdd1cda4f05f.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20200130185559-910be7a94367.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20201208152925-83fdc39ff7b5.mod
GO_MODULE_FILES+= golang.org/x/lint/@v/v0.0.0-20201208152925-83fdc39ff7b5.zip
GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190312151609-d3739f865fa6.mod
GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.mod
GO_MODULE_FILES+= golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.zip
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.0.0-20190513183733-4bf6d317e70e.mod
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.1.0.mod
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.1.1-0.20191105210325-c90efee705ee.mod
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.1.1-0.20191107180719-034126e5016b.mod
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.2.0.mod
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.3.0.mod
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.0.mod
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.1.mod
GO_MODULE_FILES+= golang.org/x/mod/@v/v0.4.1.zip
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20170114055629-f2499483f923.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20180906233101-161cd47e91fd.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181005035420-146acd28ed58.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181011144130-49bb7cea24b1.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181023162649-9b4f9f5ad519.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181108082009-03003ca0c849.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181201002055-351d144fa1fc.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20181220203305-927f97764cc3.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190125091013-d26f9f9a57f3.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190320064053-1272bf9dcd53.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190424112056-4829fb13d2c6.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190503192946-f4e77d36d62c.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190522155817-f3200d17e092.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190603091049-60506f45cf65.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190613194153-d28f0bde5980.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190619014844-b5b0513f8c1b.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190628185345-da137c7871d7.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190724013045-ca1201d0de80.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190813141303-74dc4d7220e7.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190827160401-ba9fcec4b297.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190921015927-1a5e07d1ff72.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20190923162816-aa69164e4478.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20191002035440-2ec189313ef0.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20191004110552-13f9640d40b9.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20191007182048-72f939374954.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20191112182307-2180aed22343.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20191126235420-ef20fe5d7933.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20191209160850-c0dbc17a3553.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200114155413-6afb5195e5aa.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200202094626-16171245cfb2.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200222125558-5a598a2470a0.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200226121028-0de0cce0169b.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200301022130-244492dfa37a.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200324143707-d3edc9973b7e.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200421231249-e086a090c8fd.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200501053045-e0ff5e5a1de5.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200506145744-7e3656a0809f.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200513185701-a91f0712d120.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200520004742-59133d7f0dd7.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200520182314-0ba52f642ac2.mod
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-20200625001655-4c5254603344.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20200822124328-c89045814202.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201006153459-a7d1128ccaa0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
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-20201031054903-ff519b6c9102.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201110031124-69a78807bb2b.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201202161906-c7110b5ffcbb.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201209123823-ac852fbbde11.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20201224014010-6772e930b67b.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210119194325-5f4716e94777.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210224082022-3d97a244fca7.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-20210316092652-d523dce5a7f4.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210324051636-2c4c8ecb7826.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210503060351-7fd8e65b6420.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210505214959-0714010a04ed.mod
GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210505214959-0714010a04ed.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-20181106182150-f42d05182288.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-20190402181905-9f3314589c9a.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20190604053449-0f29369cfe45.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20191202225959-858c2ad4c8b6.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20200107190931-bf48bf16ab8d.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20200902213428-5d25da1a8d43.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20201109201403-9fd604954f58.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20201208152858-08078c50e5b5.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210210192628-66670185b0cd.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210218202405-ba52d332ba99.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210220000619-9bb904979d93.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210313182246-cd4f82c27b84.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210323180902-22b0adad7558.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210427180440-81ed05c6b58c.mod
GO_MODULE_FILES+= golang.org/x/oauth2/@v/v0.0.0-20210427180440-81ed05c6b58c.zip
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190227155943-e225da77a7e6.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190412183630-56d357773e84.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20190911185100-cd5d95a43a6e.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20200317015054-43a5402ce75a.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20200625203802-6e8e738ad208.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20200930132711-30421366ff76.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20201020160332-67f06af15bc9.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20201207232520-09787c993a3a.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20210220032951-036812b2e83c.mod
GO_MODULE_FILES+= golang.org/x/sync/@v/v0.0.0-20210220032951-036812b2e83c.zip
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20170830134202-bb24a47a89ea.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20180823144017-11551d06cbcc.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20180905080454-ebe1bf3edb33.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20180909124046-d0be0721c37e.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181026203630-95b1ffbd15a5.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181107165924-66b7b1311ac8.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20181122145206-62eef0e2fa9b.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190102155601-82a175fd1598.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190204203706-41f3e6584952.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190209173611-3b5209105503.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190222072716-a9d3bda3a223.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190312061237-fead79001313.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190321052220-f7bb7a8bee54.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190403152447-81d4e9dc473e.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190411185658-b44545bcd369.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190419153524-e8e3143a4f4a.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190422165155-953cdadca894.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190425145619-16072639606e.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190426135247-a129542de9ae.mod
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-20190514135907-3a4b5fb9f71f.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190522044717-8097e1b27ff5.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190531175056-4c3a928424d2.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190602015325-4c4f7f33c9ed.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190606165138-5da285871e9c.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190606203320-7fc4e5ec1444.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190616124812-15dcb6c0061f.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190624142023-c5567b49c5d0.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190726091711-fc99dfbffb4e.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190801041406-cbf593c0f2f3.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190812073006-9eafafc0a87e.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-20190826190057-c7b8b68b1456.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190902133755-9109b7679e13.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190904154756-749cb33beabd.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-20191001151750-bb3f8db39f24.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191005200804-aed5e4c7ecf9.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-20191010194322-b09406accb47.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-20191025021431-6c3a3bfe00ae.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-20191112214154-59a1497f0cea.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191113165036-4c7a9d0fe056.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191115151921-52ab43148777.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191120155948-bd437916bb0e.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191128015809-6d18c012aee9.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-20191210023423-ac6580df4449.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191220142924-d4481acd189f.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20191228213918-04cbcbbfeed8.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200106162015-b016eb3dc98e.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200107162124-548cf772de50.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200113162924-86b910548bc1.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-20200120151820-655fe14d7479.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-20200212091648-12a6c2dcc1e4.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200217220822-9197077df867.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200223170610-d5e6a3e2c0ae.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200302150141-5c8b2ff67527.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-20200331124033-c3d80250170d.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200420163511-1957bb5e6d1f.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200501052902-10377860bb8e.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200511232937-7e40ca221e25.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200515095857-1151b9dac4a9.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200519105757-fe76b779f299.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200523222454-059865788121.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200615200032-f1bc736245b1.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200625212154-ddb9806d33ae.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200728102440-3e129f6d46b1.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200803210538-64077c9b5642.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200831180312-196b9ba8737a.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200905004654-be1d3432aa8f.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200909081042-eff7692f9009.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200916030750-2334cc1a136f.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20200922070232-aee5d888a860.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
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-20201009025420-dfb3f7c4e634.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201015000850-e3ed0017c211.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201112073958-5cba982894dd.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201113135734-0a15ea8d9b02.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-20201201145000-ef89a241ccb3.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201202213521-69691e467435.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201214210602-f9fddec55a1e.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210104204734-6f8348627aad.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210119212857-b64e53b001e4.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210124154548-22da62e12c0c.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210220050731-9a76102bfb43.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210225134936-a50acf3fe073.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-20210305230114-8fe3ee5dd75b.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210309074719-68d13333faf2.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210314195730-07df6a141424.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210315160823-c6e025ad8005.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210320140829-1e4c9ba3b0c4.mod
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-20210503080704-8803ae5d1324.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210503173754-0981d6026fa6.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210503173754-0981d6026fa6.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20201117132131-f5c789dd3221.mod
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-20210220032956-6a3ed077a48d.mod
GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20210220032956-6a3ed077a48d.zip
GO_MODULE_FILES+= golang.org/x/text/@v/v0.0.0-20160726164857-2910a502d2bf.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.0.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.2.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.4.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.5.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.6.mod
GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.6.zip
GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20180412165947-fbb02b2291d2.mod
GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod
GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20190308202827-9d24e82272b4.mod
GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.mod
GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20200630173020-3af7569d3a1e.mod
GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20201208040808-7e3f01d25324.mod
GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20210220033141-f8bda1e9f3ba.mod
GO_MODULE_FILES+= golang.org/x/time/@v/v0.0.0-20210220033141-f8bda1e9f3ba.zip
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180221164845-07fd8470d635.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180525024113-a5b4c53f6e8b.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180828015842-6cd1fcedba52.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20181011042414-1f849cf54d09.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20181030221726-6c7e314b6563.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190125232054-d66bd3c5d5a6.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190206041539-40960b6deb8e.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod
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-20190312151545-0bb0c0a6e846.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-20190328211700-ab21143f2384.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190329151228-23e29df326fe.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190416151739-9c9e1878f421.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190420181800-aa740d480789.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190425150028-36563e24a262.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190425163242-31fd60d6bfdc.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190425222832-ad9eeb80039a.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-20190531172133-b3315ee88b7d.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190606124116-d0a3d012864b.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190614205625-5aca471b1d59.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190617190820-da514acc4774.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190621195816-6e04913cbbac.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
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-20190628153133-6cdbf07be9d0.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190813034749-528a2984e271.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190816200558-6889da9d5479.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20190823170909-c4a336ef6a2f.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-20190911174233-4f2ddba30aff.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191012152004-8de300cfc20a.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191029041327-9cc4af7d6b2c.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191029190741-b9c20aec41a5.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-20191111182352-50fa39b762bc.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191112195655-aa38f8e97acc.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191113191852-77e3bb0ad9e7.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191115202509-3a792d9c32b2.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191125144606-a911d9008d1f.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191130070609-6e064ea0cf2d.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191203134012-c197fd4bf371.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191216052735-49a3e744a425.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191216173652-a0e659d51361.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20191227053925-7b8e75db28f4.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200103221440-774c71fcf114.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200108203644-89082a384178.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200117161641-43d50277825c.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200122220014-bf1340f18c4a.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200130002326-2f3ba24bd6e7.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200204074204-1cc6d1ef6c74.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200207183749-b753a1ba74fa.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200212150539-ea181f53ac56.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200216192241-b320d3a0f5a2.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200224181240-023911ca70b2.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200227222343-706bc42d1f0d.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200304193943-95d2e580d8eb.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200312045724-11d5b4c81c7d.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200331025713-a30bf2db82d4.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200501065659-ab2804fb9c9d.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200509030707-2212a7e161a5.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200512131952-2bc93b1c0c88.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200513201620-d5fe73897c97.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200515010526-7d3b6ebf133d.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200618134242-20370b0cb4b2.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200619180055-7c47624df98f.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200729194436-6467de6f59a7.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200804011535-6c149bb5ef0d.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20200904185747-39188db58858.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201014170642-d1624618ad65.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201110124207-079ba7bd75cd.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201201161351-ac6f37ff4c2a.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20201208233053-a543418bbed2.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20210105154028-b0ab187a4818.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20210106214847-113979e3529a.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.0.mod
GO_MODULE_FILES+= golang.org/x/tools/@v/v0.1.0.zip
GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190410155217-1f06c39b4373.mod
GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190513163551-3ee3066db522.mod
GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod
GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod
GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod
GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.mod
GO_MODULE_FILES+= golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.zip
GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.0.0-20180816165407-929014505bf4.mod
GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.0.0-20181121035319-3f7ecaa7e8ca.mod
GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.6.0.mod
GO_MODULE_FILES+= gonum.org/v1/gonum/@v/v0.6.0.zip
GO_MODULE_FILES+= gonum.org/v1/netlib/@v/v0.0.0-20181029234149-ec6d1f5cefe6.mod
GO_MODULE_FILES+= gonum.org/v1/netlib/@v/v0.0.0-20190313105609-8cb42192e0e0.mod
GO_MODULE_FILES+= gonum.org/v1/netlib/@v/v0.0.0-20190313105609-8cb42192e0e0.zip
GO_MODULE_FILES+= gonum.org/v1/plot/@v/v0.0.0-20190515093506-e2840ee46a6b.mod
GO_MODULE_FILES+= gonum.org/v1/plot/@v/v0.0.0-20190515093506-e2840ee46a6b.zip
GO_MODULE_FILES+= google.golang.org/api/@v/v0.0.0-20160322025152-9bf6e6e569ff.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.13.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.14.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.15.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.17.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.18.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/api/@v/v0.19.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.20.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/api/@v/v0.22.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.24.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.28.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.29.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.3.1.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.3.2.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/api/@v/v0.30.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.32.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/api/@v/v0.35.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.36.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.39.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.4.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.40.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.41.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.42.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.43.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.46.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.46.0.zip
GO_MODULE_FILES+= google.golang.org/api/@v/v0.7.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.8.0.mod
GO_MODULE_FILES+= google.golang.org/api/@v/v0.9.0.mod
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.1.0.mod
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.2.0.mod
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.3.0.mod
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.4.0.mod
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.5.0.mod
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.1.mod
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.5.mod
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.6.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.7.mod
GO_MODULE_FILES+= google.golang.org/appengine/@v/v1.6.7.zip
GO_MODULE_FILES+= google.golang.org/cloud/@v/v0.0.0-20151119220103-975617b05ea8.mod
GO_MODULE_FILES+= google.golang.org/cloud/@v/v0.0.0-20151119220103-975617b05ea8.zip
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20180608181217-32ee49c4dd80.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190404172233-64821d5d2107.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190502173448-54afdca5d873.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190522204451-c2c4e71fbf69.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190530194941-fb225487d101.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190716160619-c506a9f90610.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190801165951-fa694d86fc64.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190819201941-24fa4b261c55.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190911173649-1774047e7e51.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20190927181202-20e1ac93f88c.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20191028173616-919d9bdd9fe6.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20191108220845-16a3f7862a1a.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20191115194625-c23dd37a84c9.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20191216164720-4f79533eabd1.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20191230161307-f3c370f40bfb.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200108215221-bd8f9a0ef82f.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200115191322-ca5a22157cba.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200117163144-32f20d992d24.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200122232147-0452cf42e150.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200204135345-fa8e72b47b90.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200212174721-66ed5ce911ce.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200224152610-e50cd9704f63.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200228133532-8c2c7df3a383.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200305110556-506484158171.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200312145019-da6875a35672.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200331122359-1ee6d9798940.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200423170343-7949de9c1215.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200430143042-b979b6f78d84.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200511104702-f5ebc3bea380.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200513103714-09dca8ec2884.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200515170657-fc4c6c6a6587.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200526211855-cb27e3aa2013.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200618031413-b414f8b61790.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200710124503-20a17af7bd0e.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200724131911-43cab4749ae7.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200729003335-053ba62fc06f.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200804131852-c06518451d9c.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200815001618-f69a88009b70.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200825200019-8632dd797987.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20200904004341-0bd0a958aa1d.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201109203340-2640f1f9cdfb.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201110150050-8816d57aaa9a.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201201144952-b05cb90ed32e.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201210142538-e3217bee35cc.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20201214200347-8c77b98c765d.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210222152913-aa3ee6e6a81c.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210303154014-9728d6b83eeb.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210310155132-4ce2db91004e.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210312152112-fc591d9ea70f.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210319143718-93e7006c17a6.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210402141018-6c239bbf2bb1.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210429181445-86c259c2b4ab.mod
GO_MODULE_FILES+= google.golang.org/genproto/@v/v0.0.0-20210429181445-86c259c2b4ab.zip
GO_MODULE_FILES+= google.golang.org/grpc/@v/v0.0.0-20160317175043-d3ddb4469d5a.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.14.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.17.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.19.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.20.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.20.1.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.21.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.21.1.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.22.1.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.23.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.23.1.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.24.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.25.1.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.26.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.27.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.27.1.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.28.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.29.1.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.30.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.31.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.31.1.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.32.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.33.1.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.33.2.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.34.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.35.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.36.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.36.1.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.37.0.mod
GO_MODULE_FILES+= google.golang.org/grpc/@v/v1.37.0.zip
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200109180630-ec00e32a8dfd.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200221191635-4d8936d0db64.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v0.0.0-20200228230310-ab0ca4ff8a60.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.20.1-0.20200309200217-e05f789c0967.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.21.0.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.22.0.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.23.0.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.23.1-0.20200526195155-81db48ad09cc.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.24.0.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.25.0.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.26.0-rc.1.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.26.0.mod
GO_MODULE_FILES+= google.golang.org/protobuf/@v/v1.26.0.zip
GO_MODULE_FILES+= gopkg.in/airbrake/gobrake.v2/@v/v2.0.9.mod
GO_MODULE_FILES+= gopkg.in/airbrake/gobrake.v2/@v/v2.0.9.zip
GO_MODULE_FILES+= gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.mod
GO_MODULE_FILES+= gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.zip
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20141024133853-64131543e789.mod
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.mod
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20200227125254-8fa46927fb4f.mod
GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20200227125254-8fa46927fb4f.zip
GO_MODULE_FILES+= gopkg.in/cheggaaa/pb.v1/@v/v1.0.25.mod
GO_MODULE_FILES+= gopkg.in/cheggaaa/pb.v1/@v/v1.0.25.zip
GO_MODULE_FILES+= gopkg.in/errgo.v2/@v/v2.1.0.mod
GO_MODULE_FILES+= gopkg.in/errgo.v2/@v/v2.1.0.zip
GO_MODULE_FILES+= gopkg.in/fsnotify.v1/@v/v1.4.7.mod
GO_MODULE_FILES+= gopkg.in/fsnotify.v1/@v/v1.4.7.zip
GO_MODULE_FILES+= gopkg.in/fsnotify/fsnotify.v1/@v/v1.4.7.mod
GO_MODULE_FILES+= gopkg.in/fsnotify/fsnotify.v1/@v/v1.4.7.zip
GO_MODULE_FILES+= gopkg.in/gcfg.v1/@v/v1.2.3.mod
GO_MODULE_FILES+= gopkg.in/gcfg.v1/@v/v1.2.3.zip
GO_MODULE_FILES+= gopkg.in/gemnasium/logrus-airbrake-hook.v2/@v/v2.1.2.mod
GO_MODULE_FILES+= gopkg.in/gemnasium/logrus-airbrake-hook.v2/@v/v2.1.2.zip
GO_MODULE_FILES+= gopkg.in/inconshreveable/log15.v2/@v/v2.0.0-20180818164646-67afb5ed74ec.mod
GO_MODULE_FILES+= gopkg.in/inconshreveable/log15.v2/@v/v2.0.0-20180818164646-67afb5ed74ec.zip
GO_MODULE_FILES+= gopkg.in/inf.v0/@v/v0.9.1.mod
GO_MODULE_FILES+= gopkg.in/inf.v0/@v/v0.9.1.zip
GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.42.0.mod
GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.51.0.mod
GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.57.0.mod
GO_MODULE_FILES+= gopkg.in/ini.v1/@v/v1.57.0.zip
GO_MODULE_FILES+= gopkg.in/natefinch/lumberjack.v2/@v/v2.0.0.mod
GO_MODULE_FILES+= gopkg.in/natefinch/lumberjack.v2/@v/v2.0.0.zip
GO_MODULE_FILES+= gopkg.in/resty.v1/@v/v1.12.0.mod
GO_MODULE_FILES+= gopkg.in/resty.v1/@v/v1.12.0.zip
GO_MODULE_FILES+= gopkg.in/square/go-jose.v2/@v/v2.2.2.mod
GO_MODULE_FILES+= gopkg.in/square/go-jose.v2/@v/v2.3.1.mod
GO_MODULE_FILES+= gopkg.in/square/go-jose.v2/@v/v2.3.1.zip
GO_MODULE_FILES+= gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.mod
GO_MODULE_FILES+= gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.zip
GO_MODULE_FILES+= gopkg.in/warnings.v0/@v/v0.1.2.mod
GO_MODULE_FILES+= gopkg.in/warnings.v0/@v/v0.1.2.zip
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.0.0-20170812160011-eb3733d160e7.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.1.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.2.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.3.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.4.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.5.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.7.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.8.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.3.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.4.0.mod
GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.4.0.zip
GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200605160147-a5ece683394c.mod
GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20200615113413-eeeca48fe776.mod
GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.mod
GO_MODULE_FILES+= gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.zip
GO_MODULE_FILES+= gotest.tools/@v/v2.2.0+incompatible.mod
GO_MODULE_FILES+= gotest.tools/@v/v2.2.0+incompatible.zip
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= gotest.tools/v3/@v/v3.0.2.mod
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-20180728063816-88497007e858.mod
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.1-2019.2.3.mod
GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2020.1.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2020.1.4.mod
GO_MODULE_FILES+= honnef.co/go/tools/@v/v0.0.1-2020.1.4.zip
GO_MODULE_FILES+= howett.net/plist/@v/v0.0.0-20181124034731-591f970eefbb.mod
GO_MODULE_FILES+= howett.net/plist/@v/v0.0.0-20181124034731-591f970eefbb.zip
GO_MODULE_FILES+= k8s.io/api/@v/v0.0.0-20191115095533-47f6de673b26.mod
GO_MODULE_FILES+= k8s.io/api/@v/v0.18.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= k8s.io/api/@v/v0.20.1.mod
GO_MODULE_FILES+= k8s.io/api/@v/v0.21.0.mod
GO_MODULE_FILES+= k8s.io/api/@v/v0.21.0.zip
GO_MODULE_FILES+= k8s.io/apimachinery/@v/v0.0.0-20191115015347-3c7067801da2.mod
GO_MODULE_FILES+= k8s.io/apimachinery/@v/v0.18.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= k8s.io/apimachinery/@v/v0.20.1.mod
GO_MODULE_FILES+= k8s.io/apimachinery/@v/v0.21.0.mod
GO_MODULE_FILES+= k8s.io/apimachinery/@v/v0.21.0.zip
GO_MODULE_FILES+= k8s.io/apiserver/@v/v0.20.1.mod
GO_MODULE_FILES+= k8s.io/apiserver/@v/v0.20.1.zip
GO_MODULE_FILES+= k8s.io/client-go/@v/v0.18.3.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= k8s.io/client-go/@v/v0.20.1.mod
GO_MODULE_FILES+= k8s.io/client-go/@v/v0.21.0.mod
GO_MODULE_FILES+= k8s.io/client-go/@v/v0.21.0.zip
GO_MODULE_FILES+= k8s.io/component-base/@v/v0.20.1.mod
GO_MODULE_FILES+= k8s.io/component-base/@v/v0.20.1.zip
GO_MODULE_FILES+= k8s.io/cri-api/@v/v0.17.3.mod
GO_MODULE_FILES+= k8s.io/cri-api/@v/v0.20.1.mod
GO_MODULE_FILES+= k8s.io/cri-api/@v/v0.20.1.zip
GO_MODULE_FILES+= k8s.io/gengo/@v/v0.0.0-20190128074634-0689ccc1d7d6.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= k8s.io/gengo/@v/v0.0.0-20200413195148-3a45101e95ac.mod
GO_MODULE_FILES+= k8s.io/gengo/@v/v0.0.0-20200413195148-3a45101e95ac.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/klog/v2/@v/v2.0.0.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= k8s.io/klog/v2/@v/v2.4.0.mod
GO_MODULE_FILES+= k8s.io/klog/v2/@v/v2.8.0.mod
GO_MODULE_FILES+= k8s.io/klog/v2/@v/v2.8.0.zip
GO_MODULE_FILES+= k8s.io/kube-openapi/@v/v0.0.0-20191107075043-30be4d16710a.mod
GO_MODULE_FILES+= k8s.io/kube-openapi/@v/v0.0.0-20200410145947-61e04a5be9a6.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= k8s.io/kube-openapi/@v/v0.0.0-20201113171705-d219536bb9fd.mod
GO_MODULE_FILES+= k8s.io/kube-openapi/@v/v0.0.0-20210305001622-591a79e4bda7.mod
GO_MODULE_FILES+= k8s.io/kube-openapi/@v/v0.0.0-20210305001622-591a79e4bda7.zip
GO_MODULE_FILES+= k8s.io/kubernetes/@v/v1.13.0.mod
GO_MODULE_FILES+= k8s.io/kubernetes/@v/v1.13.0.zip
GO_MODULE_FILES+= k8s.io/utils/@v/v0.0.0-20191114200735-6ca3b61696b6.mod
GO_MODULE_FILES+= k8s.io/utils/@v/v0.0.0-20200324210504-a9aa75ae1b89.mod
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= k8s.io/utils/@v/v0.0.0-20201110183641-67b214c5f920.mod
GO_MODULE_FILES+= k8s.io/utils/@v/v0.0.0-20201110183641-67b214c5f920.zip
GO_MODULE_FILES+= rsc.io/binaryregexp/@v/v0.2.0.mod
GO_MODULE_FILES+= rsc.io/binaryregexp/@v/v0.2.0.zip
GO_MODULE_FILES+= rsc.io/pdf/@v/v0.1.1.mod
GO_MODULE_FILES+= rsc.io/pdf/@v/v0.1.1.zip
GO_MODULE_FILES+= rsc.io/quote/v3/@v/v3.1.0.mod
GO_MODULE_FILES+= rsc.io/quote/v3/@v/v3.1.0.zip
GO_MODULE_FILES+= rsc.io/sampler/@v/v1.3.0.mod
GO_MODULE_FILES+= rsc.io/sampler/@v/v1.3.0.zip
GO_MODULE_FILES+= sigs.k8s.io/apiserver-network-proxy/konnectivity-client/@v/v0.0.14.mod
GO_MODULE_FILES+= sigs.k8s.io/apiserver-network-proxy/konnectivity-client/@v/v0.0.14.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+= 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
promscale: update to 0.2.2.0 Adds support for Multinode TimescaleDB. Improved promQL query latency by 4x in some cases. Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings. Fixed metrics produced by Promscale itself PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags) Added configuration for query timeout and default step interval Improved UX Notes for people upgrading from 0.1.4 and before The CLI and ENV option install-timescaledb was renamed to install-extension Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available. We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds. If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade, please increase your max_locks_per_transaction setting. Notes for people upgrading timescaleDB 1.x -> 2.x You should run SELECT remove_compression_policy(format('prom_data.%I', table_name), if_exists=>true) FROM _prom_catalog.metric; after the upgrade. This cleans up the old way of running compression jobs, compression will still work (just in the new way). Prom-Migrator Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seem some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-13 12:40:00 +01:00
GO_MODULE_FILES+= sigs.k8s.io/structured-merge-diff/v4/@v/v4.0.2.mod
GO_MODULE_FILES+= sigs.k8s.io/structured-merge-diff/v4/@v/v4.1.0.mod
GO_MODULE_FILES+= sigs.k8s.io/structured-merge-diff/v4/@v/v4.1.0.zip
GO_MODULE_FILES+= sigs.k8s.io/yaml/@v/v1.1.0.mod
GO_MODULE_FILES+= sigs.k8s.io/yaml/@v/v1.2.0.mod
GO_MODULE_FILES+= sigs.k8s.io/yaml/@v/v1.2.0.zip
GO_MODULE_FILES+= sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.mod
GO_MODULE_FILES+= sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.zip