chore: workaround for failing "go list -m all" (#11624)

This commit is contained in:
Paweł Żak 2022-08-04 09:48:46 -07:00 committed by GitHub
parent 75d766b715
commit 9cfd7d185c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
go.mod
View File

@ -2,6 +2,9 @@ module github.com/influxdata/telegraf
go 1.18
// Workaround for https://github.com/lxc/lxd/issues/10745 (failing "go list -m all")
replace google.golang.org/grpc/naming => google.golang.org/grpc v1.29.1
require (
cloud.google.com/go/bigquery v1.33.0
cloud.google.com/go/monitoring v1.5.0