Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the deoendency conflict for golang/grpc
with the latest version of google.golang.org/grpc v1.69.0 coming out, the bump failed because this this version is incompatable with the google.golang.org/grpc/stats/opentelemetry used by bosh-gcscli. For now added a replace in the go.mod to not pull in grpc v1.69.0
- Loading branch information