8000 blob/gcsblob: Unable to update depenedency · Issue #3561 · google/go-cloud · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
blob/gcsblob: Unable to update depenedency #3561
Open
@csg33k

Description

@csg33k

Describe the bug

I'm not sure who the culprit is that's causing this issue, but doing something as simple as:

 go get -u gocloud.dev/blob/gcsblob@latest

breaks thing for me.

To Reproduce

go get -u gocloud.dev/blob/gcsblob@latest
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463
go: gocloud.dev/blob/gcsblob imports
        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.73.0 (/Users/samirfaci/go/pkg/mod/google.golang.org/grpc@v1.73.0/stats/opentelemetry)
        google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 (/Users/samirfaci/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3)
go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.12

Simply try to update the blob reference for gcs.

Expected behavior

Library updated without any issues

Version

Current Version:

gocloud.dev v0.40.0

Side note, doing: go get -u gocloud.dev@latest works fine without any issues.

Additional context

Side note, I have the following go file:

package storage

import (
	_ "gocloud.dev/blob/azureblob"
	_ "gocloud.dev/blob/gcsblob"
	_ "gocloud.dev/blob/s3blob"
)

Commenting out the gcsblob seems to let me update all dependencies without any issues. Adding that line back in break once again.

I seems that gcsblob is very broken as it stands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0