From cba85259abab683ed0eb1c9121e4f6e793e0f584 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 2 Nov 2023 20:41:35 +0100 Subject: [PATCH] go.mod: pin the latest working version of golang.org/x/exp and github.com/VictoriaMetrics/metricsql --- go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/go.mod b/go.mod index b9f3549d43..c5d35e3935 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,14 @@ module github.com/VictoriaMetrics/VictoriaMetrics go 1.19 +replace ( + // Newer versions of this package break vmctl build + golang.org/x/exp => golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 + + // Newer versions of this package break vmselect build + github.com/VictoriaMetrics/metricsql => github.com/VictoriaMetrics/metricsql v0.56.2 +) + require ( cloud.google.com/go/storage v1.32.0 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.1