go.mod: pin the latest working version of golang.org/x/exp and github.com/VictoriaMetrics/metricsql

This commit is contained in:
Aliaksandr Valialkin 2023-11-02 20:41:35 +01:00
parent 634eb595f0
commit cba85259ab
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

8
go.mod
View file

@ -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