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

update deps #219

Merged
merged 2 commits into from
Nov 11, 2024
Merged

update deps #219

merged 2 commits into from
Nov 11, 2024

Conversation

gamoutatsumi
Copy link
Collaborator

fix ambiguous import error from genproto

$ go get -u ./...
go: github.com/imdario/[email protected]: parsing go.mod:
        module declares its path as: dario.cat/mergo
                but was required as: github.com/imdario/mergo
        trying github.com/imdario/[email protected]
go: github.com/imdario/[email protected]: parsing go.mod:
        module declares its path as: dario.cat/mergo
                but was required as: github.com/imdario/mergo
        trying github.com/imdario/[email protected]
go: github.com/whywaita/myshoes/api/proto.go imports
        google.golang.org/grpc/status imports
        google.golang.org/genproto/googleapis/rpc/status: ambiguous import: found package google.golang.org/genproto/googleapis/rpc/status in multiple modules:
        google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 (/Users/s18202/go/pkg/mod/google.golang.org/[email protected]/googleapis/rpc/status)
        google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 (/Users/s18202/go/pkg/mod/google.golang.org/genproto/googleapis/[email protected]/status)

@whywaita whywaita merged commit cf58b4c into whywaita:master Nov 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants