You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Well that looks like some very old go.mod does so would need to update go.mod for the plugins. You can either submit that as a PR or I could find some time in a few days
quexer
added a commit
to qmute/mic
that referenced
this issue
Mar 13, 2025
1:How to solve grpc dependency errors?
GOROOT=D:\company\go1.22.1 #gosetup
GOPATH=D:\company\go #gosetup
D:\company\go1.22.1\bin\go.exe mod tidy #gosetup
go: finding module for package github.com/micro/plugins/v5/server/grpc
go: found github.com/micro/plugins/v5/server/grpc in github.com/micro/plugins/v5/server/grpc v1.0.0
go: helloworld imports
github.com/micro/plugins/v5/server/grpc: github.com/micro/plugins/v5/server/[email protected]: parsing go.mod:
module declares its path as: github.com/go-micro/plugins/v5/server/grpc
but was required as: github.com/micro/plugins/v5/server/grpc
The text was updated successfully, but these errors were encountered: