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
815fda8995
commit
f2b373dd06
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.20
|
||||
|
||||
// Newer versions of this package break vmctl build
|
||||
replace golang.org/x/exp => golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
|
||||
|
||||
require (
|
||||
cloud.google.com/go/storage v1.34.0
|
||||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
|
||||
|
|
Loading…
Reference in a new issue