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
go get: github.com/Microsoft/[email protected] updating to
github.com/Microsoft/[email protected]: parsing go.mod:
module declares its path as: github.com/microsoft/ethr
but was required as: github.com/Microsoft/ethr
Current command:
go get github.com/Microsoft/ethr
Output:
Fixed command:
go get github.com/microsoft/ethr
Output:
Make sure to clean cache when module is already downloaded:
go clean -modcache
The text was updated successfully, but these errors were encountered: