Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: opentelemetry dependency broken #11455

Open
flowerinthenight opened this issue Jan 16, 2025 · 0 comments
Open

storage: opentelemetry dependency broken #11455

flowerinthenight opened this issue Jan 16, 2025 · 0 comments
Labels
triage me I really want to be triaged.

Comments

@flowerinthenight
Copy link

flowerinthenight commented Jan 16, 2025

Client

storage

Environment

Done on a Linux box.

$ go env
GO111MODULE='on'
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/f14t/tmp/gocache'
GOENV='/home/f14t/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/f14t/gopath/pkg/mod'
GONOPROXY='github.com/mobingilabs/*,github.com/alphauslabs/*'
GONOSUMDB='github.com/mobingilabs/*,github.com/alphauslabs/*'
GOOS='linux'
GOPATH='/home/f14t/gopath'
GOPRIVATE='github.com/mobingilabs/*,github.com/alphauslabs/*'
GOPROXY='https://proxy.golang.org'
GOROOT='/home/f14t/sdk/go1.23.3'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/home/f14t/sdk/go1.23.3/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.23.3'
GODEBUG=''
GOTELEMETRY='local'
GOTELEMETRYDIR='/home/f14t/.config/go/telemetry'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/dev/null'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build2520783649=/tmp/go-build -gno-record-gcc-switches'

Code and Dependencies

$ go get -u cloud.google.com/go/storage
go: cloud.google.com/go/storage imports
        google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry in multiple modules:
        google.golang.org/grpc v1.69.4 (/home/f14t/gopath/pkg/mod/google.golang.org/[email protected]/stats/opentelemetry)
        google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 (/home/f14t/gopath/pkg/mod/google.golang.org/grpc/stats/[email protected])
@flowerinthenight flowerinthenight added the triage me I really want to be triaged. label Jan 16, 2025
@flowerinthenight flowerinthenight changed the title packagename: short description of bug storage: opentelemetry dependency broken Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant