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 dependencies #59

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Update dependencies #59

merged 1 commit into from
Oct 7, 2024

Conversation

yuhan6665
Copy link
Contributor

Fix ambiguous import
googleapis/go-genproto#1015

@2dust 2dust merged commit f873bc8 into 2dust:main Oct 7, 2024
@2dust
Copy link
Owner

2dust commented Oct 7, 2024

google.golang.org/genproto/googleapis/rpc/errdetails: ambiguous import: found package google.golang.org/genproto/googleapis/rpc/errdetails in multiple modules:
	google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f (/home/runner/go/pkg/mod/google.golang.org/[email protected]/googleapis/rpc/errdetails)
	google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f (/home/runner/go/pkg/mod/google.golang.org/genproto/googleapis/[email protected]/errdetails)
gomobile: go mod tidy -v failed: exit status 1

@yuhan6665
Copy link
Contributor Author

go mod 里面需要指定 google.golang.org/genproto 版本
go mod tidy 之后没了需要加回来

另外 go 1.23 好像有点问题 要不先改回来。。
#60

ichurkin added a commit to ichurkin/AndroidLibXrayLite that referenced this pull request Nov 18, 2024
* main:
  google.golang.org/grpc v1.66.3
  Revert to go 1.22 (2dust#60)
  Update dependencies (2dust#59)
  google.golang.org/grpc v1.66.1
  Update go.mod
  Update go.mod for xray v24.9.7 (2dust#58)
  Update go.mod
  Update go.mod
  Update README.md
  Update main.yml
  ProtectedDialer: Use Unix.Bind and return PacketConnWrapper for UDP (2dust#57)

# Conflicts:
#	go.mod
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