mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
go.mod: pin the latest working version of golang.org/x/exp and github.com/VictoriaMetrics/metricsql
This commit is contained in:
parent
634eb595f0
commit
cba85259ab
1 changed files with 8 additions and 0 deletions
8
go.mod
8
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
|
||||
|
|
Loading…
Reference in a new issue