mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
go.mod: pin the latest working version of golang.org/x/exp
This commit is contained in:
parent
6177975aa7
commit
76e34b5ac3
1 changed files with 3 additions and 0 deletions
3
go.mod
3
go.mod
|
@ -2,6 +2,9 @@ module github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
|
// Newer versions of this package break vmctl build
|
||||||
|
replace golang.org/x/exp => golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cloud.google.com/go/storage v1.34.1
|
cloud.google.com/go/storage v1.34.1
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
|
||||||
|
|
Loading…
Reference in a new issue