mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[PR #1979] [MERGED] Fix direct dependency on grpc/stats/opentelemetry to avoid conflicts #1989
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#1989
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/1979
Author: @DenKoren
Created: 6/13/2025
Status: ✅ Merged
Merged: 6/16/2025
Merged by: @fsouza
Base:
main← Head:main📝 Commits (1)
d970a76Fix direct dependency on grpc/stats/opentelemetry to avoid conflicts📊 Changes
2 files changed (+33 additions, -36 deletions)
View changed files
📝
go.mod(+11 -12)📝
go.sum(+22 -24)📄 Description
The dependency on
google.golang.org/grpc/stats/opentelemetryinstead ofgoogle.golang.org/grpcpackage makes it impossible to incorporatefake-gcs-server/fakestorageinto go tests that use modern version of gcloud SDK for go.Even module module replacements for
google.golang.org/grpc/stats/opentelemetrydo not solve the problem.The only way is to replace
fake-gcs-server/fakestoragewith custom fork.This version update followed by
go mod tidysolves the problem.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.