We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
$ 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])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Client
storage
Environment
Done on a Linux box.
Code and Dependencies
The text was updated successfully, but these errors were encountered: