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 has been archived by the owner on Jul 4, 2024. It is now read-only.
I got the error: github.com/stretchr/testify/assert: github.com/asim/go-micro/plugins/client/grpc/[email protected] (replaced by ../plugins/client/grpc): reading ..\plugins\client\grpc\go.mod: open \path\to\plugins \client\grpc\go.mod: The system cannot find the path specified.
The solution is: download the plugin repo and add "v4" in the replace position of examples go.mod, like:
github.com/asim/go-micro/plugins/client/grpc/v4 => ../plugins/v4/client/grpc, not github.com/asim/go-micro/plugins/client/grpc/v4 => ../plugins/client/grpc
The text was updated successfully, but these errors were encountered:
I got the error:
github.com/stretchr/testify/assert: github.com/asim/go-micro/plugins/client/grpc/[email protected] (replaced by ../plugins/client/grpc): reading ..\plugins\client\grpc\go.mod: open \path\to\plugins \client\grpc\go.mod: The system cannot find the path specified.
The solution is: download the plugin repo and add "v4" in the replace position of examples go.mod, like:
github.com/asim/go-micro/plugins/client/grpc/v4 => ../plugins/v4/client/grpc
, notgithub.com/asim/go-micro/plugins/client/grpc/v4 => ../plugins/client/grpc
The text was updated successfully, but these errors were encountered: